| /xnu-8020.140.41/config/ |
| H A D | list_supported.sh | 32 DEPENDENCY_NAMES=( com.apple.kpi.bsd com.apple.kpi.mach com.apple.kpi.iokit com.apple.kpi.libkern )
|
| H A D | MasterVersion | 7 # as described in TN1132: http://developer.apple.com/technotes/tn/tn1132.html
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | tty_compat.c | 214 ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term) in ttsetcompat() argument 216 switch (*com) { in ttsetcompat() 270 *com = (*com == TIOCSETP) ? TIOCSETAF : TIOCSETA; in ttsetcompat() 292 *com = TIOCSETA; in ttsetcompat() 311 *com = TIOCSETA; in ttsetcompat() 334 if (*com == TIOCLSET) { in ttsetcompat() 339 if (*com == TIOCLBIS) { in ttsetcompat() 346 *com = TIOCSETA; in ttsetcompat() 390 ttcompat(struct tty *tp, u_long com, caddr_t data, int flag, struct proc *p) in ttcompat() argument 392 switch (com) { in ttcompat() [all …]
|
| H A D | subr_log.c | 1028 logioctl(__unused dev_t dev, u_long com, caddr_t data, __unused int flag, __unused struct proc *p) in logioctl() argument 1034 switch (com) { in logioctl() 1078 oslogioctl(__unused dev_t dev, u_long com, caddr_t data, __unused int flag, __unused struct proc *p) in oslogioctl() argument 1088 switch (com) { in oslogioctl() 1139 oslog_streamioctl(__unused dev_t dev, u_long com, caddr_t data, __unused int flag, __unused struct … in oslog_streamioctl() argument 1145 switch (com) { in oslog_streamioctl()
|
| H A D | sys_generic.c | 920 u_long com = uap->com; in ioctl() local 929 AUDIT_ARG(value64, com); in ioctl() 931 AUDIT_ARG(cmd, CAST_DOWN_EXPLICIT(int, com)); in ioctl() 939 size = IOCPARM_LEN(com); in ioctl() 952 if (com & IOC_IN) { in ioctl() 966 } else if ((com & IOC_OUT) && size) { in ioctl() 972 } else if (com & IOC_VOID) { in ioctl() 998 error = mac_file_check_ioctl(context.vc_ucred, fp->fp_glob, com); in ioctl() 1004 switch (com) { in ioctl() 1073 error = fo_ioctl(fp, com, datap, &context); in ioctl() [all …]
|
| /xnu-8020.140.41/tools/lldbmacros/plugins/ |
| H A D | iosspeedtracer.sh | 10 if security find-internet-password -s ios.apple.com > $TMPFILE2; then 12 PW=$(security find-internet-password -a $USER -s ios.apple.com -w) 14 …plain" -H "Accept: text/plain" --data-binary @${TMPFILE} https://ios.apple.com/speedtracer/service…
|
| /xnu-8020.140.41/bsd/dev/dtrace/ |
| H A D | fbt_blacklist.c | 285 X86_ONLY(com.apple.driver.AppleACPIEC) 286 X86_ONLY(com.apple.driver.AppleACPIPlatform) 287 ARM_ONLY(com.apple.driver.AppleARMPlatform) 288 X86_ONLY(com.apple.driver.AppleEFI) 289 X86_ONLY(com.apple.driver.AppleIntelCPUPowerManagement) 290 ARM_ONLY(com.apple.driver.AppleInterruptController) 291 X86_ONLY(com.apple.driver.AppleRTC) 292 X86_ONLY(com.apple.iokit.IOACPIFamily)
|
| /xnu-8020.140.41/tools/tests/testkext/testkext.xcodeproj/ |
| H A D | project.pbxproj | 127 productType = "com.apple.product-type.kernel-extension"; 144 productType = "com.apple.product-type.kernel-extension.iokit"; 161 productType = "com.apple.product-type.kernel-extension.iokit"; 288 MODULE_NAME = com.apple.pgokext; 294 PRODUCT_BUNDLE_IDENTIFIER = com.apple.pgokext; 335 MODULE_NAME = com.apple.pgokext; 341 PRODUCT_BUNDLE_IDENTIFIER = com.apple.pgokext; 384 MODULE_NAME = com.yourcompany.driver.testvmx; 403 MODULE_NAME = com.yourcompany.driver.testvmx; 425 MODULE_NAME = com.yourcompany.driver.testthreadcall; [all …]
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | tty.h | 298 int ttioctl_locked(struct tty *tp, u_long com, caddr_t data, int flag, 301 int ttcompat(struct tty *tp, u_long com, caddr_t data, int flag, 310 int ttioctl(struct tty *tp, u_long com, caddr_t data, int flag,
|
| H A D | file_internal.h | 169 int (*fo_ioctl)(struct fileproc *fp, u_long com, 497 int fo_ioctl(struct fileproc *fp, u_long com, caddr_t data, vfs_context_t ctx); 507 int fo_no_ioctl(struct fileproc *fp, u_long com, caddr_t data, vfs_context_t ctx);
|
| /xnu-8020.140.41/bsd/crypto/doc/ |
| H A D | KernelCrypto.txt | 4 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * by Eric Young (eay@cryptsoft.com). 16 * except that the holder is Tim Hudson (tjh@cryptsoft.com). 36 * Eric Young (eay@cryptsoft.com)" 41 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
|
| /xnu-8020.140.41/libkern/zlib/ |
| H A D | README | 20 of the special makefiles such as Makefile.msc. For VMS, use make_vms.com. 23 <info@winimage.com> for the Windows DLL version. The zlib home page is 41 http://java.sun.com/j2se/1.4.2/docs/api/java/util/zip/package-summary.html 52 A zlib binding for TCL written by Andreas Kupries <a.kupries@westend.com> is 56 of zlib by Gilles Vollant <info@winimage.com>, is available in the
|
| /xnu-8020.140.41/libkern/c++/Tests/TestSerialization/test1/test1.xcodeproj/ |
| H A D | project.pbxproj | 97 productType = "com.apple.product-type.kernel-extension"; 163 MODULE_NAME = com.yourcompany.kext.test1; 183 MODULE_NAME = com.yourcompany.kext.test1;
|
| /xnu-8020.140.41/libkern/c++/Tests/TestSerialization/test2/test2.xcodeproj/ |
| H A D | project.pbxproj | 97 productType = "com.apple.product-type.kernel-extension"; 159 MODULE_NAME = com.yourcompany.kext.test2; 179 MODULE_NAME = com.yourcompany.kext.test2;
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_vnops.c | 118 static int vn_ioctl(struct fileproc *fp, u_long com, caddr_t data, 1620 vn_ioctl(struct fileproc *fp, u_long com, caddr_t data, vfs_context_t ctx) in vn_ioctl() argument 1632 error = mac_vnode_check_ioctl(ctx, vp, com); in vn_ioctl() 1641 if (com == FIONREAD) { in vn_ioctl() 1656 if (com == FIONBIO || com == FIOASYNC) { /* XXX */ in vn_ioctl() 1669 if (com == TIOCREVOKE || com == TIOCREVOKECLEAR) { in vn_ioctl() 1675 if (com == DKIOCSETBLOCKSIZE) { in vn_ioctl() 1680 if (com == FIODTYPE) { in vn_ioctl() 1699 error = VNOP_IOCTL(vp, com, data, fp->fp_glob->fg_flag, ctx); in vn_ioctl() 1701 if (error == 0 && com == TIOCSCTTY) { in vn_ioctl()
|
| /xnu-8020.140.41/ |
| H A D | .upstream_base_commits | 1 #freebsd = https://github.com/freebsd/freebsd.git
|
| /xnu-8020.140.41/libkern/kmod/libkmod.xcodeproj/ |
| H A D | project.pbxproj | 210 productType = "com.apple.product-type.kernel-extension"; 227 productType = "com.apple.product-type.library.static"; 244 productType = "com.apple.product-type.library.static"; 364 MODULE_NAME = com.apple.driver.libkmodtest;
|
| /xnu-8020.140.41/libkern/libkern/ |
| H A D | version.h.template | 10 * http://www.apple.com/publicsource and read it before using this file. 27 * http://developer.apple.com/technotes/tn/tn1132.html
|
| /xnu-8020.140.41/tests/ |
| H A D | stackshot_accuracy.m | 306 dispatch_queue_t dq = dispatch_queue_create("com.apple.stackshot_accuracy.basic_sp", NULL); 335 dispatch_queue_t dq = dispatch_queue_create("com.apple.stackshot_accuracy.basic", NULL); 396 dispatch_queue_t dq = dispatch_queue_create("com.apple.stackshot_fault_accuracy", NULL); 474 dispatch_queue_t dq = dispatch_queue_create("com.apple.stackshot_accuracy.fault_sp", NULL); 517 dispatch_queue_t dq = dispatch_queue_create("com.apple.stackshot_accuracy.zombie", NULL);
|
| /xnu-8020.140.41/libsyscall/mach/ |
| H A D | host_security.defs | 16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
|
| H A D | mach_host.defs | 16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
|
| H A D | restartable.defs | 16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
|
| H A D | host_priv.defs | 16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
|
| H A D | mach_voucher.defs | 16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
|
| H A D | lock_set.defs | 16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
|