| /xnu-8019.80.24/tools/ |
| H A D | remote_build.sh | 238 …rsync $RSYNC_ARGS --no-o --no-g --exclude=\*.o --exclude=\*.cpo --exclude=\*.d --exclude=\*.cpd --… 239 …rsync $RSYNC_ARGS --no-o --no-g $REMOTEBUILD:"${REMOTEBUILDPATH}/BUILD/sym/" "${SYMROOT}/" || die … 240 …rsync $RSYNC_ARGS --no-o --no-g $REMOTEBUILD:"${REMOTEBUILDPATH}/BUILD/dst/" "${DSTROOT}/" || die …
|
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | err_kern.sub | 43 "(os/kern) no space available", 48 "(os/kern) no access", 97 "(os/unix) no rights to object", 99 "(os/unix) no such process", 106 "(os/unix) no child processes are present", 107 "(os/unix) no more processes are available", 124 "(os/unix) no space is left on device", 151 "(os/unix) no buffer space is available", 161 "(os/unix) there is no route to host",
|
| H A D | err_iokit.sub | 49 "(iokit/common) no such device", // 0x2c0 75 "(iokit/common) no DMA channels left", // 0x2da 76 "(iokit/common) no space for data", // 0x2db 80 "(iokit/common) no interrupt attached", // 0x2df 81 "(iokit/common) no DMA frames enqueued", // 0x2e0 84 "(iokit/common) no power to device", // 0x2e3 87 "(iokit/common) no such mode", // 0x2e6 142 "(iokit/usb) no async port", // 0x05f 158 "(iokit/firewire) device rom changed, ref is no longer valid", // 004 203 "(iokit/bluetooth) no HCI controller", // 003
|
| H A D | err_mach_ipc.sub | 40 /* 0 */ "(ipc/send) no error", 53 /* 13 */ "(ipc/send) no msg buffer", 66 /* 0 */ "(ipc/rcv) no error", 91 /* 5 */ "(ipc/mig) no reply should be sent",
|
| H A D | err_ipc.sub | 60 "(ipc/rcv) no space for message data", /* -205 */ 72 "(ipc/mig) no reply should be sent", /* 5 */
|
| H A D | err_libkern.sub | 51 "(libkern/metaclass) allocation failure, no kext/class set", /* 6 */ 56 "(libkern/metaclass) no kext for metaclass", /* 11 */
|
| H A D | err_server.sub | 42 "(server/netname) no such host", 51 "(server/env_mgr) no more connections available", 173 "(server/object system) no such operation",
|
| /xnu-8019.80.24/tools/tests/execperf/ |
| H A D | Makefile | 13 exit.nopie.dyld-but-no-Libsystem exit.pie.dyld-but-no-Libsystem \ 55 $(DSTROOT)/exit.nopie.dyld-but-no-Libsystem: $(OBJROOT)/exit-asm.o 59 $(DSTROOT)/exit.pie.dyld-but-no-Libsystem: $(OBJROOT)/exit-asm.o
|
| /xnu-8019.80.24/iokit/DriverKit/ |
| H A D | IOBufferMemoryDescriptor.iig | 60 * @param capacity Maximum length of the memory buffer. The descriptor has no valid data 64 * Pass zero for no guaranteed alignment. 90 …* @discussion IOBufferMemoryDescriptor have capacity allocated at Create() but no valid data unti…
|
| H A D | OSAction.iig | 120 * @brief Install a handler to be invoked when no other processes reference the action. 123 * @param handler Handler block to be invoked on no more references. 142 * There should be no outstanding invocations of the action when EndWait is called, 158 * deadline, or zero for no timeout. 159 * @param deadline Pass the time the wait should timeout, or zero for no timeout.
|
| H A D | IOWorkGroup.iig | 99 …* no longer needed. Use this method to determine how much memory to allocate for the … 128 …* call. After invalidation, the IOWorkGroup can no longer be configured through the I…
|
| H A D | IOMemoryDescriptor.iig | 127 * @param alignment of the memory virtual mapping. Only zero for no alignment is supported. 129 * It should be retained until the map is no longer required.
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_subs.c | 412 nfs_netopt_free(struct nfs_netopt *no) in nfs_netopt_free() argument 414 if (no->no_addr) { in nfs_netopt_free() 415 kfree_data(no->no_addr, no->no_addr->sa_len); in nfs_netopt_free() 417 if (no->no_mask) { in nfs_netopt_free() 418 kfree_data(no->no_mask, no->no_mask->sa_len); in nfs_netopt_free() 421 kfree_type(struct nfs_netopt, no); in nfs_netopt_free() 2837 struct nfs_netopt *no, *rn_no; in nfsrv_hang_addrlist() local 2897 no = kalloc_type(struct nfs_netopt, Z_WAITOK | Z_ZERO | Z_NOFAIL); in nfsrv_hang_addrlist() 2898 no->no_opt.nxo_flags = nxna.nxna_flags; in nfsrv_hang_addrlist() 2899 no->no_opt.nxo_cred = cred; in nfsrv_hang_addrlist() [all …]
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | memory_object.defs | 98 * Indicates that the specified memory object is no longer 105 * with the memory object is no longer usable - the pager should 190 * has no other (mapped) references besides the named
|
| H A D | mach_vm.defs | 274 * are no alignment restrictions, and the results will 439 * highest address range is described. If no addresses beyond 549 /* the legacy APIs. They are no different. We just need to produce */ 559 * no user-level replacement for these MACH_DEBUG interfaces 561 * no user-level replacement at the moment
|
| /xnu-8019.80.24/bsd/crypto/doc/ |
| H A D | KernelCrypto.txt | 88 This software is provided 'as is' with no explicit or implied warranties 118 This software is provided 'as is' with no explicit or implied warranties 145 This software is provided 'as is' with no explicit or implied warranties
|
| /xnu-8019.80.24/bsd/miscfs/devfs/ |
| H A D | README | 63 object, there is no memory of where the backing object was, and 94 node, and deletes them, no matter where they've been moved to. 105 have no front nodes in that plane.
|
| /xnu-8019.80.24/tests/ |
| H A D | stackshot_accuracy.m | 202 T_ASSERT_NULL(nserror, "no NSError occured while parsing the kcdata container"); 245 T_LOG("did we stop because of the limit?: %s", fault_stats.sfs_stopped_faulting ? "yes" : "no"); 330 T_DECL(basic, "test that no-fault stackshot works correctly") 382 T_DECL(basic_singleproc, "test that no-fault stackshot works correctly in single process setting") 388 T_DECL(basic_singleproc_spin, "test that no-fault stackshot works correctly in single process setti…
|
| H A D | stackshot_idle_25570396.m | 219 * no new idle threads appear in the delta, and make sure that the delta shot isn't 236 T_EXPECT_EQ(num_delta_idles, 0, "Making sure there are no idles in delta shot");
|
| /xnu-8019.80.24/libkern/kmod/ |
| H A D | README | 22 # is created and initialized by the CreateKModInfo.perl script. If no C++
|
| /xnu-8019.80.24/libsyscall/ |
| H A D | Libsyscall.xcconfig | 26 OTHER_CFLAGS = -fdollars-in-identifiers -no-cpp-precomp -fno-common -fno-stack-protector -fno-stack…
|
| /xnu-8019.80.24/doc/ |
| H A D | allocators.md | 164 It redirects to the `KHEAP_KEXT` kalloc heap as there is no use of C++ 205 `<libkern/OSMalloc.h>` is a legacy subsystem that is no longer 207 and no new code should use it. `IOMalloc` should be used instead. 319 sequestering is no longer necessary to protect this type. For example, the 424 Data" submap, and is meant for allocation of payloads that hold no pointer and
|
| /xnu-8019.80.24/osfmk/conf/ |
| H A D | copyright.osf | 14 # statement appears on all copies, no charge is associated with such
|
| /xnu-8019.80.24/osfmk/UserNotification/ |
| H A D | UNDRequest.defs | 85 * specified below. As such, there is no acknowledgement from the server.
|
| /xnu-8019.80.24/osfmk/console/art/ |
| H A D | progress.m | 36 printf("Image must have no more than 256 unique pixel colors\n");
|