Home
last modified time | relevance | path

Searched refs:ROOTID (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dstubs.c55 1, 0, ROOTID};
78 ui = ROOTID; in hlfsd_init_filehandles()
487 static nfsentry dotdotent = {ROOTID, "..", {DOTDOTCOOKIE}, &slinkent}; in nfsproc_readdir_2_svc()
488 static nfsentry dotent = {ROOTID, ".", {DOTCOOKIE}, &dotdotent}; in nfsproc_readdir_2_svc()
H A Dhlfsd.h74 #define ROOTID (((unsigned short) ~0) - 1) macro
H A Dhlfsd.c854 if (stat(dir_name, &stbuf) == 0 && stbuf.st_ino == ROOTID) { in cleanup()
/netbsd-src/games/warp/
H A Dconfig.h91 #define ROOTID 0 /**/ macro
H A Dwarp.h197 #ifndef ROOTID
198 # define ROOTID 0 /* uid of superuser */ macro
H A Dutil.c164 if (euid == ROOTID) in eaccess()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog10103 * hlfsd/hlfsd.h (ROOTID, SLINKID, INVALID): reduced maximum size