| /src/distrib/amd64/instkernel/ |
| Makefile | 1 # $NetBSD: Makefile,v 1.4 2011/01/18 00:22:56 jym Exp $ 22 MDSET_NOSTRIP.netbsd-GENERIC= 23 MDSET_NOIMAGE.netbsd-GENERIC= 25 MDSET_NOSTRIP.netbsd-INSTALL_XEN3_DOMU= 26 MDSET_NOSYMBOLS.netbsd-INSTALL_XEN3_DOMU=
|
| /src/distrib/i386/instkernel/ |
| Makefile | 1 # $NetBSD: Makefile,v 1.13 2011/02/10 00:43:20 jym Exp $ 28 # MDSETTARGETS+= INSTALL_TINY ${RESCUE_T} netbsd-RESCUE_TINY 32 MDSET_NOSTRIP.netbsd-GENERIC= 33 MDSET_NOIMAGE.netbsd-GENERIC= 35 MDSET_NOSTRIP.netbsd-INSTALL_XEN3_DOMU= 36 MDSET_NOSTRIP.netbsd-INSTALL_XEN3PAE_DOMU= 40 MDSET_NOSYMBOLS.netbsd-INSTALL_XEN3_DOMU= 41 MDSET_NOSYMBOLS.netbsd-INSTALL_XEN3PAE_DOMU=
|
| /src/distrib/ofppc/instkernel/ |
| Makefile | 1 # $NetBSD: Makefile,v 1.3 2008/02/05 19:05:40 garbled Exp $ 20 MDSET_NOSTRIP.netbsd-INSTALL= 21 MDSET_NOSYMBOLS.netbsd-INSTALL=
|
| /src/share/misc/ |
| NetBSD.el | 1 ;; $NetBSD: NetBSD.el,v 1.6 2009/02/16 21:37:12 uwe Exp $ 3 (defconst netbsd-knf-style 60 "NetBSD KNF Style") 64 (defcustom netbsd-knf-whitespace-check nil 65 "Enable NetBSD KNF whitespace cleanup when saving the buffer. 80 :group 'netbsd-knf) 82 (defun netbsd-knf-whitespace-cleanup () 95 (defun netbsd-knf-write-contents-hook () 96 (if (and (string-equal c-indentation-style "netbsd knf" [all...] |
| /src/distrib/cats/instkernel/ |
| Makefile | 1 # $NetBSD: Makefile,v 1.22 2019/01/02 17:32:25 christos Exp $ 9 MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL.aout \ 15 MDSET_POST.netbsd-INSTALL.aout= \
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| NetBSD.h | 1 //===--- NetBSD.h - NetBSD ToolChain Implementations ------------*- C++ -*-===// 20 /// netbsd -- Directly call GNU Binutils assembler and linker 21 namespace netbsd { namespace in namespace:clang::driver::tools 24 Assembler(const ToolChain &TC) : Tool("netbsd::Assembler", "assembler", TC) {} 36 Linker(const ToolChain &TC) : Tool("netbsd::Linker", "linker", TC) {} 46 } // end namespace netbsd 51 class LLVM_LIBRARY_VISIBILITY NetBSD : public Generic_ELF { 53 NetBSD(const Driver &D, const llvm::Triple &Triple,
|
| /src/distrib/mipsco/instkernel/ |
| Makefile | 1 # $NetBSD: Makefile,v 1.18 2019/01/01 19:09:12 christos Exp $ 14 IMAGEDEPENDS= netbsd-INSTALL.gz ${DESTDIR}/usr/mdec/boot ${PRIMARYBOOT} 24 MDSETTARGETS= RAMDISK ${RAMDISK} netbsd-INSTALL 27 MDSET_SUFFIXES.netbsd-INSTALL= ecoff create-ecoff
|
| /src/sys/arch/epoc32/stand/e32boot/exe/ |
| netbsd.cpp | 1 /* $NetBSD: netbsd.cpp,v 1.2 2013/06/20 13:36:48 kiyohara Exp $ */ 33 #include "netbsd.h" 36 NetBSD * 37 NetBSD::New(const TDesC &aFilename) 39 NetBSD *netbsd = NULL; local 58 netbsd = new (ELeave) ELF(size); 64 TPtr fileBuf(netbsd->Buffer, size); 73 netbsd->LoadDescriptor 82 NetBSD *netbsd = New(aFilename); local [all...] |
| e32boot.cpp | 1 /* $NetBSD: e32boot.cpp,v 1.3 2013/06/20 15:30:00 kiyohara Exp $ */ 36 #include "netbsd.h" 40 LOCAL_C NetBSD *LoadNetBSDL(void); 124 NetBSD *netbsd = NULL; local 166 TRAP(err, netbsd = LoadNetBSDL()); 169 else if (netbsd == NULL) 175 m = (*netbsd->GetArgs()).Length(); 177 Mem::Copy(bootargs->bootargs, &(*netbsd->GetArgs())[0], 181 netbsd->ParseHeader() 233 NetBSD *netbsd = NULL; local [all...] |
| /src/sys/arch/mmeye/stand/bootelf/ |
| boot.c | 1 /* $NetBSD: boot.c,v 1.6 2009/03/14 21:04:13 dsl Exp $ */ 47 char *netbsd = "/netbsd"; variable 61 netbsd = argv[1]; 63 DPRINTF("loading %s...\n", netbsd); 67 fd = loadfile(netbsd, marks, COUNT_ALL); 86 fd = loadfile(netbsd, marks, LOAD_ALL);
|
| /src/distrib/sparc/bootfs/ |
| Makefile | 1 # $NetBSD: Makefile,v 1.40 2012/03/14 13:26:43 martin Exp $ 21 IMAGEDEPENDS= netbsd.ram.gz ${DESTDIR}/usr/mdec/boot ${PRIMARYBOOT} 32 MDSETTARGETS= INSTALL ${RAMDISK} netbsd.ram 34 MDSET_SUFFIXES.netbsd.ram= aout create-aout 45 CLEANFILES+= netbsd.ram.aout.raw
|
| /src/sys/arch/epoc32/stand/e32boot/ldd/ |
| e32boot.cpp | 1 /* $NetBSD: e32boot.cpp,v 1.1 2013/04/28 12:11:27 kiyohara Exp $ */ 36 #include "netbsd.h" 60 TInt BootNetBSD(NetBSD *, struct btinfo_common *); 150 NetBSD *netbsd = (NetBSD *)a1; local 153 BootNetBSD(netbsd, bootinfo); 167 E32BootChannel::BootNetBSD(NetBSD *netbsd, struct btinfo_common *bootinfo) 193 " :: "r"(netbsd), "r"(bootinfo)) [all...] |
| /src/sys/arch/news68k/stand/boot/ |
| boot.c | 1 /* $NetBSD: boot.c,v 1.20 2014/03/28 15:02:34 christos Exp $ */ 68 char *kernels[] = { "/netbsd", "/netbsd.gz", NULL }; 82 char *netbsd = (char *)d5; local 88 printf("%s Secondary Boot, Revision %s (from NetBSD %s)\n", 92 if (netbsd == NULL || strcmp(netbsd, "boot") == 0 || 93 strcmp(netbsd, "/boot") == 0) 94 netbsd = ""; 98 DPRINTF("bootname = %s\n", netbsd); [all...] |
| /src/sys/arch/mmeye/stand/bootcoff/ |
| osloader.c | 42 char *netbsd = "/netbsd"; variable 105 fp = fopen(netbsd, "r");
|
| /src/sys/arch/newsmips/stand/boot/ |
| boot.c | 1 /* $NetBSD: boot.c,v 1.21 2018/10/14 00:10:11 tsutsui Exp $ */ 51 char *kernels[] = { "/netbsd", "/netbsd.gz", NULL }; 64 char *netbsd = ""; local 105 if (argv[i][0] != '-' && *netbsd == 0) 106 netbsd = argv[i]; 113 DPRINTF("bootname = %s\n", netbsd); 132 netbsd = bootname; 137 DPRINTF("bootname = %s\n", netbsd); 154 printf("Booting %s%s\n", devname, netbsd); [all...] |
| /src/external/bsd/pkg_install/dist/lib/ |
| dewey.c | 1 /* $NetBSD: dewey.c,v 1.6 2024/06/11 09:26:57 wiz Exp $ */ 62 int netbsd; /* any "nb" suffix */ member in struct:arr_t 120 * 'nb' encodes as 'netbsd version', which is used after all other tests 159 ap->netbsd = n; 183 ap->netbsd = 0; 236 return result(lhs->netbsd - rhs->netbsd, tst);
|
| /src/tests/dev/audio/ |
| audiotest.c | 1 /* $NetBSD: audiotest.c,v 1.33 2025/06/27 19:52:03 andvar Exp $ */ 29 __RCSID("$NetBSD: audiotest.c,v 1.33 2025/06/27 19:52:03 andvar Exp $"); 166 int netbsd; variable 650 netbsd = rel / 100000000; 652 netbsd = 9; 1291 if (netbsd >= 9) { 1330 if (netbsd < 8) { 1570 if (netbsd < 9 && strcmp(devname, "sound") == 0) { 1613 if (netbsd < 8) { 1658 if (netbsd < 9 && strcmp(devname, "sound") == 0) [all...] |