Home
last modified time | relevance | path

Searched refs:type_u (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/net/
H A Dif_llc.h54 } type_u /* XXX __packed ??? */; member
100 #define llc_control llc_un.type_u.control
102 #define llc_fid llc_un.type_u.format_id
103 #define llc_class llc_un.type_u.class_u
104 #define llc_window llc_un.type_u.window_x2
/netbsd-src/sys/arch/riscv/riscv/
H A Ddb_machdep.c136 return (OPCODE_P(insn, JAL) && ri.type_u.u_rd == 1) in inst_unconditional_flow_transfer()
/netbsd-src/sys/arch/riscv/include/
H A Dinsn.h134 } type_u; member