Searched refs:append_newline (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_utils.c | 63 static void msg_common(char **err_msgpp, int append_newline, int l_errno, 572 int append_newline = 0; in cfga_err() local 582 append_newline = 0; in cfga_err() 585 msg_common(errstring, append_newline, l_errno, ap); in cfga_err() 598 int append_newline = 0, l_errno = 0; in cfga_msg() local 606 append_newline = 1; in cfga_msg() 610 msg_common(&p, append_newline, l_errno, ap); in cfga_msg() 646 cfga_str(int append_newline, ...) in cfga_str() argument 652 va_start(ap, append_newline); in cfga_str() 653 msg_common(&p, append_newline, l_errno, ap); in cfga_str() [all …]
|
H A D | cfga_ctl.c | 699 int ans, append_newline; in disconnect() local 702 append_newline = 0; in disconnect() 703 cq = cfga_str(append_newline, WARN_DISCONNECT, 0); in disconnect() 797 int i = 0, append_newline; in quiesce_confirm() local 823 append_newline = 0; in quiesce_confirm() 824 cq1 = cfga_str(append_newline, CONF_QUIESCE_1, hbap, 0); in quiesce_confirm() 825 cq2 = cfga_str(append_newline, CONF_QUIESCE_2, 0); in quiesce_confirm() 944 int append_newline = 0; in wait_for_hotplug() local 947 cu = cfga_str(append_newline, msg, 0); in wait_for_hotplug()
|
H A D | cfga_scsi.h | 436 char *cfga_str(int append_newline, ...);
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_utils.c | 70 static void msg_common(char **err_msgpp, int append_newline, int l_errno, 646 int append_newline = 0; in cfga_err() local 657 append_newline = 0; in cfga_err() 660 msg_common(&tmp_err_str, append_newline, l_errno, ap); in cfga_err() 695 int append_newline = 0, l_errno = 0; in cfga_msg() local 703 append_newline = 1; in cfga_msg() 707 msg_common(&p, append_newline, l_errno, ap); in cfga_msg() 720 cfga_str(int append_newline, ...) in cfga_str() argument 726 va_start(ap, append_newline); in cfga_str() 727 msg_common(&p, append_newline, l_errno, ap); in cfga_str() [all …]
|
H A D | cfga_fp.h | 523 char *cfga_str(int append_newline, ...);
|