Home | Sort by: relevance | last modified time | path |
/src/sys/arch/mvme68k/stand/sboot/ | |
etherfun.h | 96 u_short op_code; member in struct:tftph |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
sanitizer_linux.cc | 1795 uint32_t op_code; local in function:__sanitizer::SignalContext::GetWriteFlag 1800 op_code = (faulty_instruction >> 26) & 0x3f; 1803 switch (op_code) { 1832 op_code = (faulty_instruction >> 19) & 0x3; 1833 switch (op_code) { |
/src/sys/dev/pci/ | |
if_iwmreg.h | 2131 * @op_code: 0 - read, 1 - write 2139 uint8_t op_code; member in struct:iwm_nvm_access_cmd |