Home
last modified time | relevance | path

Searched refs:rnum (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/x86/isa/
H A Dorm.c64 int rnum; member
102 sc->rnum = 0; in orm_identify()
103 while (sc->rnum < MAX_ROMS && chunk < IOMEM_END) { in orm_identify()
104 bus_set_resource(child, SYS_RES_MEMORY, sc->rnum, chunk, in orm_identify()
106 rid = sc->rnum; in orm_identify()
110 bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum); in orm_identify()
130 bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum); in orm_identify()
136 bus_set_resource(child, SYS_RES_MEMORY, sc->rnum, chunk, in orm_identify()
138 rid = sc->rnum; in orm_identify()
141 bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum); in orm_identify()
[all...]
/freebsd/sys/dev/cfe/
H A Dcfe_resource.c54 int rnum; member
88 sc->rnum = 0; in cferes_identify()
101 bus_set_resource(child, SYS_RES_MEMORY, sc->rnum, addr, len); in cferes_identify()
102 rid = sc->rnum; in cferes_identify()
105 bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum); in cferes_identify()
108 sc->rid[sc->rnum] = rid; in cferes_identify()
109 sc->res[sc->rnum] = res; in cferes_identify()
111 sc->rnum++; in cferes_identify()
112 if (sc->rnum == MAX_CFE_RESERVATIONS) in cferes_identify()
116 if (sc->rnum in cferes_identify()
[all...]
/freebsd/sbin/devfs/
H A Drule.c130 devfs_rnum rnum; in rule_apply() local
136 if (!atonum(av[1], &rnum)) { in rule_apply()
146 rid = mkrid(in_rsnum, rnum); in rule_apply()
207 devfs_rnum rnum; in rule_show() local
213 rnum = eatoi(av[1]); in rule_show()
214 dr.dr_id = mkrid(in_rsnum, rnum - 1); in rule_show()
218 if (rid2rn(dr.dr_id) == rnum) in rule_show()
315 devfs_rnum rnum; in rulespec_intok() local
327 if (!atonum(av[0], &rnum)) in rulespec_intok()
328 rnum = 0; /* auto-number */ in rulespec_intok()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZk.td39 def rnum : RISCVOp<i32>, TImmLeaf<i32, [{return (Imm >= 0 && Imm <= 10);}]> {
72 (ins GPR:$rs1, rnum:$rnum), opcodestr, "$rd, $rs1, $rnum"> {
73 bits<4> rnum;
76 let Inst{23-20} = rnum;
165 def : Pat<(int_riscv_aes64ks1i GPR:$rs1, rnum:$rnum),
166 (AES64KS1I GPR:$rs1, rnum:$rnum)>;
[all...]
/freebsd/contrib/less/
H A Dos.c409 uintmax rnum = r * num; in muldiv()
410 uintmax quot = qnum + rnum / den; in muldiv()
411 uintmax rem = rnum % den; in muldiv()
407 uintmax rnum = r * num; muldiv() local
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c352 uint64_t lnum = 0, rnum = 0; in zfs_sort() local
405 rnum = zfs_prop_get_int(r, psc->sc_prop); in zfs_sort()
417 else if (lnum < rnum) in zfs_sort()
419 else if (lnum > rnum) in zfs_sort()
/freebsd/lib/libc/iconv/
H A Dcitrus_esdb.c257 _citrus_esdb_get_list(char ***rlist, size_t *rnum, bool sorted) in _citrus_esdb_get_list() argument
357 *rnum = num; in _citrus_esdb_get_list()
/freebsd/sys/fs/devfs/
H A Ddevfs_rule.c166 devfs_rnum rnum; in devfs_rules_ioctl() local
270 rnum = rid2rn(dr->dr_id); in devfs_rules_ioctl()
272 if (rid2rn(dk->dk_rule.dr_id) > rnum) in devfs_rules_ioctl()
/freebsd/sys/dev/sound/pci/
H A Demu10k1.c225 int pnum, rnum; member
950 ch = &sc->rch[sc->rnum]; in emurchan_init()
957 ch->num = sc->rnum; in emurchan_init()
958 switch(sc->rnum) { in emurchan_init()
983 sc->rnum++; in emurchan_init()
1838 sc->pnum = sc->rnum = 0; in emu_init()
/freebsd/sbin/natd/
H A Dnatd.c130 static int CheckIpfwRulenum(unsigned int rnum);
2032 CheckIpfwRulenum(unsigned int rnum) in CheckIpfwRulenum() argument
2043 if (rnum >= default_rule) { in CheckIpfwRulenum()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c1884 size_t sz, rnum; in dump_config() local
1914 if ((rnum = hdr->start_rule) > IPFW_DEFAULT_RULE) in dump_config()
1915 rnum = IPFW_DEFAULT_RULE; in dump_config()
1916 da.b = ipfw_find_rule(chain, rnum, 0); in dump_config()
1917 rnum = (hdr->end_rule < IPFW_DEFAULT_RULE) ? in dump_config()
1919 da.e = ipfw_find_rule(chain, rnum, UINT32_MAX) + 1; in dump_config()
/freebsd/sbin/ipfw/
H A Dipfw2.c2961 uint32_t rnum; in ipfw_list() local
2980 rnum = strtoul(*lav++, &endptr, 10); in ipfw_list()
2981 if (sfo.first == 0 || rnum < sfo.first) in ipfw_list()
2982 sfo.first = rnum; in ipfw_list()
2985 rnum = strtoul(endptr + 1, &endptr, 10); in ipfw_list()
2986 if (sfo.last == 0 || rnum > sfo.last) in ipfw_list()
2987 sfo.last = rnum; in ipfw_list()
/freebsd/contrib/tzcode/
H A Dzic.c595 eats(int fnum, lineno num, int rfnum, lineno rnum) in eats() argument
600 rlinenum = rnum; in eats()
/freebsd/contrib/file/magic/Magdir/
H A Ddatabase793 >48 lequad x \b, rnum=%lld
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js6503 rnum = /^-?\d/, variable
6798 if ( !rnumpx.test( ret ) && rnum.test( ret ) ) {