Home
last modified time | relevance | path

Searched refs:netbufdup (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c126 netbufdup(struct netbuf *pnb) in netbufdup() function
584 newte->pnb = netbufdup(&(logrec->re_ipaddr)); in trans_read()
653 newte->pnb = netbufdup(&(logrec->re_ipaddr)); in trans_write()
735 newte->pnb = netbufdup(&(logrec->re_ipaddr)); in trans_setattr()
792 newte->pnb = netbufdup(&(logrec->re_ipaddr)); in trans_create()
861 newte->pnb = netbufdup(&(logrec->re_ipaddr)); in trans_remove()
925 newte->pnb = netbufdup(&(logrec->re_ipaddr)); in trans_mkdir()
971 newte->pnb = netbufdup(&(logrec->re_ipaddr)); in trans_rmdir()
1029 newte->pnb = netbufdup(&(logrec->re_ipaddr)); in trans_rename()
1107 newte->pnb = netbufdup(&(logrec->re_ipaddr)); in trans_link()
[all …]
/titanic_50/usr/src/cmd/rpcsvc/
H A Drup.c319 extern struct netbuf *netbufdup();
356 entry[curentry].addr = netbufdup(&taddr->addr);
481 netbufdup(ap) in netbufdup() function
/titanic_50/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c92 static struct netbuf *netbufdup(struct netbuf *);
1259 if ((fi->caller_addr = netbufdup(caller_addr)) == NULL) { in forward_register()
1365 netbufdup(struct netbuf *ap) in netbufdup() function