Home
last modified time | relevance | path

Searched refs:tpname (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/vm/
H A Dvm_swap.c453 char *tpname; in swapctl() local
657 for (sip = swapinfo, tsip = csip, tpname = pname, nswap = 0; in swapctl()
659 sip = sip->si_next, tsip++, tpname += plen, nswap++) { in swapctl()
661 if (tpname + plen - pname > nlen) { in swapctl()
667 tsip->si_pname = tpname; in swapctl()
789 char *tpname; in swapctl32() local
950 for (sip = swapinfo, tsip = csip, tpname = pname, nswap = 0; in swapctl32()
952 sip = sip->si_next, tsip++, tpname += plen, nswap++) { in swapctl32()
954 if (tpname + plen - pname > nlen) { in swapctl32()
960 tsip->si_pname = tpname; in swapctl32()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c669 char *tpname = NULL; in rendezvous_request() local
703 tpname = xprt->xp_tp; in rendezvous_request()
711 tpname = devbuf; in rendezvous_request()
718 (void) strcpy(tpname, nconf->nc_device); in rendezvous_request()
722 do_accept(xprt->xp_fd, tpname, xprt->xp_netid, r); in rendezvous_request()
734 do_accept(int srcfd, char *tpname, char *netid, struct cf_rendezvous *r) in do_accept() argument
750 destfd = t_open(tpname, O_RDWR, &tinfo); in do_accept()
762 destfd = t_open(tpname, O_RDWR, &tinfo); in do_accept()
1024 xprt->xp_tp = strdup(tpname); in do_accept()