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

/freebsd-10.2-release/sys/powerpc/include/
H A Dbat.h60 * $NetBSD: bat.h,v 1.2 1999/12/18 01:36:06 thorpej Exp $
61 * $FreeBSD: releng/10.2/sys/powerpc/include/bat.h 263687 2014-03-24 13:48:04Z emaste $
68 struct bat { struct
164 extern struct bat battable[16];
/freebsd-10.2-release/usr.bin/mkimg/
H A Dvhd.c271 uint32_t *bat; local
297 bat = malloc(batsz);
298 if (bat == NULL)
300 memset(bat, 0xff, batsz);
306 be32enc(&bat[entry], sector);
310 if (sparse_write(fd, bat, batsz) < 0) {
311 free(bat);
314 free(bat);
/freebsd-10.2-release/sys/arm/at91/
H A Dat91_smc.h97 uint8_t bat; member in struct:at91_smc_init
/freebsd-10.2-release/sys/powerpc/wii/
H A Dlocore.S28 #include <machine/bat.h>
/freebsd-10.2-release/contrib/apr/
H A Dapr.mak1769 <<tempfile.bat
1780 <<tempfile.bat
1791 <<tempfile.bat
1802 <<tempfile.bat
1813 <<tempfile.bat
1824 <<tempfile.bat
1839 <<tempfile.bat
1851 <<tempfile.bat
1863 <<tempfile.bat
1875 <<tempfile.bat
[all...]
H A Dlibapr.mak1901 <<tempfile.bat
1912 <<tempfile.bat
1923 <<tempfile.bat
1934 <<tempfile.bat
1945 <<tempfile.bat
1956 <<tempfile.bat
1971 <<tempfile.bat
1983 <<tempfile.bat
1995 <<tempfile.bat
2007 <<tempfile.bat
[all...]
/freebsd-10.2-release/sys/powerpc/aim/
H A Dmachdep.c110 #include <machine/bat.h>
166 struct bat battable[16];
H A Dmmu_oea.c136 #include <machine/bat.h>
H A Dmmu_oea64.c144 #include <machine/bat.h>
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dnmake.mak6 # include and lib directories (vsvars32.bat)
/freebsd-10.2-release/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 126 milliseconds