Home
last modified time | relevance | path

Searched refs:arg_out (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.h81 void *arg_out, uint32_t arg_out_length, void *object);
109 void *arg_out, uint32_t arg_out_length);
H A Docs_mgmt.c458 uint32_t arg_in_length, void *arg_out, uint32_t arg_out_length) in ocs_mgmt_exec() argument
476 arg_out, arg_out_length); in ocs_mgmt_exec()
487 return ocs_dump_to_host(ocs, arg_out, arg_out_length); in ocs_mgmt_exec()
492 arg_out, arg_out_length, ocs); in ocs_mgmt_exec()
498 arg_in, arg_in_length, arg_out, arg_out_length, in ocs_mgmt_exec()
508 … result = domain->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, arg_out, in ocs_mgmt_exec()
560 ocs_mgmt_firmware_reset(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_… in ocs_mgmt_firmware_reset() argument
603 ocs_mgmt_function_reset(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_… in ocs_mgmt_function_reset() argument
614 ocs_mgmt_firmware_write(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_… in ocs_mgmt_firmware_write() argument
690 if ((arg_out_length > 0) && (arg_out != NULL)) { in ocs_mgmt_firmware_write()
[all …]
H A Docs_ioctl.h322 void *arg_out; /*<< Output: pointer to argument from kernel to user */ member
H A Docs_domain.c68 void *arg_out, uint32_t arg_out_length, void *domain);
1536 void *arg_out, uint32_t arg_out_length, void *object) in ocs_mgmt_domain_exec() argument
1552 …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.c50 void *arg_out, uint32_t arg_out_length, void *sport);
1424 void *arg_out, uint32_t arg_out_length, void *object) in ocs_mgmt_sport_exec() argument
1448 arg_out, arg_out_length, node); in ocs_mgmt_sport_exec()
H A Docs_node.c60 void *arg_out, uint32_t arg_out_length, void *node);
1918 void *arg_out, uint32_t arg_out_length, void *object) in ocs_mgmt_node_exec() argument
1941 arg_out, arg_out_length, io); in ocs_mgmt_node_exec()
H A Docs_ioctl.c645 req->arg_out, req->arg_out_length); in ocs_ioctl()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h1389 event_callback_fn *callback_out, void **arg_out);
/freebsd/contrib/libevent/include/event2/
H A Devent.h1389 event_callback_fn *callback_out, void **arg_out);
/freebsd/contrib/ntp/sntp/libevent/
H A Devent.c2419 …e_out, evutil_socket_t *fd_out, short *events_out, event_callback_fn *callback_out, void **arg_out) in event_get_assignment() argument
2431 if (arg_out) in event_get_assignment()
2432 *arg_out = event->ev_arg; in event_get_assignment()
/freebsd/contrib/libevent/
H A Devent.c2419 …e_out, evutil_socket_t *fd_out, short *events_out, event_callback_fn *callback_out, void **arg_out) in event_get_assignment() argument
2431 if (arg_out) in event_get_assignment()
2432 *arg_out = event->ev_arg; in event_get_assignment()