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

1234567891011

/xnu-2422.115.4/tools/tests/perf_index/
H A Dcompile.c11 char *cmd; local
15 assert(asprintf(&cmd, "ditto \"%s\" \"%s\"", src, src_dst) >= 0);
16 assert(system(cmd) == 0);
17 free(cmd);
21 char *cmd; local
22 assert(asprintf(&cmd, "rm -rf \"%s\"", src_dst) >= 0);
23 assert(system(cmd) == 0);
24 free(cmd);
28 char *cmd; local
30 assert(asprintf(&cmd, "mak
[all...]
H A Diperf.c12 char *cmd; local
13 assert(asprintf(&cmd, "iperf -c \"%s\" -n %lld > /dev/null", test_argv[0], length) >= 0);
14 assert(system(cmd) == 0);
15 free(cmd);
H A Dstress_file_ram.c16 char *cmd; local
17 assert(asprintf(&cmd, "diskutil erasevolume HFS+ \"%s\" `hdiutil attach -nomount ram://1500000` >/dev/null", ramdiskname) >= 0);
18 assert(system(cmd) == 0);
19 free(cmd);
23 char *cmd; local
24 assert(asprintf(&cmd, "umount -f %s >/dev/null", fs_path) >= 0);
25 assert(system(cmd) == 0);
26 free(cmd);
/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2_compat.c268 print_icmptypes(ipfw_insn_u32 *cmd)
275 if ( (cmd->d[0] & (1 << (i))) == 0)
287 print_flags(char const *name, ipfw_insn *cmd, struct _s_x *list)
291 uint8_t set = cmd->arg1 & 0xff;
292 uint8_t clear = (cmd->arg1 >> 8) & 0xff;
332 print_ip(ipfw_insn_ip *cmd)
334 int len = F_LEN((ipfw_insn *)cmd);
335 uint32_t *a = ((ipfw_insn_u32 *)cmd)->d;
338 printf("%s ", cmd->o.len & F_NOT ? " not": "");
340 if (cmd
397 ipfw_insn *cmd; local
776 next_cmd(ipfw_insn *cmd) argument
789 fill_cmd(ipfw_insn *cmd, enum ipfw_opcodes opcode, uint16_t arg) argument
830 ipfw_insn *cmd; local
1110 ipfw_insn *cmd; local
1389 ipfw_insn *cmd; local
1453 ipfw_insn *cmd; local
1981 ipfw_insn *action, *cmd, *src, *dst; local
2525 ipfw_insn *action, *cmd, *src, *dst; local
3259 int cmd; local
[all...]
/xnu-2422.115.4/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c35 fcntl(int fd, int cmd, ...) argument
40 va_start(ap, cmd);
41 switch(cmd) {
66 return (__FCNTL(fd, cmd, arg));
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_versionmin.c45 check((src->cmd == LC_VERSION_MIN_MACOSX) || (src->cmd == LC_VERSION_MIN_IPHONEOS));
47 switch (src->cmd) {
97 versionminhdr->cmd = LC_VERSION_MIN_MACOSX;
100 versionminhdr->cmd = LC_VERSION_MIN_IPHONEOS;
/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h213 * load commands must have as their first two fields cmd and cmdsize. The cmd
228 uint32_t cmd; /* type of load command */ member in struct:load_command
243 /* Constants for the cmd field of all load commands, the type */
328 uint32_t cmd; /* LC_SEGMENT */ member in struct:segment_command
348 uint32_t cmd; /* LC_SEGMENT_64 */ member in struct:segment_command_64
614 * contains a fvmlib_command (cmd == LC_IDFVMLIB) to identify the library.
616 * fvmlib_command (cmd == LC_LOADFVMLIB) for each library it uses.
620 uint32_t cmd; /* LC_IDFVMLIB or LC_LOADFVMLIB */ member in struct:fvmlib_command
643 * contains a dylib_command (cmd
649 uint32_t cmd; /* LC_ID_DYLIB, LC_LOAD_{,WEAK_}DYLIB, member in struct:dylib_command
666 uint32_t cmd; /* LC_SUB_FRAMEWORK */ member in struct:sub_framework_command
681 uint32_t cmd; /* LC_SUB_CLIENT */ member in struct:sub_client_command
700 uint32_t cmd; /* LC_SUB_UMBRELLA */ member in struct:sub_umbrella_command
721 uint32_t cmd; /* LC_SUB_LIBRARY */ member in struct:sub_library_command
736 uint32_t cmd; /* LC_PREBOUND_DYLIB */ member in struct:prebound_dylib_command
752 uint32_t cmd; /* LC_ID_DYLINKER, LC_LOAD_DYLINKER or member in struct:dylinker_command
780 uint32_t cmd; /* LC_THREAD or LC_UNIXTHREAD */ member in struct:thread_command
797 uint32_t cmd; /* LC_ROUTINES */ member in struct:routines_command
814 uint32_t cmd; /* LC_ROUTINES_64 */ member in struct:routines_command_64
833 uint32_t cmd; /* LC_SYMTAB */ member in struct:symtab_command
882 uint32_t cmd; /* LC_DYSYMTAB */ member in struct:dysymtab_command
1088 uint32_t cmd; /* LC_TWOLEVEL_HINTS */ member in struct:twolevel_hints_command
1127 uint32_t cmd; /* LC_PREBIND_CKSUM */ member in struct:prebind_cksum_command
1137 uint32_t cmd; /* LC_UUID */ member in struct:uuid_command
1147 uint32_t cmd; /* LC_RPATH */ member in struct:rpath_command
1157 uint32_t cmd; /* LC_CODE_SIGNATURE, LC_SEGMENT_SPLIT_INFO, member in struct:linkedit_data_command
1170 uint32_t cmd; /* LC_ENCRYPTION_INFO */ member in struct:encryption_info_command
1183 uint32_t cmd; /* LC_ENCRYPTION_INFO_64 */ member in struct:encryption_info_command_64
1198 uint32_t cmd; /* LC_VERSION_MIN_MACOSX or member in struct:version_min_command
1214 uint32_t cmd; /* LC_DYLD_INFO or LC_DYLD_INFO_ONLY */ member in struct:dyld_info_command
1388 uint32_t cmd; /* LC_SYMSEG */ member in struct:symseg_command
1401 uint32_t cmd; /* LC_IDENT */ member in struct:ident_command
1412 uint32_t cmd; /* LC_FVMFILE */ member in struct:fvmfile_command
1426 uint32_t cmd; /* LC_MAIN only used in MH_EXECUTE filetypes */ member in struct:entry_point_command
1438 uint32_t cmd; /* LC_SOURCE_VERSION */ member in struct:source_version_command
[all...]
/xnu-2422.115.4/bsd/dev/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/dev/dtrace/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/security/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/libsa/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/tools/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/libkern/kxld/tests/
H A Dloadtest.py47 #cmd = "/sbin/kextload -ns /tmp/syms \"%s\"" % kext
48 cmd = "/sbin/kextload \"%s\"" % kext variable
49 kextload = Popen(cmd, shell=True, stdin=PIPE, stdout=PIPE)
/xnu-2422.115.4/SETUP/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/crypto/blowfish/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/crypto/cast128/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/crypto/rc4/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/dev/random/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/libkern/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/man/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/man/man5/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/man/man8/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/miscfs/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/miscfs/fifofs/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/xnu-2422.115.4/bsd/miscfs/specfs/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd

Completed in 171 milliseconds

1234567891011