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

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_mgmt.h92 ocs_mgmt_exec_handler exec_handler; member in struct:ocs_mgmt_functions_s
H A Docs_domain.c77 .exec_handler = ocs_mgmt_domain_exec,
1571 if ((sport->mgmt_functions) && (sport->mgmt_functions->exec_handler)) {
1572 retval = sport->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, arg_out, arg_out_length, sport);
H A Docs_mgmt.c504 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->exec_handler)) {
505 result = ocs->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length,
510 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->exec_handler)) {
511 result = ocs->tgt_mgmt_functions->exec_handler(qualifier, action,
521 if ((domain->mgmt_functions) && (domain->mgmt_functions->exec_handler)) {
522 result = domain->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, arg_out,
H A Docs_sport.c59 .exec_handler = ocs_mgmt_sport_exec,
1456 if ((node->mgmt_functions) && (node->mgmt_functions->exec_handler)) {
1457 retval = node->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length,
H A Docs_node.c68 .exec_handler = ocs_mgmt_node_exec,
1952 if ((io->mgmt_functions) && (io->mgmt_functions->exec_handler)) {
1953 retval = io->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length,

Completed in 124 milliseconds