HomeSort by: relevance | last modified time | path
    Searched defs:hostlst_head (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpc.lockd/
lockd_lock.c 123 LIST_HEAD(hostlst_head, host);
124 struct hostlst_head hostlst_head = LIST_HEAD_INITIALIZER(hostlst_head); variable in typeref:struct:hostlst_head
772 LIST_FOREACH(hp, &hostlst_head, hostlst) {
808 LIST_INSERT_HEAD(&hostlst_head, hp, hostlst);
lockd_lock.c 123 LIST_HEAD(hostlst_head, host);
124 struct hostlst_head hostlst_head = LIST_HEAD_INITIALIZER(hostlst_head); variable in typeref:struct:hostlst_head
772 LIST_FOREACH(hp, &hostlst_head, hostlst) {
808 LIST_INSERT_HEAD(&hostlst_head, hp, hostlst);

Completed in 21 milliseconds