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

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_mgmt.h90 ocs_mgmt_get_all_handler get_all_handler; member in struct:ocs_mgmt_functions_s
H A Docs_domain.c75 .get_all_handler = ocs_mgmt_domain_get_all,
1504 if ((sport->mgmt_functions) && (sport->mgmt_functions->get_all_handler)) {
1505 sport->mgmt_functions->get_all_handler(textbuf, sport);
H A Docs_mgmt.c555 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->get_all_handler)) {
556 ocs->mgmt_functions->get_all_handler(textbuf, ocs);
559 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->get_all_handler)) {
560 ocs->tgt_mgmt_functions->get_all_handler(textbuf, &(ocs->tgt_ocs));
565 if ((domain->mgmt_functions) && (domain->mgmt_functions->get_all_handler)) {
566 domain->mgmt_functions->get_all_handler(textbuf, domain);
H A Docs_sport.c57 .get_all_handler = ocs_mgmt_sport_get_all,
1392 if ((node->mgmt_functions) && (node->mgmt_functions->get_all_handler)) {
1393 node->mgmt_functions->get_all_handler(textbuf, node);
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,
1889 if ((io->mgmt_functions) && (io->mgmt_functions->get_all_handler)) {
1890 io->mgmt_functions->get_all_handler(textbuf,io);

Completed in 88 milliseconds