Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_ddump.c315 ocs_textbuf_printf(textbuf, "No history available\n"); in ocs_ddump_queue_history()
322 ocs_textbuf_printf(textbuf, "<history>\n"); in ocs_ddump_queue_history()
323 ocs_textbuf_printf(textbuf, "(newest first):\n"); in ocs_ddump_queue_history()
343 ocs_textbuf_printf(textbuf, "%s:\n", in ocs_ddump_queue_history()
352 ocs_textbuf_printf(textbuf, " t: %" PRIu64 "\n", tsc_value); in ocs_ddump_queue_history()
360 ocs_textbuf_printf(textbuf, " qid=0x%x idx=0x%x\n", in ocs_ddump_queue_history()
370 ocs_textbuf_printf(textbuf, " [%d]=%x\n", in ocs_ddump_queue_history()
382 ocs_textbuf_printf(textbuf, "</history>\n"); in ocs_ddump_queue_history()
527 ocs_textbuf_printf(textbuf, "<rpi_ref>"); in ocs_ddump_hw()
531 ocs_textbuf_printf(textbuf, "[%d] att=%d cnt=%d\n", i, in ocs_ddump_hw()
[all …]
H A Docs_utils.c581 ocs_textbuf_printf(textbuf, "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n"); in ocs_ddump_startfile()
614 ocs_textbuf_printf(textbuf, "<%s type=\"section\" instance=\"%d\">\n", name, instance); in ocs_ddump_section()
632 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_ddump_endsection()
657 ocs_textbuf_printf(textbuf, "<%s>%s</%s>\n", name, valuebuf, name); in ocs_ddump_value()
687 ocs_textbuf_printf(textbuf, "<%s type=\"buffer\" instance=\"%d\">\n", name, instance); in ocs_ddump_buffer()
692 ocs_textbuf_printf(textbuf, "%08x ", *dword++); in ocs_ddump_buffer()
694 ocs_textbuf_printf(textbuf, "\n"); in ocs_ddump_buffer()
698 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_ddump_buffer()
740 ocs_textbuf_printf(textbuf, "<qentries>\n"); in ocs_ddump_queue_entries()
746 ocs_textbuf_printf(textbuf, "[%04x] ", index); in ocs_ddump_queue_entries()
[all …]
H A Docs_mgmt.c2590 ocs_textbuf_printf(textbuf, "<%s instance=\"%d\">\n", name, index); in ocs_mgmt_start_section()
2610 ocs_textbuf_printf(textbuf, "<%s>\n", name); in ocs_mgmt_start_unnumbered_section()
2629 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_mgmt_end_unnumbered_section()
2650 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_mgmt_end_section()
2672 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\"/>\n", name, mode_string(mode)); in ocs_mgmt_emit_property_name()
2693 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), value, name); in ocs_mgmt_emit_string()
2721 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), valuebuf, name); in ocs_mgmt_emit_int()
2744 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), valuebuf, name); in ocs_mgmt_emit_boolean()
H A Docs_utils.h107 extern void ocs_textbuf_printf(ocs_textbuf_t *textbuf, const char *fmt, ...);
H A Docs_scsi.c2521 ocs_textbuf_printf(&txtbuf, "cdb%d: ", cdb_len); in ocs_scsi_send_io()
2523 ocs_textbuf_printf(&txtbuf, "%02X%s", cdb[i], (i == (cdb_len-1)) ? "" : " "); in ocs_scsi_send_io()