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.c7508 int need_space = 0; in scsi_attrib_prefix_sbuf() local
7537 need_space = 1; in scsi_attrib_prefix_sbuf()
7541 sbuf_printf(sb, "%s(0x%.4x)", (need_space) ? " " : "", id); in scsi_attrib_prefix_sbuf()
7542 need_space = 0; in scsi_attrib_prefix_sbuf()
7546 sbuf_printf(sb, "%s[%d]", (need_space) ? " " : "", len); in scsi_attrib_prefix_sbuf()
7547 need_space = 0; in scsi_attrib_prefix_sbuf()
7550 sbuf_printf(sb, "%s(%s)", (need_space) ? " " : "", in scsi_attrib_prefix_sbuf()