Home
last modified time | relevance | path

Searched refs:exec_handler (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_mgmt.h90 ocs_mgmt_exec_handler exec_handler; member
H A Docs_mgmt.c492 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->exec_handler)) { in ocs_mgmt_exec()
493 result = ocs->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, in ocs_mgmt_exec()
498 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->exec_handler)) { in ocs_mgmt_exec()
499 result = ocs->tgt_mgmt_functions->exec_handler(qualifier, action, in ocs_mgmt_exec()
509 if ((domain->mgmt_functions) && (domain->mgmt_functions->exec_handler)) { in ocs_mgmt_exec()
510 … result = domain->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, arg_out, in ocs_mgmt_exec()
H A Docs_domain.c77 .exec_handler = ocs_mgmt_domain_exec,
1553 if ((sport->mgmt_functions) && (sport->mgmt_functions->exec_handler)) { in ocs_mgmt_domain_exec()
1554 …retval = sport->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, arg_out, ar… in ocs_mgmt_domain_exec()
H A Docs_sport.c58 .exec_handler = ocs_mgmt_sport_exec,
1448 if ((node->mgmt_functions) && (node->mgmt_functions->exec_handler)) { in ocs_mgmt_sport_exec()
1449 retval = node->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, in ocs_mgmt_sport_exec()
H A Docs_node.c68 .exec_handler = ocs_mgmt_node_exec,
1941 if ((io->mgmt_functions) && (io->mgmt_functions->exec_handler)) { in ocs_mgmt_node_exec()
1942 retval = io->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, in ocs_mgmt_node_exec()