Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_ddump.c317 ocs_textbuf_printf(textbuf, "No history available\n"); in ocs_ddump_queue_history()
324 ocs_textbuf_printf(textbuf, "<history>\n"); in ocs_ddump_queue_history()
325 ocs_textbuf_printf(textbuf, "(newest first):\n"); in ocs_ddump_queue_history()
345 ocs_textbuf_printf(textbuf, "%s:\n", in ocs_ddump_queue_history()
362 ocs_textbuf_printf(textbuf, " qid=0x%x idx=0x%x\n", in ocs_ddump_queue_history()
372 ocs_textbuf_printf(textbuf, " [%d]=%x\n", in ocs_ddump_queue_history()
384 ocs_textbuf_printf(textbuf, "</history>\n"); in ocs_ddump_queue_history()
529 ocs_textbuf_printf(textbuf, "<rpi_ref>"); in ocs_ddump_hw()
538 ocs_textbuf_printf(textbuf, "</rpi_ref>"); in ocs_ddump_hw()
764 ocs_textbuf_printf(textbuf, "<history>\n"); in ocs_ddump()
[all …]
H A Docs_utils.c634 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_ddump_endsection()
694 ocs_textbuf_printf(textbuf, "%08x ", *dword++); in ocs_ddump_buffer()
696 ocs_textbuf_printf(textbuf, "\n"); in ocs_ddump_buffer()
700 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_ddump_buffer()
742 ocs_textbuf_printf(textbuf, "<qentries>\n"); in ocs_ddump_queue_entries()
748 ocs_textbuf_printf(textbuf, "[%04x] ", index); in ocs_ddump_queue_entries()
750 ocs_textbuf_printf(textbuf, "%08x ", *dword++); in ocs_ddump_queue_entries()
753 ocs_textbuf_printf(textbuf, "\n"); in ocs_ddump_queue_entries()
755 ocs_textbuf_printf(textbuf, " "); in ocs_ddump_queue_entries()
765 ocs_textbuf_printf(textbuf, "</qentries>\n"); in ocs_ddump_queue_entries()
[all …]
H A Docs_mgmt.c2592 ocs_textbuf_printf(textbuf, "<%s instance=\"%d\">\n", name, index); in ocs_mgmt_start_section()
2612 ocs_textbuf_printf(textbuf, "<%s>\n", name); in ocs_mgmt_start_unnumbered_section()
2631 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_mgmt_end_unnumbered_section()
2652 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_mgmt_end_section()
2674 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\"/>\n", name, mode_string(mode)); in ocs_mgmt_emit_property_name()
2695 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), value, name); in ocs_mgmt_emit_string()
2723 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), valuebuf, name); in ocs_mgmt_emit_int()
2746 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.h109 extern void ocs_textbuf_printf(ocs_textbuf_t *textbuf, const char *fmt, ...);
H A Docs_scsi.c2519 ocs_textbuf_printf(&txtbuf, "cdb%d: ", cdb_len); in ocs_scsi_send_io()
2521 ocs_textbuf_printf(&txtbuf, "%02X%s", cdb[i], (i == (cdb_len-1)) ? "" : " "); in ocs_scsi_send_io()