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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c203 * for processing. Unless no_prefixes is set all prefixes are included.
537 * Track static kernel prefixes to prevent in.ndpd from clobbering
553 /* Detect prefixes which are removed */
651 * Mark the interfaces so that we can find phyints and prefixes
830 /* Omit the prefixes */
954 * 4. All non-router interfaces have their prefixes set up and we're
956 * prefixes.
1577 * prefixes.
1673 * Mark the interfaces so that we can find phyints and prefixes
1736 int prefixes; local
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c534 * Property name prefixes for constraints and values.
2590 const char **prefixes; local
2596 prefixes = constraint_prefixes;
2598 prefixes = value_prefixes;
2612 * with one of these prefixes.
2618 for (pfx = prefixes[0], i = 0;
2620 ++i, pfx = prefixes[i]) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c638 static const char *prefixes[] = { "struct ", "union " }; local
645 (void) mdb_snprintf(name, namesz, "%s%s", prefixes[i], sou);

Completed in 78 milliseconds