Searched refs:get_list_handler (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_mgmt.h | 88 ocs_mgmt_get_list_handler get_list_handler; member
|
| H A D | ocs_mgmt.c | 256 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list() 257 ocs->mgmt_functions->get_list_handler(textbuf, ocs); in ocs_mgmt_get_list() 260 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list() 261 ocs->tgt_mgmt_functions->get_list_handler(textbuf, &(ocs->tgt_ocs)); in ocs_mgmt_get_list() 269 if ((domain->mgmt_functions) && (domain->mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list() 270 domain->mgmt_functions->get_list_handler(textbuf, domain); in ocs_mgmt_get_list()
|
| H A D | ocs_domain.c | 73 .get_list_handler = ocs_mgmt_domain_list, 1397 if ((sport->mgmt_functions) && (sport->mgmt_functions->get_list_handler)) { in ocs_mgmt_domain_list() 1398 sport->mgmt_functions->get_list_handler(textbuf, sport); in ocs_mgmt_domain_list()
|
| H A D | ocs_sport.c | 55 .get_list_handler = ocs_mgmt_sport_list, 1284 if ((node->mgmt_functions) && (node->mgmt_functions->get_list_handler)) { in ocs_mgmt_sport_list() 1285 node->mgmt_functions->get_list_handler(textbuf, node); in ocs_mgmt_sport_list()
|
| H A D | ocs_io.c | 53 .get_list_handler = ocs_mgmt_io_list,
|
| H A D | ocs_node.c | 64 .get_list_handler = ocs_mgmt_node_list, 1732 if ((io->mgmt_functions) && (io->mgmt_functions->get_list_handler)) { in ocs_mgmt_node_list() 1733 io->mgmt_functions->get_list_handler(textbuf, io); in ocs_mgmt_node_list()
|