Searched refs:rnum (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/x86/isa/
H A Dorm.c64 int rnum; member in struct:orm_softc
102 sc->rnum = 0;
103 while (sc->rnum < MAX_ROMS && chunk < IOMEM_END) {
104 bus_set_resource(child, SYS_RES_MEMORY, sc->rnum, chunk,
106 rid = sc->rnum;
110 bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum);
130 bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum);
136 bus_set_resource(child, SYS_RES_MEMORY, sc->rnum, chunk,
138 rid = sc->rnum;
141 bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum);
[all...]
/freebsd-11-stable/sys/dev/cfe/
H A Dcfe_resource.c55 int rnum; member in struct:cferes_softc
89 sc->rnum = 0;
102 bus_set_resource(child, SYS_RES_MEMORY, sc->rnum, addr, len);
103 rid = sc->rnum;
106 bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum);
109 sc->rid[sc->rnum] = rid;
110 sc->res[sc->rnum] = res;
112 sc->rnum++;
113 if (sc->rnum == MAX_CFE_RESERVATIONS)
117 if (sc->rnum
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Denc_read.c104 long num = 0, rnum;
174 rnum = (num < 8) ? 8 : ((num + 7) / 8 * 8);
177 while (net_num < rnum) {
179 i = read(fd, (void *)&(net[net_num]), rnum - net_num);
181 i = _read(fd, (void *)&(net[net_num]), rnum - net_num);
209 * >output is a multiple of 8 byes, if len < rnum
214 if (len < rnum) {
H A Denc_writ.c91 long rnum;
141 rnum = 8;
144 rnum = ((len + 7) / 8 * 8); /* round up to nearest eight */
155 outnum = rnum + HDRSIZE;
/freebsd-11-stable/sbin/devfs/
H A Drule.c133 devfs_rnum rnum; local
139 if (!atonum(av[1], &rnum)) {
149 rid = mkrid(in_rsnum, rnum);
210 devfs_rnum rnum; local
216 rnum = eatoi(av[1]);
217 dr.dr_id = mkrid(in_rsnum, rnum - 1);
221 if (rid2rn(dr.dr_id) == rnum)
318 devfs_rnum rnum; local
330 if (!atonum(av[0], &rnum))
331 rnum
[all...]
/freebsd-11-stable/sys/sparc64/ebus/
H A Debus.c310 int i, rnum, rid; local
333 for (rnum = 0; rnum < sc->sc_nrange; rnum++) {
334 eri = &sc->sc_rinfo[rnum];
335 range = &((struct isa_ranges *)sc->sc_range)[rnum];
337 rid = PCIR_BAR(rnum);
342 "could not allocate range resource %d\n", rnum);
348 rnum, rman_get_start(res), ISA_RANGE_PHYS(range));
354 rnum, rman_get_siz
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c291 uint64_t lnum, rnum; local
298 * Otherwise, we compare 'lnum' and 'rnum'.
346 &rnum, NULL, NULL, 0);
358 else if (lnum < rnum)
360 else if (lnum > rnum)
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_esdb.c257 _citrus_esdb_get_list(char ***rlist, size_t *rnum, bool sorted) argument
357 *rnum = num;
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_rule.c166 devfs_rnum rnum; local
270 rnum = rid2rn(dr->dr_id);
272 if (rid2rn(dk->dk_rule.dr_id) > rnum)
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c1519 int rnum; local
1538 for (rnum = 0; rnum < XGE_HAL_MAX_RING_NUM; rnum++) {
1540 xge_hal_ring_queue_t *queue = &hldev->config.ring.queue[rnum];
1566 vBIT(rnum,37,3) | BIT(63);
1834 int rnum; local
1856 for (rnum = 0; rnum < XGE_HAL_MAX_RING_NUM; rnum
[all...]
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10k1.c225 int pnum, rnum; member in struct:sc_info
953 ch = &sc->rch[sc->rnum];
960 ch->num = sc->rnum;
961 switch(sc->rnum) {
986 sc->rnum++;
1845 sc->pnum = sc->rnum = 0;
/freebsd-11-stable/sbin/natd/
H A Dnatd.c133 static int CheckIpfwRulenum(unsigned int rnum);
2027 CheckIpfwRulenum(unsigned int rnum) argument
2038 if (rnum >= default_rule) {
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c118 const char * rname, int rnum);
398 eats(name, num, rname, rnum)
402 const int rnum;
407 rlinenum = rnum;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c2426 size_t sz, rnum; local
2456 if ((rnum = hdr->start_rule) > IPFW_DEFAULT_RULE)
2457 rnum = IPFW_DEFAULT_RULE;
2458 da.b = ipfw_find_rule(chain, rnum, 0);
2459 rnum = (hdr->end_rule < IPFW_DEFAULT_RULE) ?
2461 da.e = ipfw_find_rule(chain, rnum, UINT32_MAX) + 1;
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c2704 uint32_t rnum; local
2723 rnum = strtoul(*lav++, &endptr, 10);
2724 if (sfo.first == 0 || rnum < sfo.first)
2725 sfo.first = rnum;
2728 rnum = strtoul(endptr + 1, &endptr, 10);
2729 if (sfo.last == 0 || rnum > sfo.last)
2730 sfo.last = rnum;
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c3298 int lnum, rnum; local
3308 for (rnum = 0; right[rnum] != NULL; ++rnum)
3310 temp = comsubs(left[lnum], right[rnum]);
/freebsd-11-stable/contrib/gcc/
H A Dreload1.c1720 int rnum = reload_order[order];
1721 struct reload *rl = rld + rnum;
1739 if (rld[other].regno >= 0 && reloads_conflict (other, rnum))
1791 fprintf (dump_file, "Using reg %d for reload %d\n", best_reg, rnum);
1711 int rnum = reload_order[order]; local
H A Ddwarf2out.c460 int rnum = DWARF2_FRAME_REG_OUT (DWARF_FRAME_REGNUM (i), 1);
462 if (rnum < DWARF_FRAME_REGISTERS)
464 HOST_WIDE_INT offset = rnum * GET_MODE_SIZE (mode);
459 int rnum = DWARF2_FRAME_REG_OUT (DWARF_FRAME_REGNUM (i), 1); local
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c3501 int rnum = 0; local
3507 regs[rnum++] = fm;
3509 *numregs = rnum;
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js6503 rnum = /^-?\d/,
6798 if ( !rnumpx.test( ret ) && rnum.test( ret ) ) {

Completed in 405 milliseconds