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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c816 p = list_head(&ncg->nfs4_cb_ports);
817 for (; p != NULL; p = list_next(&ncg->nfs4_cb_ports, p)) {
832 list_insert_head(&ncg->nfs4_cb_ports, p);
860 p = list_head(&ncg->nfs4_cb_ports);
861 for (; p != NULL; p = list_next(&ncg->nfs4_cb_ports, p)) {
1086 list_create(&ncg->nfs4_cb_ports, sizeof (struct nfs4_cb_port),
1233 while ((p = list_head(&ncg->nfs4_cb_ports)) != NULL) {
1234 list_remove(&ncg->nfs4_cb_ports, p);
1237 list_destroy(&ncg->nfs4_cb_ports);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1847 list_t nfs4_cb_ports; member in struct:nfs4_callback_globals

Completed in 55 milliseconds