/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_quarantine.h | 260 QuarantineBatch *extracted = current->next; local in function:__sanitizer::QuarantineCache::MergeBatches 262 current->merge(extracted); 263 CHECK_EQ(extracted->count, 0); 264 CHECK_EQ(extracted->size, sizeof(QuarantineBatch)); 266 list_.extract(current, extracted); 267 extracted_size += extracted->size; 269 to_deallocate->EnqueueBatch(extracted);
|
/src/doc/ |
TODO.compat-module | 14 5. Extracted some net/if.c compat routines into the compat module, and 114 modules, too. The MPSAFE stuff needs to be extracted out and made
|
/src/usr.sbin/etcupdate/ |
etcupdate | 103 "etc.tgz" and "xetc.tgz" have been extracted. 523 # sets have already been extracted
|
/src/distrib/sun2/miniroot/ |
install.md | 137 echo -n "No kernel set extracted. Copying miniroot kernel..."
|
/src/distrib/sun3/miniroot/ |
install.md | 138 echo -n "No kernel set extracted. Copying $1 miniroot kernel..."
|
/src/sys/arch/ia64/ia64/ |
pmap.c | 2728 bool extracted; local in function:pmap_testout 2735 extracted = pmap_extract(pmap_kernel(), va, &pa); 2736 printf("va %p pa %lx extracted %u\n", (void *)(u_long)va, pa, extracted);
|
/src/usr.sbin/sysinst/ |
msg.mi.en | 925 some files were not extracted correctly and your system will not be
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 3973 # Transform an extracted symbol line into a proper C declaration. 3981 # Transform an extracted symbol line into symbol name and symbol address 3987 # Transform an extracted symbol line into symbol name with lib prefix and
|