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

/freebsd-11.0-release/contrib/amd/hlfsd/
H A Dhlfsd.h106 typedef struct uid2home_t uid2home_t; typedef in typeref:struct:uid2home_t
113 struct uid2home_t { struct
125 char *home; /* an xref ptr to uid2home_t->home */
149 extern uid2home_t *plt_search(u_int);
156 extern void plt_dump(uid2home_t *, pid_t);
H A Dhomedir.c65 static uid2home_t *lastchild;
66 static uid2home_t *pwtab;
67 static void delay(uid2home_t *, int);
87 uid2home_t *found;
92 if ((found = plt_search(userid)) == (uid2home_t *) NULL) {
264 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 99 milliseconds