Searched refs:pg_idp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c7268 char *end, *meta_ppap, *phys_ppap, *pg_idp; local
7283 if ((pg_idp = strchr(value, ' ')) == NULL) {
7288 *pg_idp++ = '\0';
7290 if ((phys_ppap = strchr(pg_idp, ' ')) == NULL) {
7298 pg_id = (int)mi_strtol(pg_idp, &end, 10);

Completed in 84 milliseconds