Home
last modified time | relevance | path

Searched refs:type_code (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/
H A Dexplore.py82 type_code = value.type.code
83 if type_code in Explorer.type_code_to_explorer_map:
84 explorer_class = Explorer.type_code_to_explorer_map[type_code]
108 type_code = datatype.code
109 if type_code in Explorer.type_code_to_explorer_map:
110 explorer_class = Explorer.type_code_to_explorer_map[type_code]
397 type_code = datatype.code
400 if type_code == gdb.TYPE_CODE_STRUCT:
428 if type_code == gdb.TYPE_CODE_UNION:
477 type_code = datatype.code
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/
H A Dexplore.py82 type_code = value.type.code
83 if type_code in Explorer.type_code_to_explorer_map:
84 explorer_class = Explorer.type_code_to_explorer_map[type_code]
108 type_code = datatype.code
109 if type_code in Explorer.type_code_to_explorer_map:
110 explorer_class = Explorer.type_code_to_explorer_map[type_code]
397 type_code = datatype.code
400 if type_code == gdb.TYPE_CODE_STRUCT:
428 if type_code == gdb.TYPE_CODE_UNION:
477 type_code = datatype.code
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dcdrom.h259 __u8 type_code : 2; member
265 __u8 type_code : 2; member
/OK3568_Linux_fs/kernel/drivers/pnp/pnpbios/
H A Dpnpbios.h108 __u8 type_code[3]; member
H A Dproc.c139 node->type_code, node->flags); in pnp_devices_proc_show()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_ct.c1811 CtReq->un.rff.type_code = context; in lpfc_ns_cmd()
1816 CtReq->un.rff.type_code = context; in lpfc_ns_cmd()
H A Dlpfc_hw.h188 uint8_t type_code; /* type=8 for FCP */ member
/OK3568_Linux_fs/kernel/drivers/cdrom/
H A Dcdrom.c1752 ai->lrpcs.type = rpc_state.type_code; in dvd_do_auth()