Home
last modified time | relevance | path

Searched refs:cq1 (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; in quiesce_confirm() local
824 cq1 = cfga_str(append_newline, CONF_QUIESCE_1, hbap, 0); in quiesce_confirm()
826 len = strlen(cq1) + strlen(cq2) + 1; /* Includes term. NULL */ in quiesce_confirm()
831 S_FREE(cq1); in quiesce_confirm()
835 (void) strcpy(buf, cq1); in quiesce_confirm()
838 S_FREE(cq1); in quiesce_confirm()