Home
last modified time | relevance | path

Searched refs:bat (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildall.bat3 CALL buildbase.bat ..\vs2017\libsodium.sln 15
5 CALL buildbase.bat ..\vs2015\libsodium.sln 14
7 CALL buildbase.bat ..\vs2013\libsodium.sln 12
9 CALL buildbase.bat ..\vs2012\libsodium.sln 11
11 CALL buildbase.bat ..\vs2010\libsodium.sln 10
H A Dbuildbase.bat2 REM Usage: [buildbase.bat ..\vs2013\mysolution.sln 12]
7 SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat
8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat
/freebsd/usr.bin/mkimg/
H A Dvhdx.c407 uint8_t *bat; in vhdx_write_bat() local
412 bat = malloc(SIZE_1MB); in vhdx_write_bat()
413 if (bat == NULL) in vhdx_write_bat()
415 memset(bat, 0, SIZE_1MB); in vhdx_write_bat()
431 le64enc(bat + bat_ptr, in vhdx_write_bat()
438 if (sparse_write(fd, bat, SIZE_1MB) < 0) { in vhdx_write_bat()
440 free(bat); in vhdx_write_bat()
443 memset(bat, 0, SIZE_1MB); in vhdx_write_bat()
449 le64enc(bat + bat_ptr, in vhdx_write_bat()
455 if (sparse_write(fd, bat, SIZE_1MB) < 0) { in vhdx_write_bat()
[all …]
H A Dvhd.c278 uint32_t *bat; in vhd_dyn_write() local
305 bat = malloc(batsz); in vhd_dyn_write()
306 if (bat == NULL) in vhd_dyn_write()
308 memset(bat, 0xff, batsz); in vhd_dyn_write()
314 be32enc(&bat[entry], sector); in vhd_dyn_write()
318 if (sparse_write(fd, bat, batsz) < 0) { in vhd_dyn_write()
319 free(bat); in vhd_dyn_write()
322 free(bat); in vhd_dyn_write()
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dsc27xx-fg.txt13 - io-channel-names: Should be "bat-temp" or "charge-vol".
23 bat: battery {
53 io-channel-names = "bat-temp", "charge-vol";
56 monitored-battery = <&bat>;
H A Dsc2731_charger.txt17 bat: battery {
38 monitored-battery = <&bat>;
H A Dqcom_smbb.txt37 "bat-temp-ok",
38 "bat-present",
139 "bat-temp-ok",
140 "bat-present",
H A Dbq24190.txt37 bat: battery {
48 monitored-battery = <&bat>;
/freebsd/sys/powerpc/include/
H A Dbat.h69 struct bat { struct
164 extern struct bat battable[16];
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dsc2731.dtsi22 monitored-battery = <&bat>;
100 bat-detect-gpio = <&pmic_eic 9 GPIO_ACTIVE_HIGH>;
102 io-channel-names = "bat-temp", "charge-vol";
103 monitored-battery = <&bat>;
H A Dsp9860g-1h10.dts70 bat: battery { label
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,armada-xp-pinctrl.txt42 mpp21 21 gpio, ge0(rxd5), ge1(rxd3), lcd(d21), dram(bat)
54 mpp33 33 gpio, tdm(int4), sd0(d1), dram(bat), dram(vttctrl)
69 dram(bat), spi1(cs4)
/freebsd/sys/contrib/libsodium/msvc-scripts/
H A DMakefile.am2 process.bat \
/freebsd/sys/contrib/libsodium/builds/
H A DMakefile.am2 msvc/build/buildall.bat \
3 msvc/build/buildbase.bat \
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-pm8226.dtsi79 "bat-temp-ok",
80 "bat-present",
H A Dqcom-pm8941.dtsi94 "bat-temp-ok",
95 "bat-present",
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-librem5-r4.dts13 &bat {
/freebsd/sys/contrib/zstd/
H A D.gitattributes20 *.bat text eol=crlf
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Din1024 rewrite in on bge0 proto tcp from pool/a to 2.2.2.2/32 -> src 0/0 dst dstlist/bat;
H A Din102_64 rewrite in on bge0 inet6 proto tcp from pool/a to 2:2::2:2/128 -> src any dst dstlist/bat;
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Din1024 rewrite in on bge0 proto tcp from pool/a to 2.2.2.2 -> src 0/0 dst dstlist/bat;
H A Din102_64 rewrite in on bge0 inet6 proto tcp from pool/a to 2:2::2:2 -> src 0/0 dst dstlist/bat;
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dqcom,spmi-iadc.txt43 bat {
/freebsd/sys/contrib/libsodium/test/default/
H A Dwintest.bat4 echo "Usage: wintest.bat <Release | ReleaseDLL | Debug | DebugDLL"
/freebsd/contrib/expat/
H A DMakefile.am86 win32/build_expat_iss.bat \

123