Home
last modified time | relevance | path

Searched refs:dlconf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_door.c768 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()
845 dlmgmt_dlconf_t dlconf, *dlconfp; in dlmgmt_writeconf() local
855 dlconf.ld_id = writeconf->ld_confid; in dlmgmt_writeconf()
959 dlmgmt_dlconf_t dlconf, *dlconfp; in dlmgmt_destroyconf() local
967 dlconf.ld_id = destroyconf->ld_confid; in dlmgmt_destroyconf()
1140 dlmgmt_dlconf_t dlconf, *dlconfp; in dlmgmt_getattr() local
[all …]
H A Ddlmgmt_util.c843 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()