Searched refs:cmd (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.c370 print_icmptypes(ipfw_insn_u32 *cmd) argument
377 if ( (cmd->d[0] & (1 << (i))) == 0)
389 print_flags(char const *name, ipfw_insn *cmd, struct _s_x *list) argument
393 uint8_t set = cmd->arg1 & 0xff;
394 uint8_t clear = (cmd->arg1 >> 8) & 0xff;
434 print_ip(ipfw_insn_ip *cmd) argument
436 int len = F_LEN((ipfw_insn *)cmd);
437 uint32_t *a = ((ipfw_insn_u32 *)cmd)->d;
440 printf("%s ", cmd->o.len & F_NOT ? " not": "");
442 if (cmd
496 ipfw_insn *cmd; local
872 next_cmd(ipfw_insn *cmd) argument
885 fill_cmd(ipfw_insn *cmd, enum ipfw_opcodes opcode, uint16_t arg) argument
926 ipfw_insn *cmd; local
1206 ipfw_insn *cmd; local
1515 ipfw_insn *action, *cmd, *src, *dst; local
2218 int cmd; local
[all...]
H A Dip_fw2.c335 icmptype_match(struct ip *ip, ipfw_insn_u32 *cmd) argument
339 return (type <= ICMP_MAXTYPE && (cmd->d[0] & (1<<type)) );
356 * low and high half of cmd->arg1 or cmd->d[0].
366 flags_match(ipfw_insn *cmd, u_int8_t bits) argument
371 if ( ((cmd->arg1 & 0xff) & bits) != 0)
373 want_clear = (cmd->arg1 >> 8) & 0xff;
380 ipopts_match(struct ip *ip, ipfw_insn *cmd) argument
420 return (flags_match(cmd, bits));
424 tcpopts_match(struct ip *ip, ipfw_insn *cmd) argument
476 iface_match(struct ifnet *ifp, ipfw_insn_if *cmd) argument
579 ipfw_insn *cmd = ACTION_PTR(f); local
1136 install_state(struct ip_fw *rule, ipfw_insn_limit *cmd, struct ip_fw_args *args) argument
1367 ipfw_insn *cmd; local
1639 ipfw_insn *cmd; local
2228 ipfw_insn_pipe *cmd = (ipfw_insn_pipe *)ACTION_PTR(rule); local
2364 ipfw_insn *cmd = ACTION_PTR(rule); local
2478 ipfw_insn *cmd = ACTION_PTR(rule); local
2514 u_int8_t cmd, new_set; local
2678 ipfw_insn *cmd; local
3183 u_int8_t cmd; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DPerformance.h43 extern unsigned int PerfCtl(unsigned int cmd, unsigned int parm0);
/macosx-10.5.8/xnu-1228.15.4/libkern/kmod/
H A DMakefile.kmod5 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
64 cmd="$(LIPO) $${allarchs} -create -output $(SYMROOT)/$(*F).a"; \
65 echo $$cmd; eval $$cmd; \
83 cmd="$(LIPO) -create $${inputfile} -o $${outputfile}"; \
85 cmd="$(LIPO) -create $${outputfile} $${inputfile} -o $${outputfile} || true"; \
87 echo $$cmd; eval $$cmd; \
92 cmd="$(INSTALL) $(LIB_INSTALL_FLAGS) $(SYMROOT)/$(*F).a $@"; \
93 echo $$cmd; eva
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dloader.h124 * load commands must have as their first two fields cmd and cmdsize. The cmd
138 unsigned long cmd; /* type of load command */ member in struct:load_command
142 /* Constants for the cmd field of all load commands, the type */
189 unsigned long cmd; /* LC_SEGMENT */ member in struct:segment_command
376 * contains a fvmlib_command (cmd == LC_IDFVMLIB) to identify the library.
378 * fvmlib_command (cmd == LC_LOADFVMLIB) for each library it uses.
381 unsigned long cmd; /* LC_IDFVMLIB or LC_LOADFVMLIB */ member in struct:fvmlib_command
404 * contains a dylib_command (cmd == LC_ID_DYLIB) to identify the library.
406 * dylib_command (cmd
409 unsigned long cmd; /* LC_ID_DYLIB or LC_LOAD_DYLIB */ member in struct:dylib_command
424 unsigned long cmd; /* LC_PREBOUND_DYLIB */ member in struct:prebound_dylib_command
438 unsigned long cmd; /* LC_ID_DYLINKER or LC_LOAD_DYLINKER */ member in struct:dylinker_command
465 unsigned long cmd; /* LC_THREAD or LC_UNIXTHREAD */ member in struct:thread_command
479 unsigned long cmd; /* LC_SYMTAB */ member in struct:symtab_command
526 unsigned long cmd; /* LC_DYSYMTAB */ member in struct:dysymtab_command
699 unsigned long cmd; /* LC_UUID */ member in struct:uuid_command
714 unsigned long cmd; /* LC_SYMSEG */ member in struct:symseg_command
727 unsigned long cmd; /* LC_IDENT */ member in struct:ident_command
738 unsigned long cmd; /* LC_FVMFILE */ member in struct:fvmfile_command
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_klib.h46 int auditon_command_event(int cmd);
50 au_event_t msgctl_to_event(int cmd);
51 au_event_t semctl_to_event(int cmd);
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h203 * load commands must have as their first two fields cmd and cmdsize. The cmd
218 uint32_t cmd; /* type of load command */ member in struct:load_command
233 /* Constants for the cmd field of all load commands, the type */
304 uint32_t cmd; /* LC_SEGMENT */ member in struct:segment_command
324 uint32_t cmd; /* LC_SEGMENT_64 */ member in struct:segment_command_64
576 * contains a fvmlib_command (cmd == LC_IDFVMLIB) to identify the library.
578 * fvmlib_command (cmd == LC_LOADFVMLIB) for each library it uses.
582 uint32_t cmd; /* LC_IDFVMLIB or LC_LOADFVMLIB */ member in struct:fvmlib_command
605 * contains a dylib_command (cmd
611 uint32_t cmd; /* LC_ID_DYLIB, LC_LOAD_{,WEAK_}DYLIB, member in struct:dylib_command
628 uint32_t cmd; /* LC_SUB_FRAMEWORK */ member in struct:sub_framework_command
643 uint32_t cmd; /* LC_SUB_CLIENT */ member in struct:sub_client_command
662 uint32_t cmd; /* LC_SUB_UMBRELLA */ member in struct:sub_umbrella_command
683 uint32_t cmd; /* LC_SUB_LIBRARY */ member in struct:sub_library_command
698 uint32_t cmd; /* LC_PREBOUND_DYLIB */ member in struct:prebound_dylib_command
712 uint32_t cmd; /* LC_ID_DYLINKER or LC_LOAD_DYLINKER */ member in struct:dylinker_command
739 uint32_t cmd; /* LC_THREAD or LC_UNIXTHREAD */ member in struct:thread_command
756 uint32_t cmd; /* LC_ROUTINES */ member in struct:routines_command
773 uint32_t cmd; /* LC_ROUTINES_64 */ member in struct:routines_command_64
792 uint32_t cmd; /* LC_SYMTAB */ member in struct:symtab_command
841 uint32_t cmd; /* LC_DYSYMTAB */ member in struct:dysymtab_command
1047 uint32_t cmd; /* LC_TWOLEVEL_HINTS */ member in struct:twolevel_hints_command
1086 uint32_t cmd; /* LC_PREBIND_CKSUM */ member in struct:prebind_cksum_command
1096 uint32_t cmd; /* LC_UUID */ member in struct:uuid_command
1106 uint32_t cmd; /* LC_RPATH */ member in struct:rpath_command
1116 uint32_t cmd; /* LC_CODE_SIGNATURE or LC_SEGMENT_SPLIT_INFO */ member in struct:linkedit_data_command
1127 uint32_t cmd; /* LC_ENCRYPTION_INFO */ member in struct:encryption_info_command
1145 uint32_t cmd; /* LC_SYMSEG */ member in struct:symseg_command
1158 uint32_t cmd; /* LC_IDENT */ member in struct:ident_command
1169 uint32_t cmd; /* LC_FVMFILE */ member in struct:fvmfile_command
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dloader.h75 /* Constants for the cmd field of new load commands, the type */
130 * load commands must have as their first two fields cmd and cmdsize. The cmd
146 unsigned long cmd; /* type of load command */ member in struct:load_command
150 /* Constants for the cmd field of all load commands, the type */
197 unsigned long cmd; /* LC_SEGMENT */ member in struct:segment_command
217 uint32_t cmd; /* LC_SEGMENT_64 */ member in struct:segment_command_64
423 * contains a fvmlib_command (cmd == LC_IDFVMLIB) to identify the library.
425 * fvmlib_command (cmd == LC_LOADFVMLIB) for each library it uses.
428 unsigned long cmd; /* LC_IDFVMLI member in struct:fvmlib_command
456 unsigned long cmd; /* LC_ID_DYLIB or LC_LOAD_DYLIB */ member in struct:dylib_command
471 unsigned long cmd; /* LC_PREBOUND_DYLIB */ member in struct:prebound_dylib_command
485 unsigned long cmd; /* LC_ID_DYLINKER or LC_LOAD_DYLINKER */ member in struct:dylinker_command
512 unsigned long cmd; /* LC_THREAD or LC_UNIXTHREAD */ member in struct:thread_command
526 unsigned long cmd; /* LC_SYMTAB */ member in struct:symtab_command
573 unsigned long cmd; /* LC_DYSYMTAB */ member in struct:dysymtab_command
774 uint32_t cmd; /* LC_UUID */ member in struct:uuid_command
789 unsigned long cmd; /* LC_SYMSEG */ member in struct:symseg_command
802 unsigned long cmd; /* LC_IDENT */ member in struct:ident_command
813 unsigned long cmd; /* LC_FVMFILE */ member in struct:fvmfile_command
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_disc.c92 static void discrtrequest(int cmd, struct rtentry *rt, struct sockaddr *sa);
172 discrtrequest(cmd, rt, sa)
173 int cmd;
186 discioctl(ifp, cmd, data)
188 u_long cmd;
195 switch (cmd) {
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/i386/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/machine/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/ppc/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/conf/tools/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/libkern/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/man/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man5/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man8/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/tools/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/libkern/conf/tools/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/libsa/conf/tools/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd

Completed in 91 milliseconds

1234567891011>>