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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.c340 if (cmd->o.opcode == O_IP_SRC_ME || cmd->o.opcode == O_IP_DST_ME) {
352 (cmd->o.opcode == O_IP_SRC || cmd->o.opcode == O_IP_DST) ?
416 switch(cmd->opcode) {
480 cmd->opcode, cmd->len);
498 switch(cmd->opcode) {
574 if (cmd->len & F_NOT && cmd->opcode != O_IN)
576 switch(cmd->opcode) {
595 if (cmd->opcode
789 fill_cmd(ipfw_insn *cmd, enum ipfw_opcodes opcode, uint16_t arg) argument
[all...]
H A Dip_fw2.c409 if ( ((ipfw_insn*)useraction)->opcode == O_QUEUE || ((ipfw_insn*)useraction)->opcode == O_PIPE){
433 if ( ((ipfw_insn*)useraction)->opcode == O_QUEUE || ((ipfw_insn*)useraction)->opcode == O_PIPE){
459 if ( ((ipfw_insn*)useraction)->opcode == O_QUEUE || ((ipfw_insn*)useraction)->opcode == O_PIPE){
461 ((ipfw_insn*)fw32action)->opcode = ((ipfw_insn*)useraction)->opcode;
493 if ( ((ipfw_insn*)user_ip_fw)->opcode == O_QUEUE || ((ipfw_insn*)user_ip_fw)->opcode
[all...]
H A Dip_fw2.h167 O_LIMIT_PARENT, /* dyn_type, not an opcode. */
194 O_LAST_OPCODE /* not an opcode! */
225 enum ipfw_opcodes opcode:8; member in struct:_ipfw_insn
H A Dip_dummynet.c1547 if (cmd->opcode == O_LOG)
1549 is_pipe = (cmd->opcode == O_PIPE);
2600 default_rule.cmd[0].opcode =
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c522 int opcode = uap->opcode; local
532 if (opcode == KAUTH_EXTLOOKUP_REGISTER) {
574 if (opcode == KAUTH_GET_CACHE_SIZES) {
588 } else if (opcode == KAUTH_SET_CACHE_SIZES) {
609 } else if (opcode == KAUTH_CLEAR_CACHES) {
617 } else if (opcode == KAUTH_EXTLOOKUP_DEREGISTER) {
646 if (opcode & KAUTH_EXTLOOKUP_RESULT) {
654 if (opcode & KAUTH_EXTLOOKUP_WORKER) {
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c91 uint_t it_invalid64:1; /* opcode invalid in amd64 */
242 #define MODE_IMPLIED 3 /* constant value implied from opcode */
249 * "T" - means to Terminate indirections (this is the final opcode)
251 * "NS" - means "no suffix" which is the operand length suffix of the opcode
253 * "u" - means the opcode is invalid in IA32 but valid in amd64
254 * "x" - means the opcode is invalid in amd64, but not IA32
450 * "decode table" for 64 bit mode MOVSXD instruction (opcode 0x63)
506 * Decode table for 0x0FC7 opcode
517 * Decode table for 0x0FC8 opcode -- 486 bswap instruction
1446 #define REX_B 0x01 /* extends ModRM r_m, SIB base, or opcode re
[all...]

Completed in 104 milliseconds