Home
last modified time | relevance | path

Searched refs:get_list_handler (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.h84 ocs_mgmt_get_list_handler get_list_handler; member
H A Docs_mgmt.c243 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list()
244 ocs->mgmt_functions->get_list_handler(textbuf, ocs); in ocs_mgmt_get_list()
247 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list()
248 ocs->tgt_mgmt_functions->get_list_handler(textbuf, &(ocs->tgt_ocs)); in ocs_mgmt_get_list()
255 if ((domain->mgmt_functions) && (domain->mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list()
256 domain->mgmt_functions->get_list_handler(textbuf, domain); in ocs_mgmt_get_list()
H A Docs_domain.c71 .get_list_handler = ocs_mgmt_domain_list,
1383 if ((sport->mgmt_functions) && (sport->mgmt_functions->get_list_handler)) { in ocs_mgmt_domain_list()
1384 sport->mgmt_functions->get_list_handler(textbuf, sport); in ocs_mgmt_domain_list()
H A Docs_sport.c52 .get_list_handler = ocs_mgmt_sport_list,
1277 if ((node->mgmt_functions) && (node->mgmt_functions->get_list_handler)) { in ocs_mgmt_sport_list()
1278 node->mgmt_functions->get_list_handler(textbuf, node); in ocs_mgmt_sport_list()
H A Docs_io.c51 .get_list_handler = ocs_mgmt_io_list,
H A Docs_node.c62 .get_list_handler = ocs_mgmt_node_list,
1722 if ((io->mgmt_functions) && (io->mgmt_functions->get_list_handler)) { in ocs_mgmt_node_list()
1723 io->mgmt_functions->get_list_handler(textbuf, io); in ocs_mgmt_node_list()