Lines Matching defs:set

86 /* load a single driver only.  set with -i */
96 /* set if invoked via /usr/lib/devfsadm/devfsadmd */
99 /* set if event_handler triggered */
102 /* output directed to syslog during daemon mode if set */
147 /* set if -r alternate root given */
182 /* set if /dev link is new. speeds up rm_stale_links */
218 /* Globals used to set logindev perms */
315 if (defread("set sys_labeling=1") != NULL)
369 /* set directory to / so it coredumps there */
402 * logindevperms need only be set
456 * earlier than the env variable RECONFIG_BOOT is set up.
1130 * If the cache flag is set, use DINFOCACHE to get cached
1527 * Check that if -r is set, it is not any part of a zone--- that is, that
1615 * devfsadmd set-up via private libsysevent interfaces. This handler is
2441 * exist, just set the active flag.
2826 * We only want logindev perms to be set when a device is
2830 * change perms if alternate root is set.
3013 * compare and set permissions and ownership
3028 * set ownership to root:other and permissions to 0000
3030 * set ownership and permissions as specified in minor_perm
4131 * functions, so set the method and data that it should use for
4548 * dangle: if set, check if link is dangling
4815 * the enumeration rules to be used for a specified set of links in /dev.
4816 * The set of links is specified through regular expressions (of the flavor
4818 * the set of links in /dev to examine. The last path component in these
4910 numeral_set_t *set;
4937 if ((set = get_enum_cache(rules, nrules)) == NULL) {
4942 assert(nrules == set->re_count);
4947 matchcount = lookup_enum_cache(set, cmp_str, rules, index,
4973 numeral->id = new_id(set->headnumeral, type, min);
4984 numeral->next = set->headnumeral;
4985 set->headnumeral = numeral;
4998 * If the "uncached" flag is set, derives the "cmp_str" afresh
5002 lookup_enum_cache(numeral_set_t *set, char *cmp_str,
5013 assert(index < set->re_count);
5027 for (np = set->headnumeral; np != NULL; np = np->next) {
5099 * For a given set of regular expressions in rules[], this function returns
5129 * See if we've already cached this numeral set.
5134 * those in cached set.
5152 * If the MATCH_UNCACHED flag is set, we should not be here.
5163 * Since we made it here, we have not yet cached the given set of
5165 * struct numeral_set and populate it with a minimal set of
5177 /* put this new cached set on the cached set list */
5661 * numeral set's numeral list, add it and its physical path.
5778 * those in cached set.
7089 * set root_dir, devices_dir, dev_dir using optarg.
7235 * entry matches and if so, set the
7557 *nextp = cp; /* set pointer to next character */
7801 * If mn_root is not NULL, mn_root is set to:
7804 * if contents is a /devices node, mn_root set to the '/'
7995 * 0 with *dev_name set to the dev name
7997 * 0 with *dev_name set to NULL
8226 * an event with minor set to NULL, as in following example:
8232 * When we receive this last event with minor set to NULL,