Home
last modified time | relevance | path

Searched refs:com (Results 1 – 25 of 137) sorted by relevance

123456

/xnu-8020.140.41/config/
H A Dlist_supported.sh32 DEPENDENCY_NAMES=( com.apple.kpi.bsd com.apple.kpi.mach com.apple.kpi.iokit com.apple.kpi.libkern )
H A DMasterVersion7 # as described in TN1132: http://developer.apple.com/technotes/tn/tn1132.html
/xnu-8020.140.41/bsd/kern/
H A Dtty_compat.c214 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 Dsubr_log.c1028 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 Dsys_generic.c920 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 Diosspeedtracer.sh10 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 Dfbt_blacklist.c285 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 Dproject.pbxproj127 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 Dtty.h298 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 Dfile_internal.h169 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 DKernelCrypto.txt4 /* 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 DREADME20 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 Dproject.pbxproj97 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 Dproject.pbxproj97 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 Dvfs_vnops.c118 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_commits1 #freebsd = https://github.com/freebsd/freebsd.git
/xnu-8020.140.41/libkern/kmod/libkmod.xcodeproj/
H A Dproject.pbxproj210 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 Dversion.h.template10 * 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 Dstackshot_accuracy.m306 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 Dhost_security.defs16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
H A Dmach_host.defs16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
H A Drestartable.defs16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
H A Dhost_priv.defs16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
H A Dmach_voucher.defs16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
H A Dlock_set.defs16 * http://www.opensource.apple.com/apsl/ and read it before using this file.

123456