Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_all.c7525 int need_space = 0; in scsi_attrib_prefix_sbuf() local
7554 need_space = 1; in scsi_attrib_prefix_sbuf()
7558 sbuf_printf(sb, "%s(0x%.4x)", (need_space) ? " " : "", id); in scsi_attrib_prefix_sbuf()
7559 need_space = 0; in scsi_attrib_prefix_sbuf()
7563 sbuf_printf(sb, "%s[%d]", (need_space) ? " " : "", len); in scsi_attrib_prefix_sbuf()
7564 need_space = 0; in scsi_attrib_prefix_sbuf()
7567 sbuf_printf(sb, "%s(%s)", (need_space) ? " " : "", in scsi_attrib_prefix_sbuf()