Home
last modified time | relevance | path

Searched refs:uid2home_t (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/am-utils/dist/hlfsd/
H A Dhomedir.c63 static uid2home_t *lastchild;
64 static uid2home_t *pwtab;
85 uid2home_t *found; in homedir()
263 delay(uid2home_t *found, int secs) in delay()
289 uid2home_t *lostchild;
411 uid2home_t *i = (uid2home_t *) x;
412 uid2home_t *j = (uid2home_t *) y;
642 sizeof(uid2home_t));
697 uid2home_t *
707 return (uid2home_t *) NULL;
[all …]
H A Dhlfsd.h104 typedef struct uid2home_t uid2home_t; typedef
111 struct uid2home_t { struct
147 extern uid2home_t *plt_search(u_int);
154 extern void plt_dump(uid2home_t *, pid_t);
H A Dstubs.c168 if (plt_search(uid) != (uid2home_t *) NULL) { in nfsproc_getattr_2_svc()