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 155 #define ROOT ((device_t)NULL)
603 parent = (pdev == NULL ? "root" : device_xname(pdev));
888 /* We don't match root nodes here. */
1171 /* We don't match root nodes here. */
1216 * Find the given root device.
1218 * Don't bother with multiple cfdata tables; the root node
1229 m.parent = ROOT;
1235 * Look at root entries for matching name. We do not bother
1236 * with found-state here since only one root should ever be
1326 * As above, but for root devices
    [all...]

Completed in 96 milliseconds