Searched refs:bat (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/powerpc/include/
H A Dbat.h60 * $NetBSD: bat.h,v 1.2 1999/12/18 01:36:06 thorpej Exp $
68 struct bat { struct
164 extern struct bat battable[16];
/freebsd-11-stable/usr.bin/mkimg/
H A Dvhd.c282 uint32_t *bat; local
309 bat = malloc(batsz);
310 if (bat == NULL)
312 memset(bat, 0xff, batsz);
318 be32enc(&bat[entry], sector);
322 if (sparse_write(fd, bat, batsz) < 0) {
323 free(bat);
326 free(bat);
H A Dvhdx.c409 uint8_t *bat; local
414 bat = malloc(SIZE_1MB);
415 if (bat == NULL)
417 memset(bat, 0, SIZE_1MB);
433 le64enc(bat + bat_ptr,
440 if (sparse_write(fd, bat, SIZE_1MB) < 0) {
442 free(bat);
445 memset(bat, 0, SIZE_1MB);
451 le64enc(bat + bat_ptr,
457 if (sparse_write(fd, bat, SIZE_1M
[all...]
/freebsd-11-stable/sys/arm/at91/
H A Dat91_smc.h97 uint8_t bat; member in struct:at91_smc_init
/freebsd-11-stable/contrib/expat/
H A DMakefile.am66 win32/build_expat_iss.bat \
H A DMakefile.in436 win32/build_expat_iss.bat \
/freebsd-11-stable/sys/powerpc/aim/
H A Daim_machdep.c110 #include <machine/bat.h>
137 struct bat battable[16];
H A Dmmu_oea64.c88 #include <machine/bat.h>
H A Dmmu_oea.c138 #include <machine/bat.h>
/freebsd-11-stable/contrib/apr/
H A Dapr.mak1285 <<tempfile.bat
1296 <<tempfile.bat
1307 <<tempfile.bat
1318 <<tempfile.bat
1333 <<tempfile.bat
1345 <<tempfile.bat
1357 <<tempfile.bat
1369 <<tempfile.bat
H A Dlibapr.mak1483 <<tempfile.bat
1494 <<tempfile.bat
1505 <<tempfile.bat
1516 <<tempfile.bat
1531 <<tempfile.bat
1543 <<tempfile.bat
1555 <<tempfile.bat
1567 <<tempfile.bat
1579 <<tempfile.bat
1591 <<tempfile.bat
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc26 You will need to run vcvars32.bat from Developer Studio, first, to setup^
35 # used as a check to see if vcvars32.bat had been run prior to running
39 # You'll need to run vcvars32.bat contained in the MsDev's vc(98)/bin
44 # 2) To use the Platform SDK (not expressly needed), run setenv.bat after
45 # vcvars32.bat according to the instructions for it. This can also turn on
117 # c:\tcl_src\win\>c:\progra~1\micros~1\vc98\bin\vcvars32.bat
123 # c:\tcl_src\win\>c:\progra~1\micros~1\vc98\bin\vcvars32.bat
125 # c:\tcl_src\win\>c:\progra~1\platfo~1\setenv.bat /pre64 /RETAIL
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmachdep.c110 #include <machine/bat.h>
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak6 # include and lib directories (vsvars32.bat)
/freebsd-11-stable/contrib/tcsh/
H A Dtw.parse.c1003 * Turn foo.{exe,com,bat,cmd} into foo since UWIN's readdir returns
1004 * the file with the .exe, .com, .bat, .cmd extension
1012 static const char *rext[] = { ".exe", ".bat", ".com", ".cmd" };

Completed in 121 milliseconds