Searched refs:arg_in (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.h84 typedef int (*ocs_mgmt_exec_handler)(char *parent, char *action, void *arg_in, uint32_t arg_in_length,
113 extern int ocs_mgmt_exec(ocs_t *ocs, char *action, void *arg_in, uint32_t arg_in_length,
H A Docs_ioctl.h318 void *arg_in; /*<< Input: pointer to argument in user space */ member in struct:__anon7633
319 uint32_t arg_in_length; /*<< Input: size of arg_in in bytes */
H A Docs_mgmt.c468 * @param arg_in Pointer to an argument being passed to the action.
469 * @param arg_in_length Length of the argument pointed to by @c arg_in.
479 ocs_mgmt_exec(ocs_t *ocs, char *action, void *arg_in, argument
497 return mgmt_table[i].action_handler(ocs, action, arg_in, arg_in_length,
505 result = ocs->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length,
512 arg_in, arg_in_length, arg_out, arg_out_length,
522 result = domain->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, arg_out,
576 ocs_mgmt_read_phys(ocs_t *ocs, char *name, void *arg_in, uint32_t arg_in_length, void *arg_out, uint32_t arg_out_length) argument
586 if ((arg_in == NULL) ||
597 if (ocs_copy_from_user(addr_str, arg_in, arg_in_lengt
[all...]
H A Docs_domain.c69 int ocs_mgmt_domain_exec(char *parent, char *action, void *arg_in, uint32_t arg_in_length,
1554 ocs_mgmt_domain_exec(char *parent, char *action, void *arg_in, uint32_t arg_in_length, argument
1572 retval = sport->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, arg_out, arg_out_length, sport);
H A Docs_sport.c52 int ocs_mgmt_sport_exec(char *parent, char *action, void *arg_in, uint32_t arg_in_length,
1432 ocs_mgmt_sport_exec(char *parent, char *action, void *arg_in, uint32_t arg_in_length, argument
1457 retval = node->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length,
H A Docs_node.c61 int ocs_mgmt_node_exec(char *parent, char *action, void *arg_in, uint32_t arg_in_length,
1930 ocs_mgmt_node_exec(char *parent, char *action, void *arg_in, uint32_t arg_in_length, argument
1953 retval = io->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length,
H A Docs_ioctl.c645 req->result = ocs_mgmt_exec(ocs, action_name, req->arg_in, req->arg_in_length,

Completed in 83 milliseconds