Lines Matching defs:np
99 const char *np;
117 np = (devspec + strlen(dv->dv_name));
131 if (*np && (*np != ':')) {
132 unit = strtol(np, &cp, 10); /* next comes the unit number */
133 if (cp == np) {
138 np = cp + 1;
139 slice = strtol(np, &cp, 10);
140 if (cp == np) {
174 if (*np && (*np != ':')) {
175 unit = strtol(np, &cp, 0); /* get unit number if present */
176 if (cp == np) {