| /xnu-8019.80.24/SETUP/config/ |
| H A D | searchp.c | 72 int failure; in searchp() local 91 failure = (*func)(fullname); in searchp() 92 }while (failure && (*lastchar)); in searchp() 93 return failure ? -1 : 0; in searchp()
|
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | err_libkern.sub | 49 "(libkern/metaclass) allocation failure, internal data", /* 4 */ 50 "(libkern/metaclass) allocation failure, class tracking dictionaries", /* 5 */ 51 "(libkern/metaclass) allocation failure, no kext/class set", /* 6 */ 64 "(libkern/kext) allocation failure", /* 0x2 */ 75 "(libkern/kext) validation failure (plist/executable)", /* 0xc */ 76 "(libkern/kext) authentication failure (file ownership/permissions)", /* 0xd */ 77 "(libkern/kext) dependency resolution failure", /* 0xe */
|
| H A D | err_mach_ipc.sub | 86 /* 0 */ "(ipc/mig) client type check failure", 90 /* 4 */ "(ipc/mig) server type check failure",
|
| H A D | err_kern.sub | 42 "(os/kern) protection failure", 45 "(os/kern) failure", /* 5 */ 49 "(os/kern) memory failure",
|
| H A D | err_iokit.sub | 57 "(iokit/common) misc. VM failure", // 0x2c8 68 "(iokit/common) rld failure", // 0x2d3 69 "(iokit/common) DMA failure", // 0x2d4
|
| H A D | err_ipc.sub | 67 "(ipc/mig) type check failure in message interface", /* 0 (-300) */
|
| H A D | mach_eventlink.defs | 33 * kernel, putting a copy of the file instead to avoid the build failure due to
|
| H A D | err_server.sub | 153 "(server/sunrpc) failure in sending call", 154 "(server/sunrpc) failure in receiving result",
|
| /xnu-8019.80.24/bsd/dev/vn/ |
| H A D | shadow.c | 576 goto failure; in shadow_map_create() 585 goto failure; in shadow_map_create() 592 goto failure; in shadow_map_create() 598 goto failure; in shadow_map_create() 610 failure: in shadow_map_create()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | hv_support_kext.h | 94 uint32_t failure, uint32_t error);
|
| /xnu-8019.80.24/bsd/miscfs/devfs/ |
| H A D | devfs_vnops.c | 1160 goto failure; in devfs_mkdir() 1169 failure: in devfs_mkdir() 1242 goto failure; in devfs_make_symlink() 1254 failure: in devfs_make_symlink() 1298 goto failure; in devfs_mknod() 1303 goto failure; in devfs_mknod() 1311 failure: in devfs_mknod()
|
| /xnu-8019.80.24/osfmk/tests/ |
| H A D | README.md | 48 …* And you are set. Use KERN_SUCCESS to report successful run and any other error for failure. Here… 77 …* T_ASSERT macros will check for condition and upon failure return with KERN_FAILURE. This way it … 78 * T_EXPECT will just report failure of that test case, but will continue to run further test code.
|
| /xnu-8019.80.24/libkern/kxld/ |
| H A D | kxld_vtable.c | 499 boolean_t failure = FALSE; in kxld_vtable_patch() local 602 failure = TRUE; in kxld_vtable_patch() 662 require_action(!failure, finish, rval = KERN_FAILURE); in kxld_vtable_patch()
|
| H A D | kxld_kext.c | 838 boolean_t failure = FALSE; in patch_vtables() local 894 if (failure) { in patch_vtables() 997 require_action(!failure, finish, rval = KERN_FAILURE); in patch_vtables() 998 failure = (nprogress == 0); in patch_vtables()
|
| /xnu-8019.80.24/makedefs/ |
| H A D | MakeInc.rule | 84 $(ERR) Parse failure for $$<; \ 89 $(ERR) bound attribute stripping failure for $$<; \ 126 $(ERR) Parse failure for $$<; \ 433 $(ERR) Parse failure for $<; \
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | task_access.defs | 43 * Access granted by return value (success/failure)
|
| H A D | host_priv.defs | 158 * In addition to all the failure modes of its cousin,
|
| /xnu-8019.80.24/osfmk/conf/ |
| H A D | copyright.osf | 47 # failure to abide by the terms of this license.
|
| /xnu-8019.80.24/doc/ |
| H A D | atomics.md | 233 will always be `expected`, however in case of failure it will be filled with 239 for the failure case ordering, as it is what is used most of the time.
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | README.md | 400 …d may be confusing. The important thing is to isolate possible causes of failure, and eventually f… 405 …cularly tricky. Many parts of memory may not be readable. There could be failure in network, debug… 407 …macros may have followed wrong pointer dereferencing. This might lead to failure and a exception t…
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_kmsg.c | 488 goto failure; in ikm_validate_sig() 500 goto failure; in ikm_validate_sig() 513 failure: in ikm_validate_sig()
|
| /xnu-8019.80.24/ |
| H A D | APPLE_LICENSE | 213 systems, or air traffic control machines in which case the failure of
|
| /xnu-8019.80.24/tests/ |
| H A D | stackshot_tests.m | 2474 * check_shared_cache_uuid() will assert on failure, so if 2703 * check_shared_cache_uuid() asserts on failure, so we must have
|