Symbol: sym_set_value
usr.sbin/installboot/i386_installboot.c
894
sym_set_value(pbr_symbols, "_fs_bsize_p", (fs->fs_bsize / 16));
usr.sbin/installboot/i386_installboot.c
895
sym_set_value(pbr_symbols, "_fs_bsize_s", (fs->fs_bsize /
usr.sbin/installboot/i386_installboot.c
907
sym_set_value(pbr_symbols, "_fsbtodb",
usr.sbin/installboot/i386_installboot.c
910
sym_set_value(pbr_symbols, "_p_offset", pp->p_offset);
usr.sbin/installboot/i386_installboot.c
911
sym_set_value(pbr_symbols, "_inodeblk",
usr.sbin/installboot/i386_installboot.c
913
sym_set_value(pbr_symbols, "_inodedbl",
usr.sbin/installboot/i386_installboot.c
915
sym_set_value(pbr_symbols, "_nblocks", ndb);
usr.sbin/installboot/i386_installboot.c
916
sym_set_value(pbr_symbols, "_blkincr", incr);
usr.sbin/installboot/i386_installboot.h
55
void sym_set_value(struct sym_data *, char *, u_int32_t);
usr.sbin/installboot/i386_softraid.c
168
sym_set_value(pbr_symbols, "_fs_bsize_p", (bsize / 16));
usr.sbin/installboot/i386_softraid.c
169
sym_set_value(pbr_symbols, "_fs_bsize_s", (bsize / 512));
usr.sbin/installboot/i386_softraid.c
170
sym_set_value(pbr_symbols, "_fsbtodb", bshift);
usr.sbin/installboot/i386_softraid.c
171
sym_set_value(pbr_symbols, "_inodeblk", inodeblk);
usr.sbin/installboot/i386_softraid.c
172
sym_set_value(pbr_symbols, "_inodedbl", inodedbl);
usr.sbin/installboot/i386_softraid.c
173
sym_set_value(pbr_symbols, "_nblocks", nblocks);
usr.sbin/installboot/i386_softraid.c
174
sym_set_value(pbr_symbols, "_blkincr", 0);
usr.sbin/installboot/i386_softraid.c
81
sym_set_value(pbr_symbols, "_p_offset", poffset);