Searched refs:booted (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h112 bool booted = tsd_prof_tdata_get(tsd); local
131 if (!booted && prof_sample_check(tsd, usize, update)) {
/freebsd-13-stable/stand/i386/cdboot/
H A Dcdboot.S30 # from a CD-ROM booted with no emulation mode as described by the El
35 # binary. Then we attempt to load /boot/loader from the CD we were booted
/freebsd-13-stable/sys/vm/
H A Duma_core.c202 } booted = BOOT_COLD; variable in typeref:enum:__anon15980
404 KASSERT(booted >= BOOT_KVA, ("Bucket enable before init"));
471 if (__predict_false(booted < BOOT_KVA))
2338 * If we haven't booted yet we need allocations to go through the
2346 if (booted < BOOT_KVA)
2777 if (booted >= BOOT_PCPU) {
2779 if (booted >= BOOT_RUNNING)
3026 booted = BOOT_KVA;
3040 booted = BOOT_PCPU;
3059 booted
[all...]
/freebsd-13-stable/stand/lua/
H A Dcore.lua433 -- Is the menu skipped in the environment in which we've booted?

Completed in 126 milliseconds