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

/freebsd-10-stable/contrib/amd/hlfsd/
H A Dhlfsd.h102 typedef struct uid2home_t uid2home_t; typedef in typeref:struct:uid2home_t
109 struct uid2home_t { struct
121 char *home; /* an xref ptr to uid2home_t->home */
145 extern uid2home_t *plt_search(u_int);
152 extern void plt_dump(uid2home_t *, pid_t);
H A Dhomedir.c61 static uid2home_t *lastchild;
62 static uid2home_t *pwtab;
63 static void delay(uid2home_t *, int);
83 uid2home_t *found;
88 if ((found = plt_search(userid)) == (uid2home_t *) NULL) {
261 delay(uid2home_t *found, int secs)
287 uid2home_t *lostchild;
302 lastchild = (uid2home_t *) NULL;
409 uid2home_t *i = (uid2home_t *)
[all...]
H A Dstubs.c165 if (plt_search(uid) != (uid2home_t *) NULL) {

Completed in 106 milliseconds