Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.h181 struct smb_ntrq { struct
203 typedef struct smb_ntrq smb_ntrq_t; argument
241 struct smb_cred *scred, struct smb_ntrq **rqpp);
242 int smb_nt_init(struct smb_ntrq *rqp, struct smb_connobj *layer,
244 void smb_nt_done(struct smb_ntrq *ntp);
245 int smb_nt_request(struct smb_ntrq *ntp);
H A Dsmb_rq.c80 static int smb_nt_reply(struct smb_ntrq *ntp);
689 struct smb_ntrq **ntpp) in smb_nt_alloc()
691 struct smb_ntrq *ntp; in smb_nt_alloc()
694 ntp = (struct smb_ntrq *)kmem_alloc(sizeof (*ntp), KM_SLEEP); in smb_nt_alloc()
736 smb_nt_init(struct smb_ntrq *ntp, struct smb_connobj *source, ushort_t fn, in smb_nt_init()
767 smb_nt_done(struct smb_ntrq *ntp) in smb_nt_done()
931 smb_nt_reply(struct smb_ntrq *ntp) in smb_nt_reply()
1290 smb_nt_request_int(struct smb_ntrq *ntp) in smb_nt_request_int()
1530 smb_nt_request(struct smb_ntrq *ntp) in smb_nt_request()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb1.c824 struct smb_ntrq *ntp; in smbfs_smb1_getsec()
897 struct smb_ntrq *ntp; in smbfs_smb1_setsec()