Searched refs:cq2 (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
825 cq2 = cfga_str(append_newline, CONF_QUIESCE_2, 0);
826 len = strlen(cq1) + strlen(cq2) + 1; /* Includes term. NULL */
832 S_FREE(cq2);
836 (void) strcat(buf, cq2);
839 S_FREE(cq2);

Completed in 44 milliseconds