Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/
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");
3859 char buffer[XPT_PRINT_LEN]; in xpt_print_path()
3861 sbuf_new(&sb, buffer, XPT_PRINT_LEN, SBUF_FIXEDLEN); in xpt_print_path()
3888 char buffer[XPT_PRINT_LEN]; in xpt_print()
3890 sbuf_new(&sb, buffer, XPT_PRINT_LEN, SBUF_FIXEDLEN); in xpt_print()