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

1 2

  /src/share/mk/
bsd.buildinstall.mk 5 # Used by src/lib/Makefile and src/tools/Makefile.
  /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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
gemini-dlink-dns-313.dts 196 /* Used by LEDs conflicts ICE */
198 /* Used by ? conflicts ICE */
201 * Used by fan & G751, conflicts LPC,
205 /* Used by G751 */
207 /* Used by MDIO */
214 /* Used by "reset" button */
296 /* Not used in this platform */
bcm2837-rpi-3-a-plus.dts 92 /* Used by BT module */
97 /* Used by Wifi */
112 /* Used by SD Card */
134 * SDHCI is used to control the SDIO for wireless
155 /* SDHOST is used to drive the SD card */
bcm2837-rpi-3-b-plus.dts 99 /* Used by BT module */
104 /* Used by Wifi */
119 /* Used by SD Card */
140 /* SDHCI is used to control the SDIO for wireless */
157 /* SDHOST is used to drive the SD card */
bcm2837-rpi-3-b.dts 92 /* Used by BT module */
97 /* Used by Wifi */
112 /* Used by SD Card */
153 /* SDHCI is used to control the SDIO for wireless */
170 /* SDHOST is used to drive the SD card */
motorola-cpcap-mapphone.dtsi 3 * Common CPCAP configuration used on Motorola phones
165 /* Used by DSS and is the "zerov_regulator" trigger for SoC off mode */
198 /* Used by eMMC at mmc2 */
235 /* Used by micro-SDIO at mmc1 */
bcm2711-rpi-4-b.dts 118 /* Used by BT module */
123 /* Used by Wifi */
181 /* SDHCI is used to control the SDIO for wireless */
198 /* EMMC2 is used to drive the SD card */
bcm2835-rpi-a-plus.dts 88 /* Used by SD Card */
bcm2835-rpi-a.dts 83 /* Used by SD Card */
bcm2835-rpi-b-plus.dts 90 /* Used by SD Card */
bcm2835-rpi-b-rev2.dts 83 /* Used by SD Card */
bcm2835-rpi-zero.dts 85 /* Used by SD Card */
bcm2836-rpi-2-b.dts 90 /* Used by SD Card */
omap3-evm-37xx.dts 31 /* Used by OHCI and EHCI. OHCI won't work without external phy */
omap3-evm.dts 31 /* Used by OHCI and EHCI. OHCI won't work without external phy */
bcm2835-rpi-zero-w.dts 95 /* Used by SD Card */
imx7d-flex-concentrator.dts 47 * hmi-a:red is not used.
150 * MDIO bus reset is used to generate PHY device reset before
153 * is used.
175 * Used for robust USB plug and play handling such as USB downstream port
179 * Used for last gasp notification.
190 * Used for sealed cover opened/closed notification.
ste-ux500-samsung-kyle.dts 177 /* TODO: this should be used by the NCP6914 Camera power management unit */
308 /* Used for VDD for sensors */
322 /* Used for voltage for external MMC/SD card */
344 /* Used by sensors for 1.8 V in R0.1+ */
481 /* Mux in VSI0 used for DSI TE */
492 /* Two GPIO lines used by the display */
sun7i-a20-olimex-som204-evb.dts 288 /* Used for RTL8723BS bluetooth */
  /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/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/arch/prep/include/
nvram.h 144 Used = 1,
149 DirtyBit = 0x01, /* used to decide if pushbutton needs to be checked */
  /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

Completed in 23 milliseconds

1 2