/src/sys/arch/xen/xen/ |
xen_machdep.c | 522 static char bootspecbuf[sizeof(xcp.xcp_bootdev)]; local in function:xen_bootconf 574 strlcpy(bootspecbuf, xcp.xcp_bootdev, sizeof(bootspecbuf)); 575 bootspec = bootspecbuf;
|
xen_machdep.c | 522 static char bootspecbuf[sizeof(xcp.xcp_bootdev)]; local in function:xen_bootconf 574 strlcpy(bootspecbuf, xcp.xcp_bootdev, sizeof(bootspecbuf)); 575 bootspec = bootspecbuf;
|
xen_machdep.c | 522 static char bootspecbuf[sizeof(xcp.xcp_bootdev)]; local in function:xen_bootconf 574 strlcpy(bootspecbuf, xcp.xcp_bootdev, sizeof(bootspecbuf)); 575 bootspec = bootspecbuf;
|
xen_machdep.c | 522 static char bootspecbuf[sizeof(xcp.xcp_bootdev)]; local in function:xen_bootconf 574 strlcpy(bootspecbuf, xcp.xcp_bootdev, sizeof(bootspecbuf)); 575 bootspec = bootspecbuf;
|
/src/sys/arch/x86/x86/ |
x86_autoconf.c | 341 static char bootspecbuf[sizeof(biv->devname)+1]; local in function:findroot 386 strlcpy(bootspecbuf, biv->devname, sizeof(bootspecbuf)); 387 bootspec = bootspecbuf;
|
x86_autoconf.c | 341 static char bootspecbuf[sizeof(biv->devname)+1]; local in function:findroot 386 strlcpy(bootspecbuf, biv->devname, sizeof(bootspecbuf)); 387 bootspec = bootspecbuf;
|
x86_autoconf.c | 341 static char bootspecbuf[sizeof(biv->devname)+1]; local in function:findroot 386 strlcpy(bootspecbuf, biv->devname, sizeof(bootspecbuf)); 387 bootspec = bootspecbuf;
|
x86_autoconf.c | 341 static char bootspecbuf[sizeof(biv->devname)+1]; local in function:findroot 386 strlcpy(bootspecbuf, biv->devname, sizeof(bootspecbuf)); 387 bootspec = bootspecbuf;
|