Home
last modified time | relevance | path

Searched refs:INVALIDID (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/amd/hlfsd/
HDstubs.c62 (NFS_MAXPATHLEN + 1) / 512, 0, INVALIDID};
86 ui = INVALIDID; in hlfsd_init_filehandles()
112 uid_t uid = (uid_t) INVALIDID; in nfsproc_getattr_2_svc()
113 gid_t gid = (gid_t) INVALIDID; in nfsproc_getattr_2_svc()
206 uid_t uid = (uid_t) INVALIDID; in nfsproc_lookup_2_svc()
207 gid_t gid = (gid_t) INVALIDID; in nfsproc_lookup_2_svc()
306 uid_t userid = (uid_t) INVALIDID; in nfsproc_readlink_2_svc()
311 static uid_t last_uid = (uid_t) INVALIDID; in nfsproc_readlink_2_svc()
HDhlfsd.h78 #ifndef INVALIDID
80 # define INVALIDID (((unsigned short) ~0) - 3) macro
HDhomedir.c367 return INVALIDID; /* an invalid user id */
610 pwtab[i].uid = INVALIDID; /* not a valid uid (yet...) */
617 untab[i].uid = INVALIDID; /* invalid uid */
HDhlfsd.c88 gid_t hlfs_gid = (gid_t) INVALIDID;
/NextBSD/contrib/amd/libamu/
HDmisc_rpc.c197 *g = INVALIDID; /* some unknown group id */ in getcreds()
204 *u = *g = INVALIDID; /* just in case */ in getcreds()
/NextBSD/contrib/amd/include/
HDam_utils.h87 #ifndef INVALIDID
89 # define INVALIDID (((unsigned short) ~0) - 3) macro