Searched refs:_opcode (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/crypto/heimdal/kcm/
H A Dkcm_locl.h46 #define KCM_LOG_REQUEST(_context, _client, _opcode) do { \
48 kcm_op2string(_opcode), (_client)->pid, (_client)->uid); \
51 #define KCM_LOG_REQUEST_NAME(_context, _client, _opcode, _name) do { \
53 kcm_op2string(_opcode), (_name), (_client)->pid, (_client)->uid); \
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Darc-dis.h64 int _cond, _opcode; member in struct:arcDisState
H A Darc-dis.c562 state->_opcode = OPCODE (state->words[0]);
576 switch (state->_opcode)
718 state->_opcode,
755 decodingClass = ((state->_opcode == op_JC) ? CLASS_A4_JC : CLASS_A4_BRANCH );
764 switch (state->_opcode)
799 instrName = instruction_name (state,state->_opcode,0,&flags);
890 if (state->_opcode != op_LPC /* LP */)
893 state->flow = state->_opcode == op_BLC /* BL */
/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah_btcoex.h321 #define MCI_GPM_SET_TYPE_OPCODE(_p_gpm, _type, _opcode) \
324 *(((u_int8_t *)(_p_gpm)) + MCI_GPM_COEX_B_GPM_OPCODE) = (_opcode) & 0xff; \
/freebsd-11.0-release/contrib/ldns/ldns/
H A Dpacket.h211 ldns_pkt_opcode _opcode; /* XXX 8 bits? */ member in struct:ldns_struct_hdr
/freebsd-11.0-release/contrib/ldns/
H A Dpacket.c89 return packet->_header->_opcode;
532 packet->_header->_opcode = opcode;

Completed in 127 milliseconds