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.c82 #define XPT_PRINT_LEN PRINTF_BUFR_SIZE macro
84 #define XPT_PRINT_LEN 128 macro
86 _Static_assert(XPT_PRINT_LEN <= XPT_PRINT_MAXLEN, "XPT_PRINT_LEN is too large");
3731 char buffer[XPT_PRINT_LEN]; in xpt_print_path()
3733 sbuf_new(&sb, buffer, XPT_PRINT_LEN, SBUF_FIXEDLEN); in xpt_print_path()
3760 char buffer[XPT_PRINT_LEN]; in xpt_print()
3762 sbuf_new(&sb, buffer, XPT_PRINT_LEN, SBUF_FIXEDLEN); in xpt_print()
5582 char buf[XPT_PRINT_LEN]; /* balance to not eat too much stack */ in xpt_cam_path_debug()
5601 char buf[XPT_PRINT_LEN]; /* balance to not eat too much stack */ in xpt_cam_dev_debug()
5620 char buf[XPT_PRINT_LEN]; /* balance to not eat too much stack */ in xpt_cam_debug()