Searched refs:cgrpid_len (Results 1 – 1 of 1) sorted by relevance
3809 int cgrpid_len, j; in fc_parse_cgrpid() local3812 for (cgrpid_len = 0, j = 0; cgrpid_len < 17; cgrpid_len++) { in fc_parse_cgrpid()3813 if (buf[cgrpid_len] != ':') in fc_parse_cgrpid()3814 cgrp_id[cgrpid_len] = buf[cgrpid_len]; in fc_parse_cgrpid()3824 return cgrpid_len; in fc_parse_cgrpid()3836 int cgrpid_len = 0; in fc_appid_store() local3846 cgrpid_len = fc_parse_cgrpid(buf, &cgrp_id); in fc_appid_store()3847 if (cgrpid_len < 0) in fc_appid_store()3849 appid_len = count - cgrpid_len - 1; in fc_appid_store()3854 memcpy(app_id, &buf[cgrpid_len+1], appid_len); in fc_appid_store()