Home
last modified time | relevance | path

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

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