HomeSort by relevance Sort by last modified time
    Searched defs:rn (Results 1 - 22 of 22) sorted by null

  /netvirt/usr/src/uts/common/fs/zfs/
rrwlock.c 84 rrw_node_t *rn; local
89 for (rn = tsd_get(rrw_tsd_key); rn != NULL; rn = rn->rn_next) {
90 if (rn->rn_rrl == rrl)
91 return (rn);
102 rrw_node_t *rn; local
104 rn = kmem_alloc(sizeof (*rn), KM_SLEEP)
117 rrw_node_t *rn; local
    [all...]
  /netvirt/usr/src/common/openssl/crypto/lhash/
lhash.c 182 LHASH_NODE *nn,**rn; local
189 rn=getrn(lh,data,&hash);
191 if (*rn == NULL)
203 *rn=nn;
210 ret= (*rn)->data;
211 (*rn)->data=data;
220 LHASH_NODE *nn,**rn; local
224 rn=getrn(lh,data,&hash);
226 if (*rn == NULL)
233 nn= *rn;
251 LHASH_NODE **rn; local
    [all...]
  /netvirt/usr/src/cmd/man/src/util/nsgmls.src/lib/
parseParam.cxx 350 Syntax::ReservedName rn; local
351 if (!getIndicatedReservedName(&rn))
353 if (rn != Syntax::rPCDATA) {
940 Syntax::ReservedName rn; local
941 if (!getIndicatedReservedName(&rn))
943 if (!allow.reservedName(rn)) {
948 parm.type = Param::indicatedReservedName + rn;
955 Syntax::ReservedName rn; local
956 if (!getReservedName(&rn))
958 if (!allow.reservedName(rn)) {
    [all...]
  /netvirt/usr/src/uts/common/inet/ipf/
ip_pool.c 380 struct radix_node *rn; local
410 rn = ipo->ipo_head->rnh_matchaddr(&v, ipo->ipo_head);
412 if ((rn != NULL) && ((rn->rn_flags & RNF_ROOT) == 0)) {
413 m = (ip_pool_node_t *)rn;
441 struct radix_node *rn; local
461 rn = ipo->ipo_head->rnh_addaddr(&x->ipn_addr, &x->ipn_mask,
464 printf("Added %p at %p\n", x, rn);
467 if (rn == NULL) {
fil.c 3524 int rules, rn; local
    [all...]
  /netvirt/usr/src/uts/i86pc/io/pci/
pci.c 527 int rn; local
567 rn = *(int *)arg;
568 if (rn >= totreg) {
572 *(off_t *)result = drv_regp[rn].pci_size_low;
  /netvirt/usr/src/uts/i86pc/io/pciex/
npe.c 609 int rn; local
649 rn = *(int *)arg;
650 if (rn >= totreg) {
654 *(off_t *)result = drv_regp[rn].pci_size_low;
  /netvirt/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
radix.c 924 struct radix_node *rn = h->rnh_treetop; local
931 while (rn->rn_b >= 0)
932 rn = rn->rn_l;
934 base = rn;
936 while (rn->rn_p->rn_r == rn && !(rn->rn_flags & RNF_ROOT))
937 rn = rn->rn_p
    [all...]
  /netvirt/usr/src/cmd/ipf/tools/
ipfcomp.c 1003 int i, n, rn; local
1022 for (fr1 = top, rn = 0; fr1 != NULL; fr1 = fr1->fr_next, rn++) {
1239 emitGroup(rn, dir, m, fr1, group, count, 0);
1241 emitGroup(rn, dir, m, fr1, group, 0, count);
  /netvirt/usr/src/uts/common/io/nxge/npi/
npi_vir.c 763 uint8_t fn, region, id, tn, rn; local
769 rn = dma_bind.rx_channel;
784 DMA_BIND_RX_VALIDATE(rn, status);
797 bind.bits.ldw.rx = rn;
801 DMA_BIND_REG_OFFSET(fn, rn, id), bind.value);
    [all...]
  /netvirt/usr/src/uts/intel/io/pci/
pci_pci.c 433 int rn; local
503 rn = *(int *)arg;
504 if (rn >= totreg) {
508 *(off_t *)result = drv_regp[rn].pci_size_low;
  /netvirt/usr/src/uts/sun4v/io/niumx/
niumx.c 348 int i, rn = mp->map_obj.rnumber, reglen, rnglen, rngnum, ret; local
354 NAMEINST(rdip), rn);
360 if (rn < 0 || (rn >= reglen / sizeof (niu_regspec_t))) {
361 DBG(DBG_MAP, dip, "rnumber out of range: %d\n", rn);
381 for (i = 0, reg_p += rn; i < rngnum; rng_p++, i++) {
387 DBG(DBG_MAP, dip, "ranges record for reg[%d] not found.\n", rn);
404 DBG(DBG_MAP, dip, "size out of range for reg[%d].\n", rn);
419 kmem_free(reg_p - rn, reglen);
474 int rn; local
    [all...]
  /netvirt/usr/src/common/net/patricia/
radix.c 121 #define RN_MATCHF(rn, f, arg) (f == NULL || (*f)((rn), arg))
1053 struct radix_node *rn = h->rnh_treetop; local
1067 while (rn->rn_bit >= 0) {
1068 rn = rn->rn_left;
1072 (*lockf)(rn);
1075 base = rn;
1077 while (rn->rn_parent->rn_right == rn &
    [all...]
  /netvirt/usr/src/uts/common/inet/ip/
ip_ftable.c 742 ire_ihandle_onlink_match(struct radix_node *rn, void *arg)
749 rt = (struct rt_entry *)rn;
1482 struct radix_node *rn; local
    [all...]
ip_ire.c 3498 struct radix_node *rn; local
    [all...]
  /netvirt/usr/src/uts/intel/io/pciex/
pcie_pci.c 506 int rn; local
559 rn = *(int *)arg;
560 if (rn >= totreg) {
564 *(off_t *)result = drv_regp[rn].pci_size_low;
    [all...]
  /netvirt/usr/src/uts/sun4u/io/pci/
simba.c 580 int rn; local
630 rn = *(int *)arg;
631 if (rn >= totreg) {
635 *(off_t *)result = drv_regp[rn].pci_size_low |
636 ((uint64_t)drv_regp[rn].pci_size_hi << 32);
pci_pci.c 549 int rn; local
619 rn = *(int *)arg;
620 if (rn >= totreg) {
624 *(off_t *)result = drv_regp[rn].pci_size_low |
625 ((uint64_t)drv_regp[rn].pci_size_hi << 32);
    [all...]
  /netvirt/usr/src/uts/common/io/ral/
rt2560.c 795 struct rt2560_node *rn; local
797 rn = kmem_zalloc(sizeof (struct rt2560_node), KM_SLEEP);
798 return ((rn != NULL) ? &rn->ni : NULL);
833 struct rt2560_node *rn = (struct rt2560_node *)ni; local
835 ral_rssadapt_updatestats(&rn->rssadapt);
1030 struct rt2560_node *rn; local
1052 rn = (struct rt2560_node *)data->ni;
1058 ral_rssadapt_raise_rate(ic, &rn->rssadapt,
1075 &rn->rssadapt, &data->id)
1191 struct rt2560_node *rn; local
1564 struct rt2560_node *rn; local
    [all...]
  /netvirt/usr/src/uts/common/os/
pcifm.c 2411 int rn; local
    [all...]
  /netvirt/usr/src/uts/sun4/io/px/
px_pci.c 646 int rn; local
783 rn = *(int *)arg;
784 if (rn >= totreg) {
788 *(off_t *)result = drv_regp[rn].pci_size_low |
789 ((uint64_t)drv_regp[rn].pci_size_hi << 32);
    [all...]
  /netvirt/usr/src/uts/common/io/cardbus/
cardbus.c 1043 const int rn = *(int *)arg; local
1044 if (rn > totreg)
1048 rn, regs[rn].pci_size_low);
1049 *(off_t *)result = regs[rn].pci_size_low;
    [all...]

Completed in 1440 milliseconds