Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.h86 ocs_mgmt_get_all_handler get_all_handler; member
H A Docs_mgmt.c540 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->get_all_handler)) { in ocs_mgmt_get_all()
541 ocs->mgmt_functions->get_all_handler(textbuf, ocs); in ocs_mgmt_get_all()
544 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->get_all_handler)) { in ocs_mgmt_get_all()
545 ocs->tgt_mgmt_functions->get_all_handler(textbuf, &(ocs->tgt_ocs)); in ocs_mgmt_get_all()
550 if ((domain->mgmt_functions) && (domain->mgmt_functions->get_all_handler)) { in ocs_mgmt_get_all()
551 domain->mgmt_functions->get_all_handler(textbuf, domain); in ocs_mgmt_get_all()
H A Docs_domain.c73 .get_all_handler = ocs_mgmt_domain_get_all,
1489 if ((sport->mgmt_functions) && (sport->mgmt_functions->get_all_handler)) { in ocs_mgmt_domain_get_all()
1490 sport->mgmt_functions->get_all_handler(textbuf, sport); in ocs_mgmt_domain_get_all()
H A Docs_sport.c54 .get_all_handler = ocs_mgmt_sport_get_all,
1384 if ((node->mgmt_functions) && (node->mgmt_functions->get_all_handler)) { in ocs_mgmt_sport_get_all()
1385 node->mgmt_functions->get_all_handler(textbuf, node); in ocs_mgmt_sport_get_all()
H A Docs_io.c53 .get_all_handler = ocs_mgmt_io_get_all,
H A Docs_node.c64 .get_all_handler = ocs_mgmt_node_get_all,
1879 if ((io->mgmt_functions) && (io->mgmt_functions->get_all_handler)) { in ocs_mgmt_node_get_all()
1880 io->mgmt_functions->get_all_handler(textbuf,io); in ocs_mgmt_node_get_all()