Searched refs:get_list_handler (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_mgmt.h | 86 ocs_mgmt_get_list_handler get_list_handler; member
|
| H A D | ocs_mgmt.c | 245 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list() 246 ocs->mgmt_functions->get_list_handler(textbuf, ocs); in ocs_mgmt_get_list() 249 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list() 250 ocs->tgt_mgmt_functions->get_list_handler(textbuf, &(ocs->tgt_ocs)); in ocs_mgmt_get_list() 257 if ((domain->mgmt_functions) && (domain->mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list() 258 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, 1385 if ((sport->mgmt_functions) && (sport->mgmt_functions->get_list_handler)) { in ocs_mgmt_domain_list() 1386 sport->mgmt_functions->get_list_handler(textbuf, sport); in ocs_mgmt_domain_list()
|
| H A D | ocs_sport.c | 54 .get_list_handler = ocs_mgmt_sport_list, 1279 if ((node->mgmt_functions) && (node->mgmt_functions->get_list_handler)) { in ocs_mgmt_sport_list() 1280 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, 1724 if ((io->mgmt_functions) && (io->mgmt_functions->get_list_handler)) { in ocs_mgmt_node_list() 1725 io->mgmt_functions->get_list_handler(textbuf, io); in ocs_mgmt_node_list()
|