Searched refs:cgrpid_len (Results 1 – 1 of 1) sorted by relevance
3827 int cgrpid_len, j; in fc_parse_cgrpid() local3830 for (cgrpid_len = 0, j = 0; cgrpid_len < 17; cgrpid_len++) { in fc_parse_cgrpid()3831 if (buf[cgrpid_len] != ':') in fc_parse_cgrpid()3832 cgrp_id[cgrpid_len] = buf[cgrpid_len]; in fc_parse_cgrpid()3842 return cgrpid_len; in fc_parse_cgrpid()3854 int cgrpid_len = 0; in fc_appid_store() local3864 cgrpid_len = fc_parse_cgrpid(buf, &cgrp_id); in fc_appid_store()3865 if (cgrpid_len < 0) in fc_appid_store()3867 appid_len = count - cgrpid_len - 1; in fc_appid_store()3872 memcpy(app_id, &buf[cgrpid_len+1], appid_len); in fc_appid_store()