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

/freebsd-10.0-release/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 in typeref:struct:hostlst_head
2038 LIST_FOREACH(ihp, &hostlst_head, hostlst) {
2092 LIST_INSERT_HEAD(&hostlst_head, nhp, hostlst);
2112 for( ihp=LIST_FIRST(&hostlst_head); ihp != NULL;

Completed in 87 milliseconds