HomeSort by: relevance | last modified time | path
    Searched defs:ROOT (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tip/
tip.h 122 #define ROOT 05 /* root defined */
180 #define PRIV 02 /* privileged, root execute only */
  /src/sys/kern/
subr_autoconf.c 156 #define ROOT ((device_t)NULL)
604 parent = (pdev == NULL ? "root" : device_xname(pdev));
889 /* We don't match root nodes here. */
1172 /* We don't match root nodes here. */
1217 * Find the given root device.
1219 * Don't bother with multiple cfdata tables; the root node
1230 m.parent = ROOT;
1236 * Look at root entries for matching name. We do not bother
1237 * with found-state here since only one root should ever be
1327 * As above, but for root devices
    [all...]

Completed in 13 milliseconds