Searched refs:dlconf (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_door.c | 763 dlmgmt_dlconf_t dlconf, *dlconfp; in dlmgmt_setattr() local 771 dlconf.ld_id = setattr->ld_confid; in dlmgmt_setattr() 772 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL); in dlmgmt_setattr() 796 dlmgmt_dlconf_t dlconf, *dlconfp; in dlmgmt_unsetconfattr() local 804 dlconf.ld_id = unsetattr->ld_confid; in dlmgmt_unsetconfattr() 805 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL); in dlmgmt_unsetconfattr() 840 dlmgmt_dlconf_t dlconf, *dlconfp; in dlmgmt_writeconf() local 850 dlconf.ld_id = writeconf->ld_confid; in dlmgmt_writeconf() 851 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL); in dlmgmt_writeconf() 954 dlmgmt_dlconf_t dlconf, *dlconfp; in dlmgmt_destroyconf() local [all …]
|
H A D | dlmgmt_util.c | 776 dlmgmt_dlconf_t dlconf; in dlmgmt_advance_dlconfid() local 781 dlconf.ld_id = dlmgmt_nextconfid = 1; in dlmgmt_advance_dlconfid() 782 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL); in dlmgmt_advance_dlconfid()
|