Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_ddump.c320 ocs_textbuf_printf(textbuf, "No history available\n"); in ocs_ddump_queue_history()
327 ocs_textbuf_printf(textbuf, "<history>\n"); in ocs_ddump_queue_history()
328 ocs_textbuf_printf(textbuf, "(newest first):\n"); in ocs_ddump_queue_history()
349 ocs_textbuf_printf(textbuf, "%s:\n", in ocs_ddump_queue_history()
366 ocs_textbuf_printf(textbuf, " qid=0x%x idx=0x%x\n", in ocs_ddump_queue_history()
376 ocs_textbuf_printf(textbuf, " [%d]=%x\n", in ocs_ddump_queue_history()
388 ocs_textbuf_printf(textbuf, "</history>\n"); in ocs_ddump_queue_history()
533 ocs_textbuf_printf(textbuf, "<rpi_ref>"); in ocs_ddump_hw()
542 ocs_textbuf_printf(textbuf, "</rpi_ref>"); in ocs_ddump_hw()
768 ocs_textbuf_printf(textbuf, "<history>\n"); in ocs_ddump()
[all …]
H A Docs_utils.c635 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_ddump_endsection()
696 ocs_textbuf_printf(textbuf, "%08x ", *dword++); in ocs_ddump_buffer()
698 ocs_textbuf_printf(textbuf, "\n"); in ocs_ddump_buffer()
702 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_ddump_buffer()
745 ocs_textbuf_printf(textbuf, "<qentries>\n"); in ocs_ddump_queue_entries()
751 ocs_textbuf_printf(textbuf, "[%04x] ", index); in ocs_ddump_queue_entries()
753 ocs_textbuf_printf(textbuf, "%08x ", *dword++); in ocs_ddump_queue_entries()
756 ocs_textbuf_printf(textbuf, "\n"); in ocs_ddump_queue_entries()
758 ocs_textbuf_printf(textbuf, " "); in ocs_ddump_queue_entries()
768 ocs_textbuf_printf(textbuf, "</qentries>\n"); in ocs_ddump_queue_entries()
[all …]
H A Docs_mgmt.c2750 ocs_textbuf_printf(textbuf, "<%s instance=\"%d\">\n", name, index); in ocs_mgmt_start_section()
2770 ocs_textbuf_printf(textbuf, "<%s>\n", name); in ocs_mgmt_start_unnumbered_section()
2789 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_mgmt_end_unnumbered_section()
2810 ocs_textbuf_printf(textbuf, "</%s>\n", name); in ocs_mgmt_end_section()
2832 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\"/>\n", name, mode_string(mode)); in ocs_mgmt_emit_property_name()
2853 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), value, name); in ocs_mgmt_emit_string()
2881 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), valuebuf, name); in ocs_mgmt_emit_int()
2904 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.h111 extern void ocs_textbuf_printf(ocs_textbuf_t *textbuf, const char *fmt, ...);
H A Docs_scsi.c2537 ocs_textbuf_printf(&txtbuf, "cdb%d: ", cdb_len); in ocs_scsi_send_io()
2539 ocs_textbuf_printf(&txtbuf, "%02X%s", cdb[i], (i == (cdb_len-1)) ? "" : " "); in ocs_scsi_send_io()