Searched refs:rcmd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/samples/mei/ |
H A D | mei-amt-version.c | 369 uint8_t **read_buf, uint32_t rcmd, in amt_host_if_call() 398 status = amt_verify_response_header(rcmd, in amt_host_if_call() 367 amt_host_if_call(struct amt_host_if *acmd, const unsigned char *command, ssize_t command_sz, uint8_t **read_buf, uint32_t rcmd, unsigned int expected_sz) amt_host_if_call() argument
|
/kernel/linux/linux-6.6/samples/mei/ |
H A D | mei-amt-version.c | 378 uint8_t **read_buf, uint32_t rcmd, in amt_host_if_call() 407 status = amt_verify_response_header(rcmd, in amt_host_if_call() 376 amt_host_if_call(struct amt_host_if *acmd, const unsigned char *command, ssize_t command_sz, uint8_t **read_buf, uint32_t rcmd, unsigned int expected_sz) amt_host_if_call() argument
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | floppy.c | 3175 struct floppy_raw_cmd **rcmd) in raw_cmd_copyin() 3181 *rcmd = NULL; in raw_cmd_copyin() 3187 *rcmd = ptr; in raw_cmd_copyin() 3218 rcmd = &(ptr->next); in raw_cmd_copyin() 3174 raw_cmd_copyin(int cmd, void __user *param, struct floppy_raw_cmd **rcmd) raw_cmd_copyin() argument
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | floppy.c | 3085 struct floppy_raw_cmd **rcmd) in raw_cmd_copyin() 3090 *rcmd = NULL; in raw_cmd_copyin() 3096 *rcmd = ptr; in raw_cmd_copyin() 3126 rcmd = &(ptr->next); in raw_cmd_copyin() 3084 raw_cmd_copyin(int cmd, void __user *param, struct floppy_raw_cmd **rcmd) raw_cmd_copyin() argument
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_eckd.c | 3874 unsigned char cmd, rcmd; in dasd_eckd_build_cp_cmd_single() local 3978 rcmd = cmd; in dasd_eckd_build_cp_cmd_single() 3983 rcmd |= 0x8; in dasd_eckd_build_cp_cmd_single() 3993 1, rcmd, basedev, count); in dasd_eckd_build_cp_cmd_single() 4005 ccw->cmd_code = rcmd; in dasd_eckd_build_cp_cmd_single()
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eckd.c | 3989 unsigned char cmd, rcmd; in dasd_eckd_build_cp_cmd_single() local 4093 rcmd = cmd; in dasd_eckd_build_cp_cmd_single() 4098 rcmd |= 0x8; in dasd_eckd_build_cp_cmd_single() 4108 1, rcmd, basedev, count); in dasd_eckd_build_cp_cmd_single() 4120 ccw->cmd_code = rcmd; in dasd_eckd_build_cp_cmd_single()
|
Completed in 30 milliseconds