Searched refs:cgrpid_len (Results 1 – 1 of 1) sorted by relevance
3793 int cgrpid_len, j; in fc_parse_cgrpid() local3796 for (cgrpid_len = 0, j = 0; cgrpid_len < 17; cgrpid_len++) { in fc_parse_cgrpid()3797 if (buf[cgrpid_len] != ':') in fc_parse_cgrpid()3798 cgrp_id[cgrpid_len] = buf[cgrpid_len]; in fc_parse_cgrpid()3808 return cgrpid_len; in fc_parse_cgrpid()3820 int cgrpid_len = 0; in fc_appid_store() local3830 cgrpid_len = fc_parse_cgrpid(buf, &cgrp_id); in fc_appid_store()3831 if (cgrpid_len < 0) in fc_appid_store()3833 appid_len = count - cgrpid_len - 1; in fc_appid_store()3838 memcpy(app_id, &buf[cgrpid_len+1], appid_len); in fc_appid_store()