/src/sys/arch/landisk/stand/bootxx/ |
boot1.c | 1 /* $NetBSD: boot1.c,v 1.2 2008/04/28 20:23:26 martin Exp $ */ 33 __RCSID("$NetBSD: boot1.c,v 1.2 2008/04/28 20:23:26 martin Exp $"); 50 const char *boot1(uint32_t *); 57 boot1(uint32_t *sector) function in typeref:typename:const char *
|
boot1.c | 1 /* $NetBSD: boot1.c,v 1.2 2008/04/28 20:23:26 martin Exp $ */ 33 __RCSID("$NetBSD: boot1.c,v 1.2 2008/04/28 20:23:26 martin Exp $"); 50 const char *boot1(uint32_t *); 57 boot1(uint32_t *sector) function in typeref:typename:const char *
|
/src/sys/arch/i386/stand/bootxx/ |
boot1.c | 1 /* $NetBSD: boot1.c,v 1.22 2023/06/29 14:18:58 manu Exp $ */ 33 __RCSID("$NetBSD: boot1.c,v 1.22 2023/06/29 14:18:58 manu Exp $"); 53 const char *boot1(uint32_t, uint64_t *); 68 boot1(uint32_t biosdev, uint64_t *sector) function in typeref:typename:const char *
|
boot1.c | 1 /* $NetBSD: boot1.c,v 1.22 2023/06/29 14:18:58 manu Exp $ */ 33 __RCSID("$NetBSD: boot1.c,v 1.22 2023/06/29 14:18:58 manu Exp $"); 53 const char *boot1(uint32_t, uint64_t *); 68 boot1(uint32_t biosdev, uint64_t *sector) function in typeref:typename:const char *
|
/src/sys/arch/hp300/stand/common/ |
srt0.S | 268 jra boot1 279 jra boot1 282 boot1: label
|
srt0.S | 268 jra boot1 279 jra boot1 282 boot1: label
|