Searched refs:bibp (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/arch/i386/stand/pxeboot/ |
| D | devopen.c | 55 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/ |
| D | devopen.c | 92 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/ |
| D | devopen.c | 117 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/ |
| D | devopen.c | 90 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/ |
| D | x86_machdep.c | 1249 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/ |
| D | mips_machdep.c | 1756 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()
|