Searched defs:list_pml (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c88 * protocol, and list_pml is for Version 2. To protect these lists, two global
91 * protecting list_pml.
179 * list_pml_lock protects list_pml
183 PMAPLIST *list_pml; /* A list of version 2 rpcbind services */ variable
658 pml->pml_next = list_pml;
659 list_pml = pml;
667 pml->pml_map = list_pml->pml_map;
669 pml->pml_next = list_pml;
670 list_pml = pml;
678 pml->pml_map = list_pml
[all...]

Completed in 143 milliseconds