| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype6.h | 48 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member 125 char function_code[2]; in rng_type6CPRB_msgX() member 135 .function_code = {'R', 'L'}, in rng_type6CPRB_msgX() 152 memcpy(msg->function_code, msg->hdr.function_code, 0x02); in rng_type6CPRB_msgX()
|
| H A D | zcrypt_msgtype6.c | 105 unsigned char function_code[2]; member 256 .function_code = {'P', 'K'}, in ICAMEX_msg_to_type6MEX_msgX() 259 .function_code = {'P', 'K'}, in ICAMEX_msg_to_type6MEX_msgX() 325 .function_code = {'P', 'D'}, in ICACRT_msg_to_type6CRT_msgX() 328 .function_code = {'P', 'D'}, in ICACRT_msg_to_type6CRT_msgX() 408 char *function_code; in XCRB_msg_to_type6CPRB_msgX() local 471 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > in XCRB_msg_to_type6CPRB_msgX() 474 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len; in XCRB_msg_to_type6CPRB_msgX() 475 memcpy(msg->hdr.function_code, function_code, in XCRB_msg_to_type6CPRB_msgX() 476 sizeof(msg->hdr.function_code)); in XCRB_msg_to_type6CPRB_msgX() [all …]
|
| H A D | zcrypt_cex2c.c | 194 char function_code[2]; in zcrypt_cex2c_rng_supported() member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
| H A D | 0001-waflib-fix-compatibility-with-python-3.11.patch | 63 - function_code=node.read('rU',encoding) 64 + function_code=node.read('r',encoding) 65 exec(compile(function_code,node.abspath(),'exec'),self.exec_dict)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | langhooks.h | 587 int function_code, enum built_in_class cl, 592 int function_code,
|
| H A D | tree.h | 2544 (FUNCTION_DECL_CHECK (NODE)->function_decl.function_code) 3928 return (built_in_function) fndecl.function_code; in DECL_FUNCTION_CODE() 3939 return fndecl.function_code; in DECL_MD_FUNCTION_CODE() 3950 return fndecl.function_code; in DECL_FE_FUNCTION_CODE() 3961 fndecl.function_code = fcode; in set_decl_built_in_function() 3973 newfndecl.function_code = oldfndecl.function_code; in copy_decl_built_in_function()
|
| H A D | tree-core.h | 1877 unsigned int function_code; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | langhooks.h | 587 int function_code, enum built_in_class cl, 592 int function_code,
|
| H A D | tree.h | 2544 (FUNCTION_DECL_CHECK (NODE)->function_decl.function_code) 3928 return (built_in_function) fndecl.function_code; in DECL_FUNCTION_CODE() 3939 return fndecl.function_code; in DECL_MD_FUNCTION_CODE() 3950 return fndecl.function_code; in DECL_FE_FUNCTION_CODE() 3961 fndecl.function_code = fcode; in set_decl_built_in_function() 3973 newfndecl.function_code = oldfndecl.function_code; in copy_decl_built_in_function()
|
| H A D | tree-core.h | 1877 unsigned int function_code; member
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | entry.h | 81 long sys_s390_sthyi(unsigned long function_code, void __user *buffer, u64 __user *return_code, unsi…
|
| H A D | sthyi.c | 490 SYSCALL_DEFINE4(s390_sthyi, unsigned long, function_code, void __user *, buffer, in SYSCALL_DEFINE4() argument 499 if (function_code != STHYI_FC_CP_IFL_CAP) in SYSCALL_DEFINE4()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/ |
| H A D | smartpqi.h | 144 u8 function_code; member 202 u8 function_code; member 414 __le16 function_code; member 433 __le16 function_code; member
|
| H A D | smartpqi_init.c | 4142 if (response->function_code != expected_function_code) in pqi_validate_admin_response() 4164 request->function_code); in pqi_submit_admin_request_synchronous() 4186 request.function_code = in pqi_report_device_capability() 4306 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_event_queue() 4352 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 4387 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 4423 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CHANGE_IQ_PROPERTY; in pqi_create_queue_group() 4444 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_queue_group() 6837 &request.function_code); in pqi_config_table_update() 7860 &request.function_code); in pqi_ofa_host_memory_update() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_early_core.c | 247 sccb->header.function_code = 0x80; in sclp_early_read_info()
|
| H A D | sclp.h | 97 u8 function_code; member
|
| H A D | sclp_cmd.c | 256 sccb->header.function_code = 0x40; in sclp_attach_storage()
|
| H A D | sclp_vt220.c | 280 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
|
| H A D | sclp.c | 466 sccb->function_code = 0; in __sclp_make_read_req()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | ucc_geth.c | 2363 u8 function_code = 0; in ucc_geth_startup() local 2673 function_code = UCC_BMR_BO_BE | UCC_BMR_GBL; in ucc_geth_startup() 2677 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup() 2880 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 10295 (!pair "function_code"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 10285 (!pair "function_code"
|