Searched refs:futx (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dutxdb.h41 * Entries in struct futx are ordered by how often they are used. In
50 struct futx { struct
60 void utx_to_futx(const struct utmpx *, struct futx *);
61 struct utmpx *futx_to_utx(const struct futx *);
H A Dpututxline.c57 if (_fstat(fd, &sb) != -1 && sb.st_size % sizeof(struct futx) != 0) {
72 utx_active_add(const struct futx *fu)
75 struct futx fe;
142 utx_active_remove(struct futx *fu)
145 struct futx fe;
181 utx_active_init(const struct futx *fu)
201 utx_lastlogin_add(const struct futx *fu)
203 struct futx fe;
252 if (_fstat(fd, &sb) != -1 && sb.st_size % sizeof(struct futx) != 0)
258 utx_log_add(const struct futx *f
[all...]
H A Dgetutxent.c78 sb.st_size % sizeof(struct futx) != 0) {
86 rounddown(BUFSIZ, sizeof(struct futx)));
111 getfutxent(struct futx *fu)
157 struct futx fu;
167 struct futx fu;
203 struct futx fu;
227 struct futx fu;
H A Dutxdb.c64 utx_to_futx(const struct utmpx *ut, struct futx *fu)
129 futx_to_utx(const struct futx *fu)

Completed in 67 milliseconds