Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c112 LIST_HEAD(hostlst_head, host);
113 struct hostlst_head hostlst_head = LIST_HEAD_INITIALIZER(hostlst_head); variable
2016 LIST_FOREACH(ihp, &hostlst_head, hostlst) { in monitor_lock_host()
2070 LIST_INSERT_HEAD(&hostlst_head, nhp, hostlst); in monitor_lock_host()
2090 for( ihp=LIST_FIRST(&hostlst_head); ihp != NULL; in unmonitor_lock_host()