| /titanic_53/usr/src/boot/sys/boot/i386/loader/ |
| H A D | conf.c | 98 extern struct file_format i386_elf; 99 extern struct file_format i386_elf_obj; 100 extern struct file_format amd64_elf; 101 extern struct file_format amd64_elf_obj; 102 extern struct file_format multiboot; 103 extern struct file_format multiboot_obj; 104 extern struct file_format multiboot2; 105 extern struct file_format linux; 106 extern struct file_format linux_initrd; 108 struct file_format *file_formats[] = {
|
| /titanic_53/usr/src/cmd/ast/libshell/common/scripts/ |
| H A D | crawlsrccomments.sh | 502 file_format="c_source" 506 file_format="imakefile" 510 file_format="makefile" 519 file_format="troff" 523 file_format="html" 527 file_format="sgml" 531 file_format="shell" 535 file_format="perl" 543 file_format="troff" 547 file_format="html" [all …]
|
| /titanic_53/usr/src/boot/sys/boot/userboot/userboot/ |
| H A D | conf.c | 81 extern struct file_format i386_elf; 82 extern struct file_format i386_elf_obj; 83 extern struct file_format amd64_elf; 84 extern struct file_format amd64_elf_obj; 86 struct file_format *file_formats[] = {
|
| H A D | elf32_freebsd.c | 45 struct file_format i386_elf = { elf32_loadfile, elf32_exec }; 46 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
|
| H A D | elf64_freebsd.c | 45 struct file_format amd64_elf = { elf64_loadfile, elf64_exec }; 46 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
|
| /titanic_53/usr/src/boot/sys/boot/ofw/libofw/ |
| H A D | libofw.h | 65 struct file_format; 70 extern struct file_format ofw_elf; 72 extern struct file_format ofw_elf64;
|
| H A D | ppc64_elf_freebsd.c | 106 struct file_format ofw_elf64 =
|
| H A D | elf_freebsd.c | 100 struct file_format ofw_elf =
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
| H A D | elf32_freebsd.c | 48 struct file_format i386_elf = { elf32_loadfile, elf32_exec }; 49 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec }; 51 struct file_format *file_formats[] = {
|
| /titanic_53/usr/src/lib/libsqlite/src/ |
| H A D | main.c | 280 db->file_format = meta[2]; in sqliteInitOne() 297 if( db->file_format==0 ){ in sqliteInitOne() 299 db->file_format = 4; in sqliteInitOne() 300 }else if( db->file_format>4 ){ in sqliteInitOne() 305 }else if( iDb!=1 && (db->file_format!=meta[2] || db->file_format<4) ){ in sqliteInitOne() 306 assert( db->file_format>=4 ); in sqliteInitOne() 340 if( db->file_format>=2 ){ in sqliteInitOne() 419 if( rc==SQLITE_OK && db->file_format<3 ){ in sqliteInit() 427 db->file_format = 3; in sqliteInit() 721 if( db->file_format<3 ){ in sqlite_compile()
|
| H A D | attach.c | 40 if( db->file_format<4 ){ in sqliteAttach()
|
| H A D | delete.c | 393 if( db->file_format>=4 ) sqliteAddIdxKeyType(v, pIdx); in sqliteGenerateRowIndexDelete()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/ |
| H A D | conf.c | 95 extern struct file_format multiboot2; 98 struct file_format *file_formats[] = {
|
| /titanic_53/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | elf32_freebsd.c | 45 struct file_format i386_elf = { elf32_loadfile, elf32_exec }; 46 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
|
| H A D | elf64_freebsd.c | 46 struct file_format amd64_elf = { elf64_loadfile, elf64_exec }; 47 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
|
| H A D | linux.c | 38 struct file_format linux = { linux_loadkernel, linux_exec }; 39 struct file_format linux_initrd = { linux_loadinitrd, linux_execinitrd };
|
| H A D | multiboot.c | 78 struct file_format multiboot = { multiboot_loadfile, multiboot_exec }; 79 struct file_format multiboot_obj =
|
| /titanic_53/usr/src/boot/sys/boot/uboot/lib/ |
| H A D | libuboot.h | 70 struct file_format; 72 extern struct file_format uboot_elf;
|
| H A D | elf_freebsd.c | 97 struct file_format uboot_elf = {
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/arm/ |
| H A D | exec.c | 94 static struct file_format arm_elf = { 99 struct file_format *file_formats[] = {
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/amd64/ |
| H A D | elf64_freebsd.c | 60 static struct file_format amd64_elf = { elf64_loadfile, elf64_exec }; 61 static struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec }; 63 struct file_format *file_formats[] = {
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/arm64/ |
| H A D | exec.c | 59 static struct file_format arm64_elf = { 64 struct file_format *file_formats[] = {
|
| /titanic_53/usr/src/boot/sys/boot/arm/uboot/ |
| H A D | conf.c | 84 struct file_format *file_formats[] = {
|
| /titanic_53/usr/src/lib/libsqlite/test/ |
| H A D | version.test | 50 # Increase the file_format number by one. Verify that the 62 # Decrease the file_format number by one. Verify that the 76 # Set the file_format number to 2. This should cause the automatic
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | bootstrap.h | 209 struct file_format struct 217 extern struct file_format *file_formats[]; /* supplied by consumer */ argument
|