Symbol: prnt_str
usr/src/cmd/srchtxt/srchtxt.c
273
prnt_str(msg);
usr/src/cmd/srchtxt/srchtxt.c
276
prnt_str(msg);
usr/src/cmd/srchtxt/srchtxt.c
65
static void prnt_str();
usr/src/lib/libbe/common/be_utils.c
2687
be_print_err(char *prnt_str, ...)
usr/src/lib/libbe/common/be_utils.c
2704
va_start(ap, prnt_str);
usr/src/lib/libbe/common/be_utils.c
2706
(void) vsnprintf(buf, BUFSIZ, prnt_str, ap);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_hw_debug.c
343
char prnt_str[400];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
121
snprintf (prnt_str, SNPRINTF_VAR(prnt_str) "%s. Value is 0x%x\n", fail_msg, val); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
124
CONDITION_CHK(condition, severity, prnt_str); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
133
snprintf (prnt_str, SNPRINTF_VAR(prnt_str) "%s. Value is 0x%x\n", fail_msg, val); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
136
CONDITION_CHK(condition, severity, prnt_str); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
146
snprintf (prnt_str, SNPRINTF_VAR(prnt_str) "%s. Values are 0x%x 0x%x\n", fail_msg, val1, val2); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
148
CONDITION_CHK(condition, severity, prnt_str); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
159
snprintf (prnt_str, SNPRINTF_VAR(prnt_str) "%s LCID %d CID_CAM 0x%x. Value is 0x%x\n", fail_msg, i, val2, val1);\
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
161
CONDITION_CHK(condition, severity, prnt_str); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
186
snprintf (prnt_str, SNPRINTF_VAR(prnt_str) "QM: PTRTBL entry %d- rd_ptr is not equal to wr_ptr. Values are 0x%x 0x%x\n", i, rd_ptr, wr_ptr);\
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
188
CONDITION_CHK((rd_ptr != wr_ptr), severity, prnt_str);\
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
191
snprintf (prnt_str, SNPRINTF_VAR(prnt_str) "QM: PTRTBL entry %d- rd_bank is not equal to wr_bank. Values are 0x%x 0x%x\n", i, rd_bank, wr_bank); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
193
CONDITION_CHK((rd_bank != wr_bank), severity, prnt_str); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
223
snprintf (prnt_str, SNPRINTF_VAR(prnt_str) "%s - LCID %d CID_CAM 0x%x. Value is 0x%x\n", fail_msg, i, val2, val1); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
224
CONDITION_CHK(condition, severity, prnt_str); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
236
snprintf (prnt_str, SNPRINTF_VAR(prnt_str) "%s. Value is 0x%x\n%s\n", fail_msg, val,_vq_hoq(pdev,#offset)); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
240
CONDITION_CHK(1, severity, prnt_str); \