Searched refs:rn (Results 1 - 25 of 53) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Drrwlock.c82 rrw_node_t *rn; local
87 for (rn = tsd_get(rrw_tsd_key); rn != NULL; rn = rn->rn_next) {
88 if (rn->rn_rrl == rrl)
89 return (rn);
100 rrw_node_t *rn; local
102 rn = kmem_alloc(sizeof (*rn), KM_SLEE
115 rrw_node_t *rn; local
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/lhash/
H A Dlhash.c182 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...]
/opensolaris-onvv-gate/usr/src/common/net/patricia/
H A Dradix.c124 #define RN_MATCHF(rn, f, arg) (f == NULL || (*f)((rn), arg))
1106 struct radix_node *rn = h->rnh_treetop; local
1120 while (rn->rn_bit >= 0) {
1121 rn = rn->rn_left;
1125 (*lockf)(rn);
1128 base = rn;
1130 while (rn->rn_parent->rn_right == rn
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DS112 rn 50 2 96
H A DS.big104 rn 50 2 96
H A DS.small74 rn 50 2 96
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DMarkup.cxx139 void Markup::addReservedName(Syntax::ReservedName rn, const InputSource *in) argument
146 item.index = rn;
150 void Markup::addReservedName(Syntax::ReservedName rn, const StringC &str) argument
156 item.index = rn;
160 void Markup::addSdReservedName(Sd::ReservedName rn, const InputSource *in) argument
167 item.index = rn;
171 void Markup::addSdReservedName(Sd::ReservedName rn, argument
178 item.index = rn;
325 void Markup::changeToSdReservedName(size_t i, Sd::ReservedName rn) argument
329 items_[i].index = rn;
[all...]
H A DparseParam.cxx350 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...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c924 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
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dpcifm.c1212 int rn; local
1228 for (rn = 0; rn < totreg; rn++) {
1230 PCI_REG_ADDR_G(drv_regp[rn].pci_phys_hi) &&
1233 (drv_regp[rn].pci_phys_hi & (PCI_REG_BUS_M |
1252 for (rn = 0; rn < totreg; rn++) {
1253 if ((drv_regp[rn]
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A Dnet-routing-setup100 set -- `/usr/bin/netstat -rn -f inet | \
148 /usr/bin/netstat -rn -f inet | \
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.h151 #define DMA_BIND_VADDR_VALIDATE(fn, rn, id, status) \
156 } else if (!SUBREGION_VALID(rn)) { \
157 status = (NPI_FAILURE | NPI_VIR_BD_REG_INVALID(rn)); \
180 #define DMA_BIND_REG_OFFSET(fn, rn, id) (DMA_BIND_STEP * \
182 rn * VIR_PAGE_INDEX_MAX) + id)
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c375 int i, rn = mp->map_obj.rnumber, reglen, rnglen, rngnum, ret; local
381 NIUMX_NAMEINST(dip), NIUMX_NAMEINST(rdip), rn);
387 if (rn < 0 || (rn >= reglen / sizeof (niu_regspec_t))) {
388 DBG(NIUMX_DBG_MAP, dip, "rnumber out of range: %d\n", rn);
408 for (i = 0, reg_p += rn; i < rngnum; rng_p++, i++) {
415 "not found.\n", rn);
432 DBG(NIUMX_DBG_MAP, dip, "size out of range for reg[%d].\n", rn);
447 kmem_free(reg_p - rn, reglen);
502 int rn; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_ftable.c408 struct radix_node *rn; local
443 rn = ipst->ips_ip_ftable->rnh_addaddr(&rt->rt_dst, &rmask,
445 if (rn == NULL) {
451 rn = ipst->ips_ip_ftable->rnh_lookup(&rdst, &rmask,
453 if (rn != NULL && ((rn->rn_flags & RNF_ROOT) == 0)) {
455 rt = (struct rt_entry *)rn;
660 ire_find_best_route(struct radix_node *rn, void *arg) argument
662 struct rt_entry *rt = (struct rt_entry *)rn;
962 irb_refhold_rn(struct radix_node *rn) argument
969 irb_refrele_rn(struct radix_node *rn) argument
[all...]
/opensolaris-onvv-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py210 rn = fctx.renamed()
211 if rn:
221 if rn[0] in copies:
222 copies[fname] = copies[rn[0]]
223 elif rn[0] in self.parenttip.manifest():
224 copies[fname] = rn[0]
H A DBackup.py221 rn = wctx.filectx(fname).renamed()
222 if rn and fname in parent:
223 ret.append((rn[0], fname))
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dip_pool.c382 struct radix_node *rn; local
412 rn = ipo->ipo_head->rnh_matchaddr(&v, ipo->ipo_head);
414 if ((rn != NULL) && ((rn->rn_flags & RNF_ROOT) == 0)) {
415 m = (ip_pool_node_t *)rn;
444 struct radix_node *rn; local
464 rn = ipo->ipo_head->rnh_addaddr(&x->ipn_addr, &x->ipn_mask,
467 printf("Added %p at %p\n", x, rn);
470 if (rn == NULL) {
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1030 rdsk_node_t *rn = arg; local
1035 if (rn->rn_nozpool)
1037 if ((fd = openat64(rn->rn_dfd, rn->rn_name, O_RDONLY)) < 0) {
1040 nozpool_all_slices(rn->rn_avl, rn->rn_name);
1064 check_slices(rn->rn_avl, fd, rn->rn_name);
1069 (void) no_memory(rn->rn_hdl);
1075 rn
[all...]
/opensolaris-onvv-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A Dab.X108 rn 1 \033\n_\n
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c136 #define JUMPABLE(rn) ( \
137 OP(rn) == OPEN || OP(rn) == CLOSE || OP(rn) == EVAL || \
138 OP(rn) == SUSPEND || OP(rn) == IFMATCH || \
139 OP(rn) == PLUS || OP(rn) == MINMOD || \
140 (PL_regkind[(U8)OP(rn)] == CURLY && ARG1(rn) >
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ral/
H A Drt2560.c789 struct rt2560_node *rn; local
791 rn = kmem_zalloc(sizeof (struct rt2560_node), KM_SLEEP);
792 return ((rn != NULL) ? &rn->ni : NULL);
827 struct rt2560_node *rn = (struct rt2560_node *)ni; local
829 ral_rssadapt_updatestats(&rn->rssadapt);
1019 struct rt2560_node *rn; local
1041 rn = (struct rt2560_node *)data->ni;
1047 ral_rssadapt_raise_rate(ic, &rn->rssadapt,
1064 &rn
1180 struct rt2560_node *rn; local
1563 struct rt2560_node *rn; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/net/
H A Dradix.h148 (struct radix_node *rn, struct radix_node_head *head);
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/pci/
H A Dpci.c541 int rn; local
581 rn = *(int *)arg;
582 if (rn >= totreg) {
586 *(off_t *)result = drv_regp[rn].pci_size_low;
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Dsimba.c580 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);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c858 static char *rn = "/"; local
1006 if (strcmp(fs_tab[fs_tab_used-1]->name, rn) != 0) {
1007 progerr(ERR_MNT_NOROOT, fs_tab[fs_tab_used-1]->name, rn, errno,

Completed in 279 milliseconds

123