Searched refs:cgrpid_len (Results 1 – 1 of 1) sorted by relevance
3812 int cgrpid_len, j; in fc_parse_cgrpid() local3815 for (cgrpid_len = 0, j = 0; cgrpid_len < 17; cgrpid_len++) { in fc_parse_cgrpid()3816 if (buf[cgrpid_len] != ':') in fc_parse_cgrpid()3817 cgrp_id[cgrpid_len] = buf[cgrpid_len]; in fc_parse_cgrpid()3827 return cgrpid_len; in fc_parse_cgrpid()3839 int cgrpid_len = 0; in fc_appid_store() local3849 cgrpid_len = fc_parse_cgrpid(buf, &cgrp_id); in fc_appid_store()3850 if (cgrpid_len < 0) in fc_appid_store()3852 appid_len = count - cgrpid_len - 1; in fc_appid_store()3857 memcpy(app_id, &buf[cgrpid_len+1], appid_len); in fc_appid_store()