Home
last modified time | relevance | path

Searched refs:bibp (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/i386/stand/pxeboot/
Ddevopen.c55 struct btinfo_bootpath bibp; variable
137 strncpy(bibp.bootpath, filename, sizeof(bibp.bootpath)); in devopen()
138 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp)); in devopen()
/netbsd/src/sys/arch/i386/stand/dosboot/
Ddevopen.c92 struct btinfo_bootpath bibp; variable
119 strncpy(bibp.bootpath, *file, sizeof(bibp.bootpath)); in devopen()
120 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp)); in devopen()
/netbsd/src/sys/arch/i386/stand/boot/
Ddevopen.c117 struct btinfo_bootpath bibp; variable
141 strncpy(bibp.bootpath, *file, sizeof(bibp.bootpath)); in devopen()
142 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp)); in devopen()
/netbsd/src/sys/arch/landisk/stand/boot/
Ddevopen.c90 static struct btinfo_bootpath bibp; in devopen() local
127 strncpy(bibp.bootpath, *file, sizeof(bibp.bootpath)); in devopen()
128 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp)); in devopen()
/netbsd/src/sys/arch/x86/x86/
Dx86_machdep.c1249 const struct btinfo_bootpath *bibp = lookup_bootinfo(BTINFO_BOOTPATH); in get_booted_kernel() local
1250 return bibp ? bibp->bootpath : NULL; in get_booted_kernel()
1259 struct btinfo_bootpath *bibp; in sysctl_machdep_booted_kernel() local
1262 bibp = lookup_bootinfo(BTINFO_BOOTPATH); in sysctl_machdep_booted_kernel()
1263 if (!bibp) in sysctl_machdep_booted_kernel()
1267 node.sysctl_data = bibp->bootpath; in sysctl_machdep_booted_kernel()
1268 node.sysctl_size = sizeof(bibp->bootpath); in sysctl_machdep_booted_kernel()
/netbsd/src/sys/arch/mips/mips/
Dmips_machdep.c1756 struct btinfo_bootpath *bibp; in sysctl_machdep_booted_kernel() local
1759 bibp = lookup_bootinfo(BTINFO_BOOTPATH); in sysctl_machdep_booted_kernel()
1760 if(!bibp) in sysctl_machdep_booted_kernel()
1764 node.sysctl_data = bibp->bootpath; in sysctl_machdep_booted_kernel()
1765 node.sysctl_size = sizeof(bibp->bootpath); in sysctl_machdep_booted_kernel()