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

/freebsd-11-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.c635 int32 bootsize = 0;
908 if (chk_access(realpath, &bootsize) < 0) {
910 if (chk_access(realpath, &bootsize) < 0) {
978 dovend_rfc1048(bp, hp, bootsize);
1243 dovend_rfc1048(bp, hp, bootsize)
1246 int32 bootsize;
1340 if (hp->flags.bootsize) {
1342 bootsize = (hp->flags.bootsize_auto) ?
1343 ((bootsize + 511) / 512) : (hp->bootsize); /* Roun
631 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-11-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot735 # NOTE: $swapsize and $bootsize should be defined by the calling function.
902 ${bootsize}b $disk ||
982 "" 1 freebsd-zfs ${bootsize}b ${disk}s1 ||
1106 local swapsize bootsize
1113 if ! f_expand_number "$ZFSBOOT_BOOT_POOL_SIZE" bootsize; then
1122 f_dprintf "$funcname: ZFSBOOT_BOOT_POOL_SIZE=[%s] bootsize=[%s]" \
1123 "$ZFSBOOT_BOOT_POOL_SIZE" "$bootsize"
1615 f_expand_number "$ZFSBOOT_BOOT_POOL_SIZE" bootsize &&
1620 minsize=$(( $minsize + $bootsize ))
1630 f_dprintf "swapsize=[%s] bootsize[
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c385 size_t bootsize, bytes; local
410 bootsize = lseek(bootfd, 0, SEEK_END);
411 boot = malloc(bootsize);
414 while (bytes < bootsize)
415 bytes += read(bootfd, boot + bytes, bootsize - bytes);
422 gctl_ro_param(r, "bootcode", bootsize, boot);
/freebsd-11-stable/sbin/geom/class/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 139 milliseconds