Home
last modified time | relevance | path

Searched defs:GET_OPCODE (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlopcodes.h90 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) macro
/freebsd-13-stable/contrib/lua/src/
HDlopcodes.h114 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) macro
/freebsd-13-stable/sys/dev/twa/
HDtw_cl_fwif.h380 #define GET_OPCODE(sgl_off__opcode) \ macro
/freebsd-13-stable/sys/dev/tws/
HDtws_hdm.h181 #define GET_OPCODE(sgl_off__opcode) \ macro
/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_msg.h329 #define GET_OPCODE(cmd) ((cmd)->ot.opcode) macro