Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 57) sorted by relevance

123

/xnu-10063.141.1/tools/
H A Dremote_build.sh238 …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-10063.141.1/tools/tests/execperf/
H A DMakefile12 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-10063.141.1/libsyscall/mach/
H A Derr_kern.sub43 "(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 Derr_iokit.sub49 "(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 Derr_mach_ipc.sub40 /* 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 Derr_ipc.sub60 "(ipc/rcv) no space for message data", /* -205 */
72 "(ipc/mig) no reply should be sent", /* 5 */
H A Derr_libkern.sub51 "(libkern/metaclass) allocation failure, no kext/class set", /* 6 */
56 "(libkern/metaclass) no kext for metaclass", /* 11 */
H A Derr_server.sub42 "(server/netname) no such host",
51 "(server/env_mgr) no more connections available",
173 "(server/object system) no such operation",
/xnu-10063.141.1/bsd/nfs/
H A Dnfs_subs.c332 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-10063.141.1/iokit/DriverKit/
H A DIOBufferMemoryDescriptor.iig60 * @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 DOSAction.iig120 * @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 DIOWorkGroup.iig99 …* 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 DIOMemoryDescriptor.iig127 * @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-10063.141.1/doc/primitives/
H A Dstring-handling.md33 because there is no confusion that their input must be NUL-terminated and there
34 is no danger of writing out of bounds (out of not writing at all).
46 comparison functions, which do no writing and are also safe.) However, these
48 terminated string. Because of coexistence with `strn` functions that make no
/xnu-10063.141.1/tests/vm/
H A Dtest_vm_no_pager.m40 #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"
300 parse_args(argc, argv); // TODOyfeig is there really no global setup in darwintests?
/xnu-10063.141.1/doc/mach_ipc/
H A Dkmsg.md72 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-10063.141.1/bsd/crypto/doc/
H A DKernelCrypto.txt88 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-10063.141.1/bsd/miscfs/devfs/
H A DREADME63 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-10063.141.1/tests/
H A Dstackshot_accuracy.m202 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 Dstackshot_idle_25570396.m219 * 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-10063.141.1/doc/debugging/
H A Ddebugging.md32 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.
136 There is no perfect test suite to check that macros are producing a correct value compared to what
312 …imilar to testing techniques described above (use scripting interactive mode). There is no point to
327 There is no exception, lot of errors and no output. So what next?
/xnu-10063.141.1/libkern/kmod/
H A DREADME22 # is created and initialized by the CreateKModInfo.perl script. If no C++
/xnu-10063.141.1/libsyscall/
H A DLibsyscall.xcconfig26 OTHER_CFLAGS = -fdollars-in-identifiers -no-cpp-precomp -fno-common -fno-stack-protector -fno-stack…
/xnu-10063.141.1/osfmk/UserNotification/
H A DUNDRequest.defs85 * specified below. As such, there is no acknowledgement from the server.
/xnu-10063.141.1/osfmk/conf/
H A Dcopyright.osf14 # statement appears on all copies, no charge is associated with such

123