Home
last modified time | relevance | path

Searched refs:rp2 (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_debug.c89 rnode4_t *rp1, rnode4_t *rp2, uint_t count, pid_t pid, nfsstat4 nfs4_error, in set_event() argument
162 if (rp2 && rp2->r_svnode.sv_name) in set_event()
163 ep->re_char2 = fn_path(rp2->r_svnode.sv_name); in set_event()
166 ep->re_rp2 = rp2; in set_event()
223 if (rp2 && rp2->r_svnode.sv_name) in set_event()
224 ep->re_char2 = fn_path(rp2->r_svnode.sv_name); in set_event()
227 ep->re_rp2 = rp2; in set_event()
260 if (rp2 && rp2->r_svnode.sv_name) in set_event()
261 ep->re_char2 = fn_path(rp2->r_svnode.sv_name); in set_event()
264 ep->re_rp2 = rp2; in set_event()
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c710 mib2_ipRouteEntry_t *rp2; in ire_process() local
777 rp2 = rp1; in ire_process()
783 rp2 = rp; in ire_process()
786 ifname_len = MIN(rp2->ipRouteIfIndex.o_length, in ire_process()
788 (void) memcpy(ifname, rp2->ipRouteIfIndex.o_bytes, in ire_process()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dtnet.c286 struct rtsa_s *rp2 = (struct rtsa_s *)key2; in gcdb_hash_cmp() local
288 ASSERT(rp1 != NULL && rp2 != NULL); in gcdb_hash_cmp()
291 &rp2->rtsa_slrange.lower_bound) && in gcdb_hash_cmp()
293 &rp2->rtsa_slrange.upper_bound) && in gcdb_hash_cmp()
294 rp1->rtsa_doi == rp2->rtsa_doi) in gcdb_hash_cmp()
/titanic_44/usr/src/lib/libsqlite/tool/
H A Dlemon.c3598 struct rule *rp, *rp2, *rbest; local
3614 rp2 = ap2->x.rp;
3615 if( rp2==rbest ) continue;
3616 if( rp2==rp ) n++;
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c2226 struct rsl *rp2 = begin2; in trim_suspects() local
2241 get_resources(ep, rp2, fmep->config); in trim_suspects()
2242 rp2++; in trim_suspects()