Searched refs:pg_idp (Results 1 – 1 of 1) sorted by relevance
7268 char *end, *meta_ppap, *phys_ppap, *pg_idp; in man_set_active_path() local7283 if ((pg_idp = strchr(value, ' ')) == NULL) { in man_set_active_path()7288 *pg_idp++ = '\0'; in man_set_active_path()7290 if ((phys_ppap = strchr(pg_idp, ' ')) == NULL) { in man_set_active_path()7298 pg_id = (int)mi_strtol(pg_idp, &end, 10); in man_set_active_path()