Searched refs:txtbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Docs_scsi.c2516 ocs_textbuf_t txtbuf; local
2519 ocs_textbuf_init(ocs, &txtbuf, buf, sizeof(buf));
2521 ocs_textbuf_printf(&txtbuf, "cdb%d: ", cdb_len);
2523 ocs_textbuf_printf(&txtbuf, "%02X%s", cdb[i], (i == (cdb_len-1)) ? "" : " ");
2527 ocs_textbuf_get_buffer(&txtbuf));

Completed in 102 milliseconds