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

/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c231 put_minor_range(FILE *fp, fileentry_t *old, const char *devn, const char *tail, argument
239 put_minor_range(fp, NULL, devn, tail, lo, hi, 'b');
240 put_minor_range(fp, NULL, devn, tail, lo, hi, 'c');
242 (void) fprintf(fp, "%s:(%d)%c%s", devn, (int)lo, type, tail);
244 (void) fprintf(fp, "%s:(%d-%d)%c%s", devn, (int)lo, (int)hi,

Completed in 87 milliseconds