Searched defs:hbap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c794 char *buf = NULL, *hbap = NULL, *cq1 = NULL, *cq2 = NULL; local
813 ret = make_hba_logid(apidp->hba_phys, &hbap, &i);
815 if ((hbap = get_node_path(apidp->hba_phys)) == NULL) {
821 assert(hbap != NULL);
824 cq1 = cfga_str(append_newline, CONF_QUIESCE_1, hbap, 0);
863 S_FREE(hbap);

Completed in 60 milliseconds