Searched refs:bibp (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/i386/stand/pxeboot/
H A Ddevopen.c55 struct btinfo_bootpath bibp; variable in typeref:struct:btinfo_bootpath
137 strncpy(bibp.bootpath, filename, sizeof(bibp.bootpath));
138 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
/netbsd-current/sys/arch/landisk/stand/boot/
H A Ddevopen.c90 static struct btinfo_bootpath bibp; local
127 strncpy(bibp.bootpath, *file, sizeof(bibp.bootpath));
128 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
/netbsd-current/sys/arch/i386/stand/boot/
H A Ddevopen.c117 struct btinfo_bootpath bibp; variable in typeref:struct:btinfo_bootpath
141 strncpy(bibp.bootpath, *file, sizeof(bibp.bootpath));
142 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
/netbsd-current/sys/arch/i386/stand/dosboot/
H A Ddevopen.c92 struct btinfo_bootpath bibp; variable in typeref:struct:btinfo_bootpath
119 strncpy(bibp.bootpath, *file, sizeof(bibp.bootpath));
120 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
/netbsd-current/sys/arch/i386/stand/efiboot/
H A Ddevopen.c144 struct btinfo_bootpath bibp; variable in typeref:struct:btinfo_bootpath
185 strncpy(bibp.bootpath, *file, sizeof(bibp.bootpath));
186 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
231 strncpy(bibp.bootpath, *file, sizeof(bibp.bootpath));
232 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
304 strncpy(bibp
[all...]
/netbsd-current/sys/arch/x86/x86/
H A Dx86_machdep.c1249 const struct btinfo_bootpath *bibp = lookup_bootinfo(BTINFO_BOOTPATH); local
1250 return bibp ? bibp->bootpath : NULL;
1259 struct btinfo_bootpath *bibp; local
1262 bibp = lookup_bootinfo(BTINFO_BOOTPATH);
1263 if (!bibp)
1267 node.sysctl_data = bibp->bootpath;
1268 node.sysctl_size = sizeof(bibp->bootpath);
/netbsd-current/sys/arch/mips/mips/
H A Dmips_machdep.c1754 struct btinfo_bootpath *bibp; local
1757 bibp = lookup_bootinfo(BTINFO_BOOTPATH);
1758 if(!bibp)
1762 node.sysctl_data = bibp->bootpath;
1763 node.sysctl_size = sizeof(bibp->bootpath);

Completed in 162 milliseconds