Searched refs:get_list_handler (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_mgmt.h | 84 ocs_mgmt_get_list_handler get_list_handler; member
|
| H A D | ocs_mgmt.c | 243 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list() 244 ocs->mgmt_functions->get_list_handler(textbuf, ocs); in ocs_mgmt_get_list() 247 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list() 248 ocs->tgt_mgmt_functions->get_list_handler(textbuf, &(ocs->tgt_ocs)); in ocs_mgmt_get_list() 255 if ((domain->mgmt_functions) && (domain->mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list() 256 domain->mgmt_functions->get_list_handler(textbuf, domain); in ocs_mgmt_get_list()
|
| H A D | ocs_domain.c | 71 .get_list_handler = ocs_mgmt_domain_list, 1383 if ((sport->mgmt_functions) && (sport->mgmt_functions->get_list_handler)) { in ocs_mgmt_domain_list() 1384 sport->mgmt_functions->get_list_handler(textbuf, sport); in ocs_mgmt_domain_list()
|
| H A D | ocs_sport.c | 52 .get_list_handler = ocs_mgmt_sport_list, 1277 if ((node->mgmt_functions) && (node->mgmt_functions->get_list_handler)) { in ocs_mgmt_sport_list() 1278 node->mgmt_functions->get_list_handler(textbuf, node); in ocs_mgmt_sport_list()
|
| H A D | ocs_io.c | 51 .get_list_handler = ocs_mgmt_io_list,
|
| H A D | ocs_node.c | 62 .get_list_handler = ocs_mgmt_node_list, 1722 if ((io->mgmt_functions) && (io->mgmt_functions->get_list_handler)) { in ocs_mgmt_node_list() 1723 io->mgmt_functions->get_list_handler(textbuf, io); in ocs_mgmt_node_list()
|