Searched refs:_opcode (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_private.h | 431 #define SPROM_OPCODE_IS_EXT(_opcode) \ argument 435 #define SPROM_OPCODE_OP(_opcode) \ argument 436 (SPROM_OPCODE_IS_EXT(_opcode) ? (_opcode) : ((_opcode) & SPROM_OPC_MASK)) 440 #define SPROM_OPCODE_IMM(_opcode) \ argument 441 (SPROM_OPCODE_IS_EXT(_opcode) ? 0 : ((_opcode) & SPROM_IMM_MASK)) 446 (((_opcode) == SPROM_OPCODE_VAR_IMM) || \ 448 ((_opcode) == SPROM_OPCODE_VAR) || \ 449 ((_opcode) == SPROM_OPCODE_REV_IMM) || \ 450 ((_opcode) == SPROM_OPCODE_REV_RANGE)) 455 #define SPROM_OP_IS_VAR_END(_opcode) \ argument [all …]
|
| /freebsd-12.1/crypto/heimdal/kcm/ |
| H A D | kcm_locl.h | 46 #define KCM_LOG_REQUEST(_context, _client, _opcode) do { \ argument 48 kcm_op2string(_opcode), (_client)->pid, (_client)->uid); \ 51 #define KCM_LOG_REQUEST_NAME(_context, _client, _opcode, _name) do { \ argument 53 kcm_op2string(_opcode), (_name), (_client)->pid, (_client)->uid); \
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | arc-dis.c | 562 state->_opcode = OPCODE (state->words[0]); in dsmOneArcInst() 576 switch (state->_opcode) in dsmOneArcInst() 718 state->_opcode, in dsmOneArcInst() 755 decodingClass = ((state->_opcode == op_JC) ? CLASS_A4_JC : CLASS_A4_BRANCH ); in dsmOneArcInst() 764 switch (state->_opcode) in dsmOneArcInst() 799 instrName = instruction_name (state,state->_opcode,0,&flags); in dsmOneArcInst() 890 if (state->_opcode != op_LPC /* LP */) in dsmOneArcInst() 893 state->flow = state->_opcode == op_BLC /* BL */ in dsmOneArcInst()
|
| H A D | arc-dis.h | 64 int _cond, _opcode; member
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_qp.c | 214 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn) \ in modify_qp_mbox_alloc() argument 215 MLX5_SET(typ##_in, in, opcode, _opcode); \ in modify_qp_mbox_alloc() 217 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc) \ in modify_qp_mbox_alloc() argument 218 MOD_QP_IN_SET(typ, in, _opcode, _qpn); \ in modify_qp_mbox_alloc()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ |
| H A D | ah_btcoex.h | 323 #define MCI_GPM_SET_TYPE_OPCODE(_p_gpm, _type, _opcode) \ argument 326 *(((u_int8_t *)(_p_gpm)) + MCI_GPM_COEX_B_GPM_OPCODE) = (_opcode) & 0xff; \
|
| /freebsd-12.1/contrib/ldns/ldns/ |
| H A D | packet.h | 211 ldns_pkt_opcode _opcode; /* XXX 8 bits? */ member
|
| /freebsd-12.1/contrib/ldns/ |
| H A D | packet.c | 89 return packet->_header->_opcode; in ldns_pkt_get_opcode() 538 packet->_header->_opcode = opcode; in ldns_pkt_set_opcode()
|