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

/freebsd-11-stable/usr.sbin/nscd/
H A Dcachelib.h191 TAILQ_HEAD(read_sessions_head, cache_mp_read_session_) rs_head; member in struct:cache_mp_entry_
H A Dcachelib.c265 while (!TAILQ_EMPTY(&mp_entry->rs_head)) {
266 rs = TAILQ_FIRST(&mp_entry->rs_head);
267 TAILQ_REMOVE(&mp_entry->rs_head, rs, entries);
630 TAILQ_INIT(&new_mp_entry->rs_head);
1087 TAILQ_INSERT_HEAD(&mp_entry->rs_head, retval, entries);
1145 TAILQ_REMOVE(&rs->parent_entry->rs_head, rs, entries);
/freebsd-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c692 struct rpcbdump_short *rs_head = NULL; local
818 for (rs = rs_head; rs; rs = rs->next)
827 if (rs_head == NULL) {
828 rs_head = rs;
846 for (rs = rs_head; rs; rs = rs->next) {

Completed in 61 milliseconds