Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.c76 #define XPT_PRINT_LEN PRINTF_BUFR_SIZE macro
78 #define XPT_PRINT_LEN 128 macro
80 _Static_assert(XPT_PRINT_LEN <= XPT_PRINT_MAXLEN, "XPT_PRINT_LEN is too large");
3702 char buffer[XPT_PRINT_LEN]; in xpt_print_path()
3704 sbuf_new(&sb, buffer, XPT_PRINT_LEN, SBUF_FIXEDLEN); in xpt_print_path()
3731 char buffer[XPT_PRINT_LEN]; in xpt_print()
3733 sbuf_new(&sb, buffer, XPT_PRINT_LEN, SBUF_FIXEDLEN); in xpt_print()
5543 char buf[XPT_PRINT_LEN]; /* balance to not eat too much stack */ in xpt_cam_path_debug()
5562 char buf[XPT_PRINT_LEN]; /* balance to not eat too much stack */ in xpt_cam_dev_debug()
5581 char buf[XPT_PRINT_LEN]; /* balance to not eat too much stack */ in xpt_cam_debug()