| /xnu-11215/bsd/kern/ |
| H A D | subr_sbuf.c | 836 struct sbuf existing; variable 838 memset(&existing, 0x41, sizeof(existing)); 839 s = sbuf_new(&existing, NULL, 16, SBUF_AUTOEXTEND); 840 SBUF_ASSERT_EQ(&existing, s); 853 struct sbuf existing; variable 856 memset(&existing, 0x41, sizeof(existing)); 857 s = sbuf_new(&existing, buf, sizeof(buf), 0); 858 SBUF_ASSERT_EQ(&existing, s); 1782 struct sbuf existing = {}; variable 1784 s = sbuf_new(&existing, NULL, 16, 0);
|
| H A D | ubc_subr.c | 5311 struct cs_blob *existing = uip->cs_blob_supplement; in ubc_cs_blob_add_supplement() local 5312 if (existing != NULL) { in ubc_cs_blob_add_supplement() 5313 if (tmp_blob.csb_hashtype == existing->csb_hashtype && in ubc_cs_blob_add_supplement() 5314 memcmp(tmp_blob.csb_cdhash, existing->csb_cdhash, CS_CDHASH_LEN) == 0) { in ubc_cs_blob_add_supplement()
|
| /xnu-11215/libkdd/ |
| H A D | kcdata_core.m | 58 id existing = container[key]; 60 if (existing) { 61 if ([existing isKindOfClass:[NSMutableArray class]] && [new isKindOfClass:[ NSArray class ]]) { 62 [existing addObjectsFromArray:new];
|
| H A D | README.md | 45 …mpatible. The case of `rusage` struct versions could be introduced without breaking existing tools.
|
| /xnu-11215/doc/vm/ |
| H A D | sanitize.md | 235 For existing types, try to reuse the functions provided instead of 343 - implement sanitization in an existing VM API function for a parameter that 373 Choose existing trial value generators for your parameters, or write new 374 generators if you want a new type or different values for an existing type. 382 each trial in the test. Choose an existing test running or write a new 386 to be tested. If there is an existing VM API with similar setup or 414 Step 9: if you are adding sanitization to an existing VM API, decide if
|
| H A D | freezer.md | 70 …*not** read data back in from NAND. It will copy compressed memory from existing in-memory segment…
|
| /xnu-11215/doc/arm/ |
| H A D | sme.md | 46 Most of these register files supplement, rather than replace, the existing ARM 48 the existing FPSIMD `V` register file. Instructions targeting the `V` register 139 existing `HCR_EL2.TID1` control bit. Finally `TPIDR2_EL0` has a dedicated 274 SME, they could still appear in existing kext binaries.
|
| /xnu-11215/osfmk/device/ |
| H A D | device.defs | 174 out existing : io_object_t 546 out existing : io_object_t 766 out existing : io_object_t
|
| /xnu-11215/doc/debugging/ |
| H A D | macro_testing.md | 44 The goal of the mocking framework is to enhance existing mocking solutions
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IONVRAMV3Handler.cpp | 229 …(const uuid_t varGuid, const char *varName, struct nvram_v3_var_entry **existing, unsigned int *ex… 554 …(const uuid_t varGuid, const char *varName, struct nvram_v3_var_entry **existing, unsigned int *ex… in findExistingEntry() argument 585 if (existing) { in findExistingEntry() 586 *existing = v3Entry; in findExistingEntry()
|
| H A D | IONVRAMCHRPHandler.cpp | 736 OSObject *existing; in setVariableInternal() local 743 if ((existing = _varDict->getObject(canonicalKey.get()))) { in setVariableInternal() 744 convertObjectToProp(nullptr, &existingSize, variableName, existing); in setVariableInternal()
|
| H A D | IOService.cpp | 6337 SInt32 priority, OSIterator ** existing ) in doInstallNotification() argument 6370 *existing = exist; in doInstallNotification() 6380 SInt32 priority, OSIterator ** existing ) in installNotification() argument 6389 target, &ref, priority, existing ); in installNotification() 6405 SInt32 priority, OSIterator ** existing ) in installNotification() argument 6412 priority, existing ); in installNotification() 6454 OSIterator * existing = NULL; in addMatchingNotification() local 6460 handler, target, ref, priority, &existing ); in addMatchingNotification() 6462 OSSafeReleaseNULL(existing); in addMatchingNotification() 6467 if (existing) { in addMatchingNotification() [all …]
|
| H A D | IOUserClient.cpp | 2703 io_iterator_t *existing ) in internal_io_service_get_matching_services() argument 2718 *existing = IOUserIterator::withIterator(IOService::getMatchingServices( dict )); in internal_io_service_get_matching_services() 2736 io_iterator_t *existing ) in is_io_service_get_matching_services() argument 2748 io_object_t *existing ) in is_io_service_get_matching_services_ool() argument 2760 *existing = NULL; in is_io_service_get_matching_services_ool() 2762 (const char *) data, matchingCnt, existing); in is_io_service_get_matching_services_ool() 2775 io_object_t *existing) in is_io_service_get_matching_services_bin() argument 2777 return internal_io_service_get_matching_services(main_port, matching, matchingCnt, existing); in is_io_service_get_matching_services_bin()
|
| /xnu-11215/osfmk/mach/ |
| H A D | mach_port.defs | 595 * Guard an already existing port. Allows guarding 645 * Guard an already existing port. Allows guarding 660 * Swap guard value of an existing guarded port. Works
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOService.h | 1696 LIBKERN_RETURNS_RETAINED OSIterator ** existing); 1703 LIBKERN_RETURNS_RETAINED OSIterator ** existing); 1766 SInt32 priority, OSIterator ** existing );
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOWorkGroup.iig | 61 * or other existing signaling mechanism.
|
| H A D | IOEventLink.iig | 77 …* or other existing signaling mechanism. The driver should handle this by activating the IOEventLi…
|
| /xnu-11215/osfmk/kern/ |
| H A D | lock_rw.c | 284 struct rw_lock_debug_entry *existing = &rw_locks_held->rwld_locks[i]; in find_lock_in_savedlocks() local 285 if (existing->rwlde_lock == lock) { in find_lock_in_savedlocks() 286 return existing; in find_lock_in_savedlocks()
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.kernel | 524 # The $(RM) is needed so that the $(LN) doesn't dereference an existing 526 # the target of the existing symlink
|
| /xnu-11215/doc/building/ |
| H A D | xnu_build_consolidation.md | 15 reduce the number of existing builds, as well as to set up a simple framework that makes it easier …
|
| H A D | bound_checks.md | 11 process that implements our best practices to adopt -fbounds-safety in existing
|
| /xnu-11215/ |
| H A D | README.md | 470 This practice ensures that existing features may be brought to other 472 3. *Existing Features* You can use existing features if your code is
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 286 - Trying to modify a string value? You can only create new strings but never modify existing ones. 373 To contribute new commands or fixes to existing one, it is recommended that you follow the procedur…
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | dtrace.c | 10002 dtrace_difv_t *v = &dp->dtdo_vartab[i], *existing = NULL; in dtrace_difo_validate() local 10046 existing = &svar->dtsv_var; in dtrace_difo_validate() 10056 existing = &vstate->dtvs_tlocals[ndx]; in dtrace_difo_validate() 10066 existing = &svar->dtsv_var; in dtrace_difo_validate() 10088 if (existing == NULL || existing->dtdv_id == 0) in dtrace_difo_validate() 10091 ASSERT(existing->dtdv_id == v->dtdv_id); in dtrace_difo_validate() 10092 ASSERT(existing->dtdv_scope == v->dtdv_scope); in dtrace_difo_validate() 10094 if (existing->dtdv_kind != v->dtdv_kind) in dtrace_difo_validate() 10097 et = &existing->dtdv_type; in dtrace_difo_validate()
|
| /xnu-11215/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 28 …ch timesharing algorithm to allow the system to function similar to the existing scheduler from a …
|