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

/freebsd-13-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-13-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot738 # NOTE: $swapsize and $bootsize should be defined by the calling function.
918 ${bootsize}b $disk || return $FAILURE
995 "" 1 freebsd-zfs ${bootsize}b ${disk}s1 ||
1117 local swapsize bootsize
1124 if ! f_expand_number "$ZFSBOOT_BOOT_POOL_SIZE" bootsize; then
1133 f_dprintf "$funcname: ZFSBOOT_BOOT_POOL_SIZE=[%s] bootsize=[%s]" \
1134 "$ZFSBOOT_BOOT_POOL_SIZE" "$bootsize"
1627 f_expand_number "$ZFSBOOT_BOOT_POOL_SIZE" bootsize &&
1632 minsize=$(( $minsize + $bootsize ))
1642 f_dprintf "swapsize=[%s] bootsize[
[all...]
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c380 size_t bootsize, bytes; local
405 bootsize = lseek(bootfd, 0, SEEK_END);
406 boot = malloc(bootsize);
409 while (bytes < bootsize)
410 bytes += read(bootfd, boot + bytes, bootsize - bytes);
417 gctl_ro_param(r, "bootcode", bootsize, boot);
/freebsd-13-stable/lib/geom/part/
H A Dgeom_part.c1206 size_t bootsize, partsize; local
1211 bootsize = 800 * 1024; /* Arbitrary limit. */
1212 bootcode = gpart_bootfile_read(s, &bootsize);
1213 error = gctl_change_param(req, GPART_PARAM_BOOTCODE, bootsize,

Completed in 180 milliseconds