Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dpututxline.c54 if (_fstat(fd, &sb) != -1 && sb.st_size % sizeof(struct futx) != 0) { in futx_open()
69 utx_active_add(const struct futx *fu) in utx_active_add()
72 struct futx fe; in utx_active_add()
139 utx_active_remove(struct futx *fu) in utx_active_remove()
142 struct futx fe; in utx_active_remove()
178 utx_active_init(const struct futx *fu) in utx_active_init()
198 utx_lastlogin_add(const struct futx *fu) in utx_lastlogin_add()
200 struct futx fe; in utx_lastlogin_add()
249 if (_fstat(fd, &sb) != -1 && sb.st_size % sizeof(struct futx) != 0) in utx_lastlogin_upgrade()
255 utx_log_add(const struct futx *fu) in utx_log_add()
[all …]
H A Dgetutxent.c75 sb.st_size % sizeof(struct futx) != 0) { in setutxdb()
83 rounddown(BUFSIZ, sizeof(struct futx))); in setutxdb()
108 getfutxent(struct futx *fu) in getfutxent()
154 struct futx fu; in getutxent()
164 struct futx fu; in getutxid()
200 struct futx fu; in getutxline()
224 struct futx fu; in getutxuser()
H A Dutxdb.h48 struct futx { struct
58 void utx_to_futx(const struct utmpx *, struct futx *); argument
59 struct utmpx *futx_to_utx(const struct futx *);
H A Dutxdb.c61 utx_to_futx(const struct utmpx *ut, struct futx *fu) in utx_to_futx()
126 futx_to_utx(const struct futx *fu) in futx_to_utx()