Searched refs:pentry (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/ntp/include/
H A Dntp_lists.h19 * LINK_SLIST(listhead, pentry, nextlink)
22 * LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype)
26 * LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, entrytype)
28 * pentry with the current list entry. The current entry can be
30 * LINK_SORT_SLIST_CUR(). beforecur is nonzero if pentry sorts
72 * void somefunc(myentry *pentry)
74 * LINK_FIFO(my_fifo, pentry, next_link);
85 * LINK_FIFO(anchor, pentry, nextlink)
128 #define LINK_SLIST(listhead, pentry, nextlink) \
130 (pentry)
[all...]
/freebsd-current/usr.bin/at/
H A Dperm.c88 struct passwd *pentry; local
93 if ((pentry = getpwuid(uid)) == NULL)
104 return check_for_user(fp, pentry->pw_name);
117 return !check_for_user(fp, pentry->pw_name);
/freebsd-current/libexec/atrun/
H A Datrun.c134 struct passwd *pentry; local
168 pentry = getpwuid(uid);
169 if (pentry == NULL)
176 pam_err = pam_start(atrun, pentry->pw_name, &pamc, &pamh);
184 pentry->pw_name, (unsigned long)uid,
314 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL &
318 if (initgroups(pentry->pw_name,pentry->pw_gid))
321 if (setgid(gid) < 0 || setegid(pentry->pw_gid) < 0)
324 if (setlogin(pentry
[all...]
/freebsd-current/stand/common/
H A Dpart.c62 struct pentry { struct
70 STAILQ_ENTRY(pentry) entry;
78 STAILQ_HEAD(, pentry) entries;
230 struct pentry *entry;
383 struct pentry *e1, *entry;
460 struct pentry *entry;
524 struct pentry *entry;
564 struct pentry *entry;
688 struct pentry *entry;
724 struct pentry *entr
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_config.c3452 bc_entry *pentry; local
3518 pentry = bc_list;
3519 while (pentry->token) {
3520 if (pentry->token == option)
3522 pentry++;
3524 if (!pentry->token) {
3530 pentry->enabled = enable;

Completed in 87 milliseconds