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

/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.c635 int32 bootsize = 0;
904 if (chk_access(realpath, &bootsize) < 0) {
906 if (chk_access(realpath, &bootsize) < 0) {
974 dovend_rfc1048(bp, hp, bootsize);
1239 dovend_rfc1048(bp, hp, bootsize)
1242 int32 bootsize;
1336 if (hp->flags.bootsize) {
1338 bootsize = (hp->flags.bootsize_auto) ?
1339 ((bootsize + 511) / 512) : (hp->bootsize); /* Roun
631 int32 bootsize = 0; local
[all...]
H A Dbootpd.h98 bootsize :1, member in struct:flag
187 u_int32 bootsize,
186 u_int32 bootsize, member in struct:host
H A Ddumptab.c145 if (hp->flags.bootsize) {
150 fprintf(fp, "%lu:", (u_long)hp->bootsize);
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...]
/freebsd-9.3-release/sbin/geom/class/part/
H A Dgeom_part.c1170 size_t bootsize, partsize; local
1175 bootsize = 800 * 1024; /* Arbitrary limit. */
1176 bootcode = gpart_bootfile_read(s, &bootsize);
1177 error = gctl_change_param(req, GPART_PARAM_BOOTCODE, bootsize,
1183 bootsize = 0;
1214 partsize = vtoc8 != 0 ? VTOC_BOOTSIZE : bootsize * 1024;
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c285 size_t bootsize, bytes; local
310 bootsize = lseek(bootfd, 0, SEEK_END);
311 boot = malloc(bootsize);
314 while (bytes < bootsize)
315 bytes += read(bootfd, boot + bytes, bootsize - bytes);
322 gctl_ro_param(r, "bootcode", bootsize, boot);
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot661 # NOTE: $swapsize and $bootsize should be defined by the calling function.
761 freebsd-zfs ${bootsize}b $disk ||
838 1 freebsd-zfs ${bootsize}b ${disk}s1 ||
933 local swapsize bootsize
940 if ! f_expand_number "$ZFSBOOT_BOOT_POOL_SIZE" bootsize; then
949 f_dprintf "$funcname: ZFSBOOT_BOOT_POOL_SIZE=[%s] bootsize=[%s]" \
950 "$ZFSBOOT_BOOT_POOL_SIZE" "$bootsize"
1351 f_expand_number "$ZFSBOOT_BOOT_POOL_SIZE" bootsize
1355 minsize=$(( $minsize + $bootsize ))
1366 f_dprintf "swapsize=[%s] bootsize[
[all...]

Completed in 195 milliseconds