Home
last modified time | relevance | path

Searched refs:function_code (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c43 unsigned char function_code[2]; member
193 .function_code = {'P', 'K'}, in icamex_msg_to_type6mex_msgx()
196 .function_code = {'P', 'K'}, in icamex_msg_to_type6mex_msgx()
262 .function_code = {'P', 'D'}, in icacrt_msg_to_type6crt_msgx()
265 .function_code = {'P', 'D'}, in icacrt_msg_to_type6crt_msgx()
348 char *function_code; in xcrb_msg_to_type6cprb_msgx() local
407 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > in xcrb_msg_to_type6cprb_msgx()
410 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len; in xcrb_msg_to_type6cprb_msgx()
411 memcpy(msg->hdr.function_code, function_code, in xcrb_msg_to_type6cprb_msgx()
412 sizeof(msg->hdr.function_code)); in xcrb_msg_to_type6cprb_msgx()
[all …]
H A Dzcrypt_msgtype6.h46 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member
/linux/arch/s390/kernel/
H A Dentry.h57 long sys_s390_sthyi(unsigned long function_code, void __user *buffer, u64 __user *return_code, unsi…
/linux/arch/s390/include/asm/
H A Dsclp.h124 u8 function_code;
123 u8 function_code; global() member
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h159 u8 function_code; member
217 u8 function_code; member
496 __le16 function_code; member
515 __le16 function_code; member
/linux/drivers/s390/char/
H A Dsclp_early_core.c289 sccb->header.function_code = 0x80; in sclp_early_read_info()
H A Dsclp_vt220.c271 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
H A Dsclp_mem.c137 sccb->header.function_code = 0x40; in sclp_attach_storage()
H A Dsclp.c608 sccb->function_code = 0; in __sclp_make_read_req()