Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_mgmt.h88 ocs_mgmt_get_all_handler get_all_handler; member
H A Docs_mgmt.c542 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->get_all_handler)) { in ocs_mgmt_get_all()
543 ocs->mgmt_functions->get_all_handler(textbuf, ocs); in ocs_mgmt_get_all()
546 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->get_all_handler)) { in ocs_mgmt_get_all()
547 ocs->tgt_mgmt_functions->get_all_handler(textbuf, &(ocs->tgt_ocs)); in ocs_mgmt_get_all()
552 if ((domain->mgmt_functions) && (domain->mgmt_functions->get_all_handler)) { in ocs_mgmt_get_all()
553 domain->mgmt_functions->get_all_handler(textbuf, domain); in ocs_mgmt_get_all()
H A Docs_domain.c75 .get_all_handler = ocs_mgmt_domain_get_all,
1491 if ((sport->mgmt_functions) && (sport->mgmt_functions->get_all_handler)) { in ocs_mgmt_domain_get_all()
1492 sport->mgmt_functions->get_all_handler(textbuf, sport); in ocs_mgmt_domain_get_all()
H A Docs_sport.c56 .get_all_handler = ocs_mgmt_sport_get_all,
1386 if ((node->mgmt_functions) && (node->mgmt_functions->get_all_handler)) { in ocs_mgmt_sport_get_all()
1387 node->mgmt_functions->get_all_handler(textbuf, node); in ocs_mgmt_sport_get_all()
H A Docs_io.c55 .get_all_handler = ocs_mgmt_io_get_all,
H A Docs_node.c66 .get_all_handler = ocs_mgmt_node_get_all,
1881 if ((io->mgmt_functions) && (io->mgmt_functions->get_all_handler)) { in ocs_mgmt_node_get_all()
1882 io->mgmt_functions->get_all_handler(textbuf,io); in ocs_mgmt_node_get_all()