| /xnu-11215.1.10/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-11215.1.10/tools/tests/execperf/ |
| H A D | Makefile | 12 exit.nopie.dyld-but-no-Libsystem exit.pie.dyld-but-no-Libsystem \ 54 $(DSTROOT)/exit.nopie.dyld-but-no-Libsystem: $(OBJROOT)/exit-asm.o 58 $(DSTROOT)/exit.pie.dyld-but-no-Libsystem: $(OBJROOT)/exit-asm.o
|
| /xnu-11215.1.10/libsyscall/mach/ |
| H A D | err_kern.sub | 43 "(os/kern) no space available", 48 "(os/kern) no access", 101 "(os/unix) no rights to object", 103 "(os/unix) no such process", 110 "(os/unix) no child processes are present", 111 "(os/unix) no more processes are available", 128 "(os/unix) no space is left on device", 155 "(os/unix) no buffer space is available", 165 "(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-11215.1.10/bsd/nfs/ |
| H A D | nfs_subs.c | 332 nfs_netopt_free(struct nfs_netopt *no) in nfs_netopt_free() argument 334 if (no->no_addr) { in nfs_netopt_free() 335 kfree_data(no->no_addr, no->no_addr->sa_len); in nfs_netopt_free() 337 if (no->no_mask) { in nfs_netopt_free() 338 kfree_data(no->no_mask, no->no_mask->sa_len); in nfs_netopt_free() 341 kfree_type(struct nfs_netopt, no); in nfs_netopt_free() 1339 struct nfs_netopt *no, *rn_no; in nfsrv_hang_addrlist() local 1399 no = kalloc_type(struct nfs_netopt, Z_WAITOK | Z_ZERO | Z_NOFAIL); in nfsrv_hang_addrlist() 1400 no->no_opt.nxo_flags = nxna.nxna_flags; in nfsrv_hang_addrlist() 1401 no->no_opt.nxo_cred = cred; in nfsrv_hang_addrlist() [all …]
|
| /xnu-11215.1.10/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 | 128 * @param alignment of the memory virtual mapping. Only zero for no alignment is supported. 130 * It should be retained until the map is no longer required.
|
| /xnu-11215.1.10/doc/mach_ipc/ |
| H A D | kmsg.md | 72 from header to trailer was in contiguous memory, but that is no longer true, 120 ### `IKM_TYPE_ALL_INLINED`: no external allocation 122 For this kmsg type, there is no external allocation, and the `ikm_big_data` 229 This layout should no longer be used otherwise, as it mixes kernel pointers and
|
| /xnu-11215.1.10/doc/primitives/ |
| H A D | string-handling.md | 31 Using `strncmp` with two NUL-terminated strings is uncommon and it has no 56 because there is no confusion that their input must be NUL-terminated and there 57 is no danger of writing out of bounds (out of not writing at all). 69 comparison functions, which do no writing and are also safe.) However, these 71 terminated string. Because of coexistence with `strn` functions that make no
|
| /xnu-11215.1.10/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-11215.1.10/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-11215.1.10/tests/ |
| H A D | stackshot_accuracy.m | 204 T_ASSERT_NULL(nserror, "no NSError occured while parsing the kcdata container"); 247 T_LOG("did we stop because of the limit?: %s", fault_stats.sfs_stopped_faulting ? "yes" : "no"); 332 T_DECL(basic, "test that no-fault stackshot works correctly", T_META_TAG_VM_PREFERRED) 384 T_DECL(basic_singleproc, "test that no-fault stackshot works correctly in single process setting", … 390 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-11215.1.10/libkern/kmod/ |
| H A D | README | 22 # is created and initialized by the CreateKModInfo.perl script. If no C++
|
| /xnu-11215.1.10/doc/debugging/ |
| H A D | debugging.md | 32 Some LLDB APIs no longer accept a string in place of binary data in Python 3. 96 When no explicit encoding is selected then UTF-8 is the default. 313 …imilar to testing techniques described above (use scripting interactive mode). There is no point to 328 There is no exception, lot of errors and no output. So what next?
|
| /xnu-11215.1.10/libsyscall/ |
| H A D | Libsyscall.xcconfig | 26 OTHER_CFLAGS = -fdollars-in-identifiers -no-cpp-precomp -fno-common -fno-stack-protector -fno-stack…
|
| /xnu-11215.1.10/tests/vm/ |
| H A D | test_vm_no_pager.m | 40 #define FORCED_UNMOUNT_ERROR "Object has no pager because the backing vnode was force unmounted" 42 #define UNGRAFTED_ERROR "Object has no pager because the backing vnode was ungrafted"
|
| /xnu-11215.1.10/doc/arm/ |
| H A D | sme.md | 62 have no particular meaning to hardware. 157 guarantee that no problematic SIMD instructions are executed while `PSTATE.SM` 162 `TPIDR2_EL0`, `ZA`, or `ZT0` during kernel entry and exit, since there are no 247 still allowed to write to `SMPRI_EL1`, but currently this has no effect on
|
| /xnu-11215.1.10/osfmk/UserNotification/ |
| H A D | UNDRequest.defs | 85 * specified below. As such, there is no acknowledgement from the server.
|