Searched refs:dlconf (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_door.c | 768 dlmgmt_dlconf_t dlconf, *dlconfp; in dlmgmt_setattr() local 776 dlconf.ld_id = setattr->ld_confid; in dlmgmt_setattr() 777 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL); in dlmgmt_setattr() 801 dlmgmt_dlconf_t dlconf, *dlconfp; in dlmgmt_unsetconfattr() local 809 dlconf.ld_id = unsetattr->ld_confid; in dlmgmt_unsetconfattr() 810 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL); in dlmgmt_unsetconfattr() 845 dlmgmt_dlconf_t dlconf, *dlconfp; in dlmgmt_writeconf() local 855 dlconf.ld_id = writeconf->ld_confid; in dlmgmt_writeconf() 856 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL); in dlmgmt_writeconf() 959 dlmgmt_dlconf_t dlconf, *dlconfp; in dlmgmt_destroyconf() local [all …]
|
H A D | dlmgmt_util.c | 843 dlmgmt_dlconf_t dlconf; in dlmgmt_advance_dlconfid() local 848 dlconf.ld_id = dlmgmt_nextconfid = 1; in dlmgmt_advance_dlconfid() 849 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL); in dlmgmt_advance_dlconfid()
|