Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/nscd/
H A Dcachelib.c260 while (!TAILQ_EMPTY(&mp_entry->rs_head)) { in destroy_cache_entry()
261 rs = TAILQ_FIRST(&mp_entry->rs_head); in destroy_cache_entry()
262 TAILQ_REMOVE(&mp_entry->rs_head, rs, entries); in destroy_cache_entry()
626 TAILQ_INIT(&new_mp_entry->rs_head); in register_cache_entry()
1059 TAILQ_INSERT_HEAD(&mp_entry->rs_head, retval, entries); in open_cache_mp_read_session()
1117 TAILQ_REMOVE(&rs->parent_entry->rs_head, rs, entries); in close_cache_mp_read_session()
H A Dcachelib.h208 TAILQ_HEAD(read_sessions_head, cache_mp_read_session_) rs_head;
/dragonfly/usr.bin/rpcinfo/
H A Drpcinfo.c673 struct rpcbdump_short *rs_head = NULL; local
799 for (rs = rs_head; rs; rs = rs->next)
808 if (rs_head == NULL) {
809 rs_head = rs;
827 for (rs = rs_head; rs; rs = rs->next) {