Searched refs:pnb (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_trans.c | 89 struct netbuf *pnb; member 126 netbufdup(struct netbuf *pnb) in netbufdup() argument 132 size += pnb->len; in netbufdup() 136 if ((pnewnb->buf = malloc(pnb->len)) == NULL) { in netbufdup() 141 pnewnb->maxlen = pnb->maxlen; in netbufdup() 142 pnewnb->len = pnb->len; in netbufdup() 143 bcopy(pnb->buf, pnewnb->buf, pnb->len); in netbufdup() 148 freenetbuf(struct netbuf *pnb) in freenetbuf() argument 150 free(pnb->buf); in freenetbuf() 151 free(pnb); in freenetbuf() [all …]
|
/titanic_50/usr/src/ucbcmd/ls/ |
H A D | ls.c | 318 gstat(struct afile *fp, char *file, int statarg, off_t *pnb) in gstat() argument 408 if (pnb != (off_t *)0 || stat(file, &stb1) < 0) in gstat() 500 if (pnb) in gstat() 501 *pnb += stb.st_blocks; in gstat()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log_xdr.c | 150 struct netbuf *pnb, in xdr_nfslog_request_record() argument 207 return (xdr_netbuf(xdrs, pnb)); in xdr_nfslog_request_record()
|
H A D | nfs_log.c | 1628 caddr_t res, cred_t *cr, struct netbuf *pnb, unsigned int record_id, in nfslog_write_record() argument 1729 if (xdr_nfslog_request_record(&xdrs, exi, req, cr, pnb, in nfslog_write_record()
|
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 1802 struct netbuf *pnb; in in_access_list() local 1809 if ((pnb = cln_getnbuf(cln)) == NULL) in in_access_list() 1857 if (inet_matchaddr(pnb->buf, addr)) in in_access_list() 1861 if (inet_matchaddr(pnb->buf, gr)) in in_access_list()
|