sym_set_value      94 arch/i386/stand/installboot/installboot.c static void	sym_set_value(struct sym_data *, char *, u_int32_t);
sym_set_value     427 arch/i386/stand/installboot/installboot.c 	sym_set_value(pbr_symbols, "_fs_bsize_p", (fs->fs_bsize / 16));
sym_set_value     428 arch/i386/stand/installboot/installboot.c 	sym_set_value(pbr_symbols, "_fs_bsize_s", (fs->fs_bsize / 512));
sym_set_value     429 arch/i386/stand/installboot/installboot.c 	sym_set_value(pbr_symbols, "_fsbtodb", fs->fs_fsbtodb);
sym_set_value     430 arch/i386/stand/installboot/installboot.c 	sym_set_value(pbr_symbols, "_p_offset", pl->p_offset);
sym_set_value     431 arch/i386/stand/installboot/installboot.c 	sym_set_value(pbr_symbols, "_inodeblk",
sym_set_value     434 arch/i386/stand/installboot/installboot.c 	sym_set_value(pbr_symbols, "_inodedbl",
sym_set_value     436 arch/i386/stand/installboot/installboot.c 	sym_set_value(pbr_symbols, "_nblocks", ndb);