Home
last modified time | relevance | path

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

123

/xnu-8792.41.9/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-8792.41.9/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-8792.41.9/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-8792.41.9/bsd/nfs/
H A Dnfs_subs.c330 nfs_netopt_free(struct nfs_netopt *no) in nfs_netopt_free() argument
332 if (no->no_addr) { in nfs_netopt_free()
333 kfree_data(no->no_addr, no->no_addr->sa_len); in nfs_netopt_free()
335 if (no->no_mask) { in nfs_netopt_free()
336 kfree_data(no->no_mask, no->no_mask->sa_len); in nfs_netopt_free()
339 kfree_type(struct nfs_netopt, no); in nfs_netopt_free()
1372 struct nfs_netopt *no, *rn_no; in nfsrv_hang_addrlist() local
1432 no = kalloc_type(struct nfs_netopt, Z_WAITOK | Z_ZERO | Z_NOFAIL); in nfsrv_hang_addrlist()
1433 no->no_opt.nxo_flags = nxna.nxna_flags; in nfsrv_hang_addrlist()
1434 no->no_opt.nxo_cred = cred; in nfsrv_hang_addrlist()
[all …]
/xnu-8792.41.9/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 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.
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…
/xnu-8792.41.9/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-8792.41.9/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-8792.41.9/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-8792.41.9/libkern/kmod/
H A DREADME22 # is created and initialized by the CreateKModInfo.perl script. If no C++
/xnu-8792.41.9/osfmk/mach/
H A Dmach_vm.defs274 * are no alignment restrictions, and the results will
440 * highest address range is described. If no addresses beyond
573 /* the legacy APIs. They are no different. We just need to produce */
583 * no user-level replacement for these MACH_DEBUG interfaces
585 * no user-level replacement at the moment
/xnu-8792.41.9/libsyscall/
H A DLibsyscall.xcconfig26 OTHER_CFLAGS = -fdollars-in-identifiers -no-cpp-precomp -fno-common -fno-stack-protector -fno-stack…
/xnu-8792.41.9/osfmk/UserNotification/
H A DUNDRequest.defs85 * specified below. As such, there is no acknowledgement from the server.
/xnu-8792.41.9/osfmk/conf/
H A Dcopyright.osf14 # statement appears on all copies, no charge is associated with such
/xnu-8792.41.9/config/
H A DMASTER39 # Lines with no attributes specified are selected for all
547 options CONFIG_MACF_SOCKET_SUBSET # MAC socket subest (no labels) # <config_macf>
596 # configuration option for full, partial, or no kernel debug event tracing
600 options NO_KDEBUG # no kernel tracing # <no_kdebug>
/xnu-8792.41.9/osfmk/console/art/
H A Dprogress.m36 printf("Image must have no more than 256 unique pixel colors\n");
/xnu-8792.41.9/doc/
H A Ddebugging.md69 Another problem is that literals in form `'string'` are no longer compatible with unicode and need
301 There is no perfect test suite to check that macros are producing a correct value compared to what
480 …similar to testing techniques described above (use scrpting interactive mode). There is no point to
495 There is no exception, lot of errors and no output. So what next?

123