Searched refs:arg_out_length (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | ocs_mgmt.h | 85 void *arg_out, uint32_t arg_out_length, void *object); 114 void *arg_out, uint32_t arg_out_length);
|
| D | ocs_mgmt.c | 469 uint32_t arg_in_length, void *arg_out, uint32_t arg_out_length) in ocs_mgmt_exec() argument 487 arg_out, arg_out_length); in ocs_mgmt_exec() 499 return ocs_dump_to_host(ocs, arg_out, arg_out_length); in ocs_mgmt_exec() 504 arg_out, arg_out_length, ocs); in ocs_mgmt_exec() 510 arg_in, arg_in_length, arg_out, arg_out_length, in ocs_mgmt_exec() 521 arg_out_length, domain); in ocs_mgmt_exec() 573 …_reset(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_t arg_out_length) in ocs_mgmt_firmware_reset() argument 616 …_reset(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_t arg_out_length) in ocs_mgmt_function_reset() argument 627 …_write(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_t arg_out_length) in ocs_mgmt_firmware_write() argument 706 if ((arg_out_length > 0) && (arg_out != NULL)) { in ocs_mgmt_firmware_write() [all …]
|
| D | ocs_ioctl.h | 325 uint32_t arg_out_length; /*<< Input: size of arg_out in bytes */ member
|
| D | ocs_domain.c | 70 void *arg_out, uint32_t arg_out_length, void *domain); 1555 void *arg_out, uint32_t arg_out_length, void *object) in ocs_mgmt_domain_exec() argument 1572 …_functions->exec_handler(qualifier, action, arg_in, arg_in_length, arg_out, arg_out_length, sport); in ocs_mgmt_domain_exec()
|
| D | ocs_sport.c | 53 void *arg_out, uint32_t arg_out_length, void *sport); 1433 void *arg_out, uint32_t arg_out_length, void *object) in ocs_mgmt_sport_exec() argument 1458 arg_out, arg_out_length, node); in ocs_mgmt_sport_exec()
|
| D | ocs_node.c | 62 void *arg_out, uint32_t arg_out_length, void *node); 1931 void *arg_out, uint32_t arg_out_length, void *object) in ocs_mgmt_node_exec() argument 1954 arg_out, arg_out_length, io); in ocs_mgmt_node_exec()
|
| D | ocs_ioctl.c | 636 req->arg_out, req->arg_out_length); in ocs_ioctl()
|