Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 29) sorted by relevance

12

/xnu-12377.81.4/osfmk/kern/
H A Dexclaves_conclave.c100 conclave_launcher_conclavelauncherfailure_s *failure = NULL; in exclaves_conclave_launcher_launch()
101 failure = conclave_launcher_conclavecontrol_launch__result_get_failure(&result); in exclaves_conclave_launcher_launch()
102 assert3p(failure, !=, NULL); in exclaves_conclave_launcher_launch()
104 "conclave launch failure: failure %u\n", *failure); in exclaves_conclave_launcher_launch()
140 conclave_launcher_conclavelauncherfailure_s *failure = NULL; in exclaves_conclave_launcher_stop()
141 failure = conclave_launcher_conclavecontrol_stop__result_get_failure(&result); in exclaves_conclave_launcher_stop()
142 assert3p(failure, !=, NULL); in exclaves_conclave_launcher_stop()
145 "conclave stop failure: failure %u\n", *failure); in exclaves_conclave_launcher_stop()
181 conclave_launcher_conclavelauncherfailure_s *failure = NULL; in exclaves_conclave_launcher_suspend()
182 failure = conclave_launcher_conclavecontrol_suspend__result_get_failure(&result); in exclaves_conclave_launcher_suspend()
[all …]
H A Dhv_support_kext.h94 uint32_t failure, uint32_t error);
/xnu-12377.81.4/SETUP/config/
H A Dsearchp.c72 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-12377.81.4/libsyscall/mach/
H A Derr_libkern.sub49 "(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 Derr_mach_ipc.sub86 /* 0 */ "(ipc/mig) client type check failure",
90 /* 4 */ "(ipc/mig) server type check failure",
H A Derr_kern.sub42 "(os/kern) protection failure",
45 "(os/kern) failure", /* 5 */
49 "(os/kern) memory failure",
H A Derr_iokit.sub57 "(iokit/common) misc. VM failure", // 0x2c8
68 "(iokit/common) rld failure", // 0x2d3
69 "(iokit/common) DMA failure", // 0x2d4
H A Derr_ipc.sub67 "(ipc/mig) type check failure in message interface", /* 0 (-300) */
H A Derr_server.sub153 "(server/sunrpc) failure in sending call",
154 "(server/sunrpc) failure in receiving result",
/xnu-12377.81.4/doc/allocators/
H A Dguard-objects.md207 ### Use-after-Free exploitation strategies and failure rates
225 triggering the bug. The failure rate the attackers face with this strategy is
227 $$failure\_rate = \left(
230 * $\mathcal{S} = 8, \mathcal{G} = 2$ yields a 8.8% failure rate;
231 * $\mathcal{S} = 16, \mathcal{G} = 4$ yields a 6.9 failure rate.
239 \mathcal{G}+\mathcal{Q}}$ chances of failure. The aggregate failure rate for
242 $$failure\_rate =\left( 1 - \frac{(\mathcal{S} - \mathcal{G)} \bmod \mathcal{Q}
247 * $\mathcal{S}=8, \mathcal{G}=1, \mathcal{Q}=4$ yields a 8% failure rate;
248 * $\mathcal{S}=8, \mathcal{G}=2, \mathcal{Q}=2$ yields a 12.5% failure rate;
249 * $\mathcal{S}=16, \mathcal{G}=4, \mathcal{Q}=3$ yields a 10.7% failure rate;
[all …]
/xnu-12377.81.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1263 goto failure; in devfs_mkdir()
1269 goto failure; in devfs_mkdir()
1278 failure: in devfs_mkdir()
1351 goto failure; in devfs_make_symlink()
1363 failure: in devfs_make_symlink()
1407 goto failure; in devfs_mknod()
1412 goto failure; in devfs_mknod()
1420 failure: in devfs_mknod()
/xnu-12377.81.4/osfmk/tests/
H A DREADME.md48 …* 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-12377.81.4/libkern/kxld/
H A Dkxld_vtable.c499 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 Dkxld_kext.c838 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-12377.81.4/tools/lldbmacros/tests/lldbtest/
H A Dunittest.py155 for test, failure in result.failures:
161 self.stream.writelines(failure)
/xnu-12377.81.4/osfmk/mach/
H A Dtask_access.defs43 * Access granted by return value (success/failure)
/xnu-12377.81.4/osfmk/conf/
H A Dcopyright.osf47 # failure to abide by the terms of this license.
/xnu-12377.81.4/doc/debugging/
H A Dmacro_testing.md73 result either in test or tested code failure.
H A Dextensible_paniclog.md133 … the maximum length is 32 bytes. This function will return a handle on success and NULL on failure.
157 …r and length of the buffer. This function will return 0 on success and a negative value on failure.
/xnu-12377.81.4/makedefs/
H A DMakeInc.rule91 $(ERR) Parse failure for $$<; \
128 $(ERR) Parse failure for $$<; \
559 $(ERR) Parse failure for $<; \
/xnu-12377.81.4/iokit/DriverKit/
H A DIOExtensiblePaniclog.iig83 * @return 0 on success, negative value in case of failure.
/xnu-12377.81.4/doc/primitives/
H A Datomics.md235 will always be `expected`, however in case of failure it will be filled with
241 for the failure case ordering, as it is what is used most of the time.
/xnu-12377.81.4/tools/lldbmacros/
H A DREADME.md410 isolate possible causes of failure, and eventually filing a bug with kernel team. Following are som…
418 …s particularly tricky. Many parts of memory may not be readable. There could be failure in network,
422 …orruption, the lldbmacros may have followed wrong pointer dereferencing. This might lead to failure
/xnu-12377.81.4/doc/lifecycle/
H A Dhibernation.md53 (in case of later failure) and the `boot-image` nvram variable is set to point
/xnu-12377.81.4/doc/mach_ipc/
H A Dguard_exceptions.md300 message due to sandboxing, and that a hard failure has been requested by either

12