Searched refs:exec_handler (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_mgmt.h | 88 ocs_mgmt_exec_handler exec_handler; member
|
H A D | ocs_mgmt.c | 490 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->exec_handler)) { in ocs_mgmt_exec() 491 result = ocs->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, in ocs_mgmt_exec() 496 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->exec_handler)) { in ocs_mgmt_exec() 497 result = ocs->tgt_mgmt_functions->exec_handler(qualifier, action, in ocs_mgmt_exec() 507 if ((domain->mgmt_functions) && (domain->mgmt_functions->exec_handler)) { in ocs_mgmt_exec() 508 … result = domain->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, arg_out, in ocs_mgmt_exec()
|
H A D | ocs_domain.c | 75 .exec_handler = ocs_mgmt_domain_exec, 1551 if ((sport->mgmt_functions) && (sport->mgmt_functions->exec_handler)) { in ocs_mgmt_domain_exec() 1552 …retval = sport->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, arg_out, ar… in ocs_mgmt_domain_exec()
|
H A D | ocs_sport.c | 56 .exec_handler = ocs_mgmt_sport_exec, 1446 if ((node->mgmt_functions) && (node->mgmt_functions->exec_handler)) { in ocs_mgmt_sport_exec() 1447 retval = node->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, in ocs_mgmt_sport_exec()
|
H A D | ocs_node.c | 66 .exec_handler = ocs_mgmt_node_exec, 1939 if ((io->mgmt_functions) && (io->mgmt_functions->exec_handler)) { in ocs_mgmt_node_exec() 1940 retval = io->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, in ocs_mgmt_node_exec()
|