Searched defs:dlconf (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/cmd/dlmgmtd/ |
| H A D | dlmgmt_door.c | 543 * Hold the writer lock to update the dlconf table. 737 * Hold the writer lock to update the dlconf table. 763 dlmgmt_dlconf_t dlconf, *dlconfp; local 767 * Hold the writer lock to update the dlconf table. 771 dlconf.ld_id = setattr->ld_confid; 772 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL); 796 dlmgmt_dlconf_t dlconf, *dlconfp; local 800 * Hold the writer lock to update the dlconf table. 804 dlconf.ld_id = unsetattr->ld_confid; 805 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NUL 840 dlmgmt_dlconf_t dlconf, *dlconfp; local 954 dlmgmt_dlconf_t dlconf, *dlconfp; local 1135 dlmgmt_dlconf_t dlconf, *dlconfp; local [all...] |
| H A D | dlmgmt_util.c | 765 * Advance to the next available dlconf id. 776 dlmgmt_dlconf_t dlconf; local 781 dlconf.ld_id = dlmgmt_nextconfid = 1; 782 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL);
|
Completed in 71 milliseconds