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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.c442 if (cmd->o.opcode == O_IP_SRC_ME || cmd->o.opcode == O_IP_DST_ME) {
454 (cmd->o.opcode == O_IP_SRC || cmd->o.opcode == O_IP_DST) ?
515 switch(cmd->opcode) {
579 cmd->opcode, cmd->len);
597 switch(cmd->opcode) {
673 if (cmd->len & F_NOT && cmd->opcode != O_IN)
675 switch(cmd->opcode) {
694 if (cmd->opcode
885 fill_cmd(ipfw_insn *cmd, enum ipfw_opcodes opcode, uint16_t arg) argument
[all...]
H A Dip_fw2.c588 if (cmd->opcode == O_PROB)
592 switch (cmd->opcode) {
1130 * Install dynamic state for rule type cmd->o.opcode
1146 cmd->o.opcode,
1174 switch (cmd->o.opcode) {
1223 printf("ipfw: unknown dynamic rule type %u\n", cmd->o.opcode);
1371 if (cmd->opcode == O_LOG)
1373 if ( cmd->opcode == O_SKIPTO )
1677 switch (cmd->opcode) {
1683 * with the opcode
[all...]
H A Dip_fw2.h140 O_LIMIT_PARENT, /* dyn_type, not an opcode. */
167 O_LAST_OPCODE /* not an opcode! */
198 enum ipfw_opcodes opcode:8; member in struct:_ipfw_insn
H A Dip_dummynet.c1113 if (cmd->opcode == O_LOG)
1121 if (cmd->opcode == O_QUEUE) {
1170 if (cmd->opcode == O_LOG)
1172 is_pipe = (cmd->opcode == O_PIPE);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_credential.c394 int opcode = uap->opcode; local
403 if (opcode == KAUTH_EXTLOOKUP_REGISTER) {
440 if (opcode & KAUTH_EXTLOOKUP_RESULT) {
448 if (opcode & KAUTH_EXTLOOKUP_WORKER) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddis_tables.c86 uint_t it_invalid64:1; /* opcode invalid in amd64 */
225 #define MODE_IMPLIED 3 /* constant value implied from opcode */
232 * "T" - means to Terminate indirections (this is the final opcode)
234 * "NS" - means "no suffix" which is the operand length suffix of the opcode
236 * "u" - means the opcode is invalid in IA32 but valid in amd64
237 * "x" - means the opcode is invalid in amd64, but not IA32
433 * "decode table" for 64 bit mode MOVSXD instruction (opcode 0x63)
489 * Decode table for 0x0FC7 opcode
500 * Decode table for 0x0FC8 opcode -- 486 bswap instruction
1244 #define REX_B 0x01 /* extends ModRM r_m, SIB base, or opcode re
3058 isunsigned_op(char *opcode) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1171 char opcode_l_[PADL_(int)]; int opcode; char opcode_r_[PADR_(int)]; member in struct:identitysvc_args

Completed in 71 milliseconds