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

/freebsd-12-stable/libexec/bootpd/
H A Dbootpd.h98 bootsize :1, member in struct:flag
187 u_int32 bootsize,
186 u_int32 bootsize, member in struct:host
H A Dbootpd.c640 int32 bootsize = 0;
913 if (chk_access(realpath, &bootsize) < 0) {
915 if (chk_access(realpath, &bootsize) < 0) {
983 dovend_rfc1048(bp, hp, bootsize);
1250 dovend_rfc1048(bp, hp, bootsize)
1253 int32 bootsize;
1347 if (hp->flags.bootsize) {
1349 bootsize = (hp->flags.bootsize_auto) ?
1350 ((bootsize + 511) / 512) : (hp->bootsize); /* Roun
636 int32 bootsize = 0; local
[all...]
H A Dreadfile.c1051 hp->flags.bootsize = TRUE;
1054 hp->bootsize = (unsigned int) get_u_long(symbol);
1055 hp->flags.bootsize = TRUE;
1060 hp->flags.bootsize = FALSE;
1063 hp->flags.bootsize = TRUE;
1490 if (!hp->flags.bootsize) {
1491 if ((hp->flags.bootsize = hp2->flags.bootsize)) {
1493 hp->bootsize = hp2->bootsize;
[all...]
H A Ddumptab.c145 if (hp->flags.bootsize) {
150 fprintf(fp, "%lu:", (u_long)hp->bootsize);
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot738 # NOTE: $swapsize and $bootsize should be defined by the calling function.
921 ${bootsize}b $disk ||
1001 "" 1 freebsd-zfs ${bootsize}b ${disk}s1 ||
1125 local swapsize bootsize
1132 if ! f_expand_number "$ZFSBOOT_BOOT_POOL_SIZE" bootsize; then
1141 f_dprintf "$funcname: ZFSBOOT_BOOT_POOL_SIZE=[%s] bootsize=[%s]" \
1142 "$ZFSBOOT_BOOT_POOL_SIZE" "$bootsize"
1648 f_expand_number "$ZFSBOOT_BOOT_POOL_SIZE" bootsize &&
1653 minsize=$(( $minsize + $bootsize ))
1663 f_dprintf "swapsize=[%s] bootsize[
[all...]
/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c379 size_t bootsize, bytes; local
404 bootsize = lseek(bootfd, 0, SEEK_END);
405 boot = malloc(bootsize);
408 while (bytes < bootsize)
409 bytes += read(bootfd, boot + bytes, bootsize - bytes);
416 gctl_ro_param(r, "bootcode", bootsize, boot);
/freebsd-12-stable/lib/geom/part/
H A Dgeom_part.c1204 size_t bootsize, partsize; local
1209 bootsize = 800 * 1024; /* Arbitrary limit. */
1210 bootcode = gpart_bootfile_read(s, &bootsize);
1211 error = gctl_change_param(req, GPART_PARAM_BOOTCODE, bootsize,

Completed in 204 milliseconds