Searched refs:dlconfp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_door.c733 dlmgmt_dlconf_t *dlconfp; local
745 createconf->ld_class, createconf->ld_media, zoneid, &dlconfp);
747 avl_add(&dlmgmt_dlconf_avl, dlconfp);
748 dlmgmt_advance_dlconfid(dlconfp);
749 retvalp->lr_confid = dlconfp->ld_id;
763 dlmgmt_dlconf_t dlconf, *dlconfp; local
772 dlconfp = avl_find(&dlmgmt_dlconf_avl, &dlconf, NULL);
773 if (dlconfp == NULL || zoneid != dlconfp->ld_zoneid) {
778 if ((err = dlmgmt_checkprivs(dlconfp
796 dlmgmt_dlconf_t dlconf, *dlconfp; local
840 dlmgmt_dlconf_t dlconf, *dlconfp; local
954 dlmgmt_dlconf_t dlconf, *dlconfp; local
998 dlmgmt_dlconf_t *dlconfp; local
1135 dlmgmt_dlconf_t dlconf, *dlconfp; local
[all...]
H A Ddlmgmt_util.c569 dlmgmt_dlconf_t *dlconfp = NULL; local
577 if ((dlconfp = calloc(1, sizeof (dlmgmt_dlconf_t))) == NULL) {
582 (void) strlcpy(dlconfp->ld_link, name, MAXLINKNAMELEN);
583 dlconfp->ld_linkid = linkid;
584 dlconfp->ld_class = class;
585 dlconfp->ld_media = media;
586 dlconfp->ld_id = dlmgmt_nextconfid;
587 dlconfp->ld_zoneid = zoneid;
590 *dlconfpp = dlconfp;
595 dlconf_destroy(dlmgmt_dlconf_t *dlconfp) argument
768 dlmgmt_advance_dlconfid(dlmgmt_dlconf_t *dlconfp) argument
[all...]

Completed in 58 milliseconds