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

  /src/share/mk/
bsd.buildinstall.mk 5 # Used by src/lib/Makefile and src/tools/Makefile.
bsd.x11.mk 210 # Used by pkg-config and manual handling to ensure we picked up all
426 # These ones used to appear as __foo__ but may be now @foo@.
bsd.own.mk 44 # Subdirectory used below ${RELEASEDIR} when building a release
57 # Subdirectory or path component used for the following paths:
61 # Used when building a release.
91 # What GCC is used?
147 # What binutils is used?
160 # What GDB is used?
178 # What OpenSSL is used?
390 # This is the prefix used for the NetBSD-sourced tools.
968 # tightly-coupled to the version of GCC being used.
1765 # for crunchide & ldd, define the OBJECT_FMTS used by a MACHINE_ARC
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.h 73 // is considered "used" by another thread.
74 bool Used = false;
79 // Buffer`. Note that we only advance to the "used" buffers, when
91 } while (!Buffers[Offset].Used && Offset != Max);
109 // We want to advance to the first Offset where the 'Used' property is
111 while (!Buffers[Offset].Used && Offset != Max) {
254 /// Buffer is marked 'used' (i.e. has been the result of getBuffer(...) and a
xray_buffer_queue.cc 135 T.Used = false;
181 B->Used = true;
208 // Now that the buffer has been released, we mark it as "used".
210 B->Used = true;
  /src/tests/bin/df/
t_df.sh 36 Filesystem 1K-blocks Used Avail %Cap Mounted on
94 Filesystem Size Used Avail %Cap Mounted on
  /src/sys/arch/prep/include/
nvram.h 144 Used = 1,
149 DirtyBit = 0x01, /* used to decide if pushbutton needs to be checked */
  /src/usr.sbin/sysinst/
README.md_defs 4 defines used in the sysinst code.
7 If HAVE_GPT is true, the MD code may limit the space used for the
30 PART_BOOT_TYPE FS_BSDFS Kind of filesystem used
52 used like:
57 Called before any of the partition usage defaults is ever used, can be used
67 used like:
71 returns true if this setup needs boot blocks. Used for example on x86
76 used like:
85 used like
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 29 // Similar code is used in Google Perftools,
40 // Used to track changes to the allocator that will affect
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 198 # Used to print all the '===>' style prompts - override this to turn them off.
293 # This is the "generic" package target, actually a macro used from the
344 # used for removing stuff in bulk builds
346 # used for "update" target
377 # The 'info' target can be used to display information about a package.
381 # The 'check' target can be used to check an installed package.
430 # To be used (-> true) ONLY if the pkg in question is known to be installed

Completed in 32 milliseconds