Home
last modified time | relevance | path

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

/src/sys/dev/ocs_fc/
H A Docs_mgmt.h92 extern void ocs_mgmt_start_section(ocs_textbuf_t *textbuf, const char *name, int index);
H A Docs_domain.c1365 ocs_mgmt_start_section(textbuf, "domain", domain->instance_index); in ocs_mgmt_domain_list()
1401 ocs_mgmt_start_section(textbuf, "domain", domain->instance_index); in ocs_mgmt_domain_get()
1472 ocs_mgmt_start_section(textbuf, "domain", domain->instance_index); in ocs_mgmt_domain_get_all()
H A Docs_sport.c1257 ocs_mgmt_start_section(textbuf, "sport", sport->instance_index); in ocs_mgmt_sport_list()
1295 ocs_mgmt_start_section(textbuf, "sport", sport->instance_index); in ocs_mgmt_sport_get()
1367 ocs_mgmt_start_section(textbuf, "sport", sport->instance_index); in ocs_mgmt_sport_get_all()
H A Docs_node.c1697 ocs_mgmt_start_section(textbuf, "node", node->instance_index); in ocs_mgmt_node_list()
1739 ocs_mgmt_start_section(textbuf, "node", node->instance_index); in ocs_mgmt_node_get()
1842 ocs_mgmt_start_section(textbuf, "node", node->instance_index); in ocs_mgmt_node_get_all()
H A Docs_mgmt.c2588 extern void ocs_mgmt_start_section(ocs_textbuf_t *textbuf, const char *name, int index) in ocs_mgmt_start_section() function