Searched defs:max_dev (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dinet_common.c47 inet_minor_create(char *name, dev_t min_dev, dev_t max_dev, int kmflags) argument
52 arena->ineta_maxminor = max_dev;
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c693 mdb_printf("Maximum devices: %d\n", m.max_dev);
718 uint16_t max_dev, idx; local
721 max_dev = m.max_dev;
724 targets = mdb_alloc(sizeof (targets) * max_dev, UM_SLEEP);
727 if (MDB_RD(targets, sizeof (targets) * max_dev, m.targets) == -1) {
740 for (idx = 0; idx < max_dev; idx++) {
1124 int max_dev = m.max_dev; local
1160 targets = mdb_alloc(sizeof (targets) * max_dev, UM_SLEE
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c1294 int max_dev; local
1297 if (modctl(MODRESERVED, NULL, &max_dev) < 0) {
1303 if (major_num >= max_dev) {
1305 major_num, max_dev);
2173 int max_dev = 0; local
2240 * /etc/name_to_major and /etc/rem_name_to_major for the max_dev.
2248 max_dev = 0;
2251 max_dev = get_max_major(name_to_major);
2258 * If name_to_major is missing, we can get max_dev from
2261 if ((max_dev
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h531 uint16_t max_dev; /* max number of devices supported */ member in struct:pmcs_hw

Completed in 78 milliseconds