Lines Matching defs:dlconf
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;
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;
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, NULL);
840 dlmgmt_dlconf_t dlconf, *dlconfp;
846 * Hold the lock to access the dlconf table.
850 dlconf.ld_id = writeconf->ld_confid;
851 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL);
954 dlmgmt_dlconf_t dlconf, *dlconfp;
958 * Hold the writer lock to update the dlconf table.
962 dlconf.ld_id = destroyconf->ld_confid;
963 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL);
1003 * Hold the writer lock to update the dlconf table.
1135 dlmgmt_dlconf_t dlconf, *dlconfp;
1139 * Hold the read lock to access the dlconf table.
1143 dlconf.ld_id = getattr->ld_confid;
1144 if ((dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL)) == NULL ||