/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
multc3.c | 26 long double bc = b * c; local in function:__multc3 29 __imag__ z = ad + bc; 51 crt_isinf(ad) || crt_isinf(bc))) {
|
/src/sys/arch/algor/dev/ |
bonito_mainbus.c | 80 struct bonito_config *bc; local in function:bonito_mainbus_attach 87 bc = &p6032_configuration.ac_bonito; 90 bc = NULL; 92 sc->sc_bonito = bc;
|
/src/tests/include/sys/ |
t_types.c | 85 blkcnt_t bc; local in function:ATF_TC_BODY 95 bc = 0; 101 ATF_CHECK((bc - 1) <= 0);
|
/src/sys/arch/mips/bonito/ |
bonito_pci.c | 69 bonito_pci_init(pci_chipset_tag_t pc, const struct bonito_config *bc) 72 pc->pc_conf_v = __UNCONST(bc); 73 if (bc->bc_attach_hook != NULL) 74 pc->pc_attach_hook = bc->bc_attach_hook; 117 bonito_conf_addr(struct bonito_config *bc, pcitag_t tag, int offset, 125 bonito_decompose_tag(bc, tag, &b, &d, &f); 128 if (d > (31 - bc->bc_adbase)) 130 *cfgoff = (1UL << (d + bc->bc_adbase)) | (f << 8) | offset; 143 struct bonito_config *bc = v; local in function:bonito_conf_read 148 if (bonito_conf_addr(bc, tag, offset, &cfgoff, &pcimap_cfg) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/ |
multc3.c | 26 long double bc = __gcc_qmul(b,c); local in function:__multc3 29 DD imag = { .ld = __gcc_qadd(ad,bc) }; 63 DD bcDD = { .ld = bc };
|
/src/usr.sbin/wsmoused/ |
config.c | 225 int bc; local in function:config_get_mode 234 for (bc = 0; bc < b->b_child_count; bc++) 235 if (strcmp(b->b_child[bc]->b_name, modename) == 0) 236 return b->b_child[bc];
|
/src/sys/lib/libsa/ |
bootcfg.c | 103 char *bc, *c; local in function:perform_bootcfg 135 bc = alloc((size_t)st.st_size + 1); 136 if (bc == NULL) { 154 len = read(fd, bc + off, uimin(1024, resid)); 160 bc[off] = '\0'; 164 /* bc is now assumed to contain the whole boot.cfg file (see above) */ 168 for (c = bc; *c; c = next) {
|
/src/sys/arch/algor/algor/ |
machdep.c | 303 struct bonito_config *bc = &acp->ac_bonito; local in function:mach_init 308 bc->bc_adbase = 11; 311 bonito_pci_init(&acp->ac_pc, bc);
|
algor_p6032_intr.c | 192 struct bonito_config *bc = &acp->ac_bonito; local in function:algor_p6032_intr_init 208 bc->bc_gpioIE |= irqmap->gpioiebit; 210 bc->bc_intPol |= irqmap->intbit; 212 bc->bc_intEdge |= irqmap->intbit; 214 bc->bc_intSteer |= irqmap->intbit; 219 REGVAL(BONITO_GPIOIE) = bc->bc_gpioIE; 220 REGVAL(BONITO_INTEDGE) = bc->bc_intEdge; 221 REGVAL(BONITO_INTSTEER) = bc->bc_intSteer; 222 REGVAL(BONITO_INTPOL) = bc->bc_intPol;
|
/src/sbin/fsck_lfs/ |
setup.c | 236 int bc; local in function:setup 273 bc = howmany(lfs_ss_getninos(fs, sp), LFS_INOPB(fs)) << 277 bc += lfs_fi_getlastlength(fs, fp) + ((lfs_fi_getnblocks(fs, fp) - 1) 282 tdaddr += lfs_btofsb(fs, bc) + 1;
|
pass6.c | 554 int i, j, bc, hassuper; local in function:pass6 780 bc = check_summary(fs, sp, daddr, debug, devvp, NULL); 781 if (bc == 0) { 793 daddr += lfs_btofsb(fs, lfs_sb_getsumsize(fs) + bc); 855 bc = check_summary(fs, sp, daddr, debug, devvp, pass6harvest); 856 if (bc == 0) { 863 daddr += lfs_btofsb(fs, lfs_sb_getsumsize(fs) + bc); 864 lfs_sb_subavail(fs, lfs_btofsb(fs, lfs_sb_getsumsize(fs) + bc));
|
lfs.c | 595 int i, bc, hitclean; local in function:try_verify 600 bc = 0; 664 bc = check_summary(osb, sp, daddr, debug, devvp, NULL); 665 if (bc == 0) { 672 assert (bc > 0); 674 daddr += lfs_btofsb(osb, lfs_sb_getsumsize(osb) + bc); 769 int bc; /* Bytes in partial segment */ local in function:check_summary 782 bc = nblocks << (lfs_sb_getversion(fs) > 1 ? lfs_sb_getffshift(fs) : lfs_sb_getbshift(fs)); 783 assert(bc >= 0); 788 bc += lfs_fi_getlastlength(fs, fp) + ((lfs_fi_getnblocks(fs, fp) - 1 [all...] |
/src/sys/arch/evbmips/loongson/ |
loongson_intr.c | 101 const struct bonito_config * const bc = sys_platform->bonito_config; local in function:evbmips_intr_init 117 REGVAL(BONITO_GPIOIE) = bc->bc_gpioIE; 118 REGVAL(BONITO_INTEDGE) = bc->bc_intEdge; 119 /* REGVAL(BONITO_INTSTEER) = bc->bc_intSteer; XXX */ 120 REGVAL(BONITO_INTPOL) = bc->bc_intPol; 239 const struct bonito_config *bc = v; local in function:loongson_pci_intr_string 240 return loongson_intr_string(bc, ih, buf, len); 334 loongson_intr_string(const struct bonito_config *bc, int irq, char *buf, size_t len)
|
/src/sys/arch/zaurus/stand/zboot/ |
diskprobe.c | 149 char *bc, *top, *next, *p, *q; local in function:getpartitions 161 bc = alloc(sb.lst_size + 1); 162 if (bc == NULL) { 170 len = uread(fd, bc + off, 1024); 175 bc[off] = '\0'; 179 /* bc now contains the whole /proc/partitions */ 180 for (p = bc; *p != '\0'; p = next) { 256 dealloc(bc, 0);
|
/src/sys/arch/evbmips/gdium/ |
gdium_intr.c | 179 struct bonito_config *bc = &gc->gc_bonito; local in function:evbmips_intr_init 201 bc->bc_gpioIE |= intbit; 203 bc->bc_intPol |= intbit; 205 bc->bc_intEdge |= intbit; 207 bc->bc_intSteer |= intbit; 212 REGVAL(BONITO_GPIOIE) = bc->bc_gpioIE; 213 REGVAL(BONITO_INTEDGE) = bc->bc_intEdge; 214 REGVAL(BONITO_INTSTEER) = bc->bc_intSteer; 215 REGVAL(BONITO_INTPOL) = bc->bc_intPol;
|
/src/sys/arch/vax/mba/ |
hp.c | 362 int er1, er2, bc; local in function:hpfinish 377 bc = bus_space_read_4(md->md_mba->sc_iot, 379 byte = ~(bc >> 16);
|
/src/usr.bin/rsh/ |
rsh.c | 324 char *bc = buf; local in function:checkfd 326 if ((nw = write(outfd, bc, nr)) <= 0) 329 bc += nw;
|
/src/sys/arch/evbarm/fdt/ |
fdt_machdep.c | 172 BootConfig *bc = arg; local in function:fdt_add_dram_blocks 175 bc->dram[bc->dramblocks].address = m->start; 176 bc->dram[bc->dramblocks].pages = 178 bc->dramblocks++; 230 BootConfig *bc = &bootconfig; local in function:fdt_build_bootconfig 250 bc->dramblocks = 0; 251 fdt_memory_foreach(fdt_add_dram_blocks, bc);
|
/src/sys/ufs/lfs/ |
lfs_inode.c | 229 size_t bc; local in function:lfs_truncate 349 bc = 0; 485 &lastseg, &bc); 496 &lastseg, &bc); 523 lfs_blkfree(fs, oip, bn, obsize, &lastseg, &bc); 567 lfs_update_seguse(fs, oip, lastseg, bc);
|
/src/sys/arch/atari/dev/ |
ite_cc.c | 748 u_long bc, cbc; local in function:scrollbmap 753 bc = count >> 4; 756 while (bc--) { 787 u_long bc, cbc; local in function:scrollbmap 789 bc = count >> 4; 792 while (bc--) {
|
/src/sbin/bioctl/ |
bioctl.c | 691 struct bioc_volops bc; local in function:bio_volops_create 724 memset(&bc, 0, sizeof(bc)); 727 bc.bc_cookie = bd.bd_cookie = bi.bi_cookie = bl.bl_cookie; 728 bc.bc_opcode = BIOC_VCREATE_VOLUME; 730 bc.bc_volid = (unsigned int)strtoul(argv[1], &endptr, 10); 739 bc.bc_stripe = (unsigned int)strtoul(stripe, &endptr, 10); 743 bc.bc_level = (unsigned int)strtoul(raid_level, &endptr, 10); 763 bc.bc_devmask |= (1 << i); 798 switch (bc.bc_level) 899 struct bioc_volops bc; local in function:bio_volops_remove [all...] |
/src/lib/libc/nameser/ |
ns_name.c | 761 int ac, bc; local in function:ns_name_eq 763 while (ac = *a, bc = *b, ac != 0 && bc != 0) { 764 if ((ac & NS_CMPRSFLGS) != 0 || (bc & NS_CMPRSFLGS) != 0) { 768 if (a + ac >= ae || b + bc >= be) { 772 if (ac != bc || strncasecmp((const char *) ++a, 776 a += ac, b += bc; 778 return (ac == 0 && bc == 0);
|
/src/sys/net/npf/ |
npf_ctl.c | 357 void *bc; local in function:npf_mk_singlerule 376 bc = kmem_alloc(clen, KM_SLEEP); 377 memcpy(bc, code, clen); // XXX: use nvlist_take 378 npf_rule_setcode(rl, type, bc, clen);
|
/src/sys/arch/amiga/dev/ |
ite_cc.c | 838 u_long bc, cbc; local in function:scrollbmap 843 bc = count >> 4; 846 while (bc--) { 884 u_long bc, cbc; local in function:scrollbmap 886 bc = count >> 4; 889 while (bc--) {
|
/src/sys/dev/acpi/ |
qcomspmi.c | 279 int bc = len - 1; local in function:qcspmi_cmd_read 297 SPMI_COMMAND_LEN(bc)); 347 int bc = len - 1; local in function:qcspmi_cmd_write 382 SPMI_COMMAND_LEN(bc));
|