Lines Matching defs:minor

1232  * minor name.
1287 /* copyin the minor name if specified. */
1304 * passing down DEVID_MINOR_NAME_ALL here, but reproducing all minor
1329 /* loop over all the minor nodes, skipping ones we don't want */
1400 * Return the size of the minor name.
1408 /* get the minor name */
1415 /* copy out the size of the minor name */
1423 * Return the minor name.
1432 /* get the minor name */
1438 /* Error if the minor name is larger than the space allocated */
1444 /* copy out the minor name */
1692 "/etc/minor_perm: empty minor name for driver %s\n"
1695 "/etc/minor_perm: no minor matching %s for driver %s\n"
1750 * Add minor perm entry
1818 char *minor;
1834 (void) nvpair_value_string(nvp, &minor);
1838 if (minor == NULL || strlen(minor) == 0) {
1842 minor = "*";
1846 * The minor name of a node using the clone
1857 minmaj = ddi_name_to_major(minor);
1862 name, minor, minor);
1865 name = minor;
1866 minor = "*";
1873 i_ddi_strdup(minor, KM_SLEEP);
2453 case MODSIZEOF_MINORNAME: /* sizeof minor nm (dev_t,spectype) */
2467 case MODGETMINORNAME: /* get minor name of (dev_t,spectype) */
3458 * access mappings of global to local minor no.'s
4534 * Clone nodes under pseudo have the form clone@0:<driver>. Some minor
4541 * references for clone@0:<driver> but never <driver>@<minor>.
4543 * Additional minor perms in the standard form are also supported,
4545 * provide further entries <driver>:<minor>.
4547 * Finally, some uses of clone use an alias as the minor name rather
4548 * than the driver name, with the alias as the minor perm entry.
4550 * minor list into existence, then discover the alias via DDI_ALIAS.
4551 * The clone device's minor perm list can then be searched for
4572 * Attach the driver named by the minor node, then
4573 * search its first instance's minor list for an
4620 "minor perm defaults: %s %s 0%o %d %d (aliased)\n",
4647 "%s: minor perm not yet loaded\n", name);
4658 * by the minor. All clone minor perm entries other than
4680 * a match for the specified minor. If there's
4700 "minor perm defaults: %s %s 0%o %d %d\n",
4714 * with minor perm entry clone:ptmx.