Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c83 static int nb_disconnect(struct nbpcb *nbp);
94 nb_getmsg_mlen(struct nbpcb *nbp, mblk_t **mpp, size_t mlen) in nb_getmsg_mlen()
230 nb_snddis(struct nbpcb *nbp) in nb_snddis()
289 nbssn_peekhdr(struct nbpcb *nbp, size_t *lenp, uint8_t *rpcodep) in nbssn_peekhdr()
350 nbssn_recv(struct nbpcb *nbp, mblk_t **mpp, int *lenp, in nbssn_recv()
492 struct nbpcb *nbp; in smb_nbst_create()
494 nbp = kmem_zalloc(sizeof (struct nbpcb), KM_SLEEP); in smb_nbst_create()
518 struct nbpcb *nbp = vcp->vc_tdata; in smb_nbst_done()
550 nb_loan_fp(struct nbpcb *nbp, struct file *fp, cred_t *cr) in nb_loan_fp()
589 nb_unloan_fp(struct nbpcb *nbp) in nb_unloan_fp()
[all …]
H A Dsmb_trantcp.h52 struct nbpcb { struct
77 typedef struct nbpcb nbpcb_t; argument