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

/netbsd-current/external/bsd/am-utils/dist/hlfsd/
H A Dhlfsd.h104 typedef struct uid2home_t uid2home_t; typedef in typeref:struct:uid2home_t
111 struct uid2home_t { struct
123 char *home; /* an xref ptr to uid2home_t->home */
147 extern uid2home_t *plt_search(u_int);
154 extern void plt_dump(uid2home_t *, pid_t);
H A Dhomedir.c63 static uid2home_t *lastchild;
64 static uid2home_t *pwtab;
65 static void delay(uid2home_t *, int);
85 uid2home_t *found;
90 if ((found = plt_search(userid)) == (uid2home_t *) NULL) {
263 delay(uid2home_t *found, int secs)
289 uid2home_t *lostchild;
304 lastchild = (uid2home_t *) NULL;
411 uid2home_t *i = (uid2home_t *)
[all...]
H A Dstubs.c168 if (plt_search(uid) != (uid2home_t *) NULL) {

Completed in 172 milliseconds