HomeSort by: relevance | last modified time | path
    Searched refs:Once (Results 1 - 9 of 9) sorted by relevancy

  /src/distrib/mvme68k/miniroot/
install.md 147 Here is an example of what the partition information will look like once
207 OK, then. Enter 'halt' at the prompt to halt the machine. Once the
217 installed system, enter halt at the command prompt. Once the system has
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_logging.cc 311 // Once flushed, we should set the global status of the logging implementation
423 // Test once for required CPU features
569 static pthread_once_t Once = PTHREAD_ONCE_INIT;
571 &Once, +[] {
599 static pthread_once_t Once = PTHREAD_ONCE_INIT;
601 &Once, +[] {
xray_profile_collector.cc 385 static pthread_once_t Once = PTHREAD_ONCE_INIT;
389 &Once, +[]() XRAY_NEVER_INSTRUMENT {
xray_profiling.cc 50 // We use a global buffer queue, which gets initialized once at initialisation
427 static pthread_once_t Once = PTHREAD_ONCE_INIT;
429 &Once, +[] {
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 65 Once the tools are installed, ensure that this path is added to the
  /src/usr.bin/make/unit-tests/
varparse-errors.mk 111 # the current file twice: Once in the first line and once in the call
var-scope-local.mk 149 # The empty variable name is expanded twice, once for 'one' and once for
227 # Once a variable is defined in the target-local scope, appending using '+='
directive-include-guard.mk 40 # for any other reason) is only processed once, to see whether it is guarded.
94 # for any other reason) is only processed once, to see whether it is guarded.
271 '. for i in once' \
442 # guard has the benefit that a target cannot be undefined once it is defined.
468 # evaluated twice: Once for checking whether the condition evaluates to true,
469 # and once for determining the guard name. This double evaluation should not
557 # the file is read once and then considered guarded.
  /src/share/mk/
bsd.test.mk 201 echo "*** Once again, note that "make test" is unsupported."; \

Completed in 16 milliseconds