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

/freebsd-11-stable/lib/libc/gen/
H A Dutxdb.h39 * Entries in struct futx are ordered by how often they are used. In
48 struct futx { struct
58 void utx_to_futx(const struct utmpx *, struct futx *);
59 struct utmpx *futx_to_utx(const struct futx *);
H A Dpututxline.c55 if (_fstat(fd, &sb) != -1 && sb.st_size % sizeof(struct futx) != 0) {
70 utx_active_add(const struct futx *fu)
73 struct futx fe;
140 utx_active_remove(struct futx *fu)
143 struct futx fe;
179 utx_active_init(const struct futx *fu)
199 utx_lastlogin_add(const struct futx *fu)
201 struct futx fe;
250 if (_fstat(fd, &sb) != -1 && sb.st_size % sizeof(struct futx) != 0)
256 utx_log_add(const struct futx *f
[all...]
H A Dgetutxent.c81 sb.st_size % sizeof(struct futx) != 0) {
89 rounddown(BUFSIZ, sizeof(struct futx)));
114 getfutxent(struct futx *fu)
160 struct futx fu;
170 struct futx fu;
206 struct futx fu;
230 struct futx fu;
H A Dutxdb.c62 utx_to_futx(const struct utmpx *ut, struct futx *fu)
127 futx_to_utx(const struct futx *fu)

Completed in 83 milliseconds