Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c458 char *tpname; in swapctl() local
673 for (sip = swapinfo, tsip = csip, tpname = pname, nswap = 0; in swapctl()
675 sip = sip->si_next, tsip++, tpname += plen, nswap++) { in swapctl()
677 if (tpname + plen - pname > nlen) { in swapctl()
683 tsip->si_pname = tpname; in swapctl()
805 char *tpname; in swapctl32() local
977 for (sip = swapinfo, tsip = csip, tpname = pname, nswap = 0; in swapctl32()
979 sip = sip->si_next, tsip++, tpname += plen, nswap++) { in swapctl32()
981 if (tpname + plen - pname > nlen) { in swapctl32()
987 tsip->si_pname = tpname; in swapctl32()
/illumos-gate/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()