Searched refs:get_all_handler (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_mgmt.h | 88 ocs_mgmt_get_all_handler get_all_handler; member
|
| H A D | ocs_mgmt.c | 542 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 D | ocs_domain.c | 75 .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 D | ocs_sport.c | 56 .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 D | ocs_io.c | 55 .get_all_handler = ocs_mgmt_io_get_all,
|
| H A D | ocs_node.c | 66 .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()
|