Home
last modified time | relevance | path

Searched refs:smb_connobj (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/netsmb/
Dsmb_conn.h190 struct smb_connobj;
192 typedef void smb_co_gone_t (struct smb_connobj *cp, struct smb_cred *scred);
193 typedef void smb_co_free_t (struct smb_connobj *cp);
195 struct smb_connobj { struct
203 struct smb_connobj * co_parent; argument
204 SLIST_HEAD(,smb_connobj)co_children;
205 SLIST_ENTRY(smb_connobj)co_next;
230 struct smb_connobj obj; argument
294 struct smb_connobj obj;
362 void smb_co_ref(struct smb_connobj *cp);
[all …]
Dsmb_conn.c52 static struct smb_connobj smb_vclist;
59 static void smb_co_init(struct smb_connobj *cp, int level, char *ilockname,
61 static void smb_co_done(struct smb_connobj *cp);
63 static void smb_vc_free(struct smb_connobj *cp);
64 static void smb_vc_gone(struct smb_connobj *cp, struct smb_cred *scred);
122 struct smb_connobj *scp; in smb_sm_lookupint()
230 smb_co_init(struct smb_connobj *cp, int level, char *ilockname, char *lockname) in smb_co_init()
245 smb_co_done(struct smb_connobj *cp) in smb_co_done()
256 smb_co_gone(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_gone()
258 struct smb_connobj *parent; in smb_co_gone()
[all …]
Dsmb_rq.h123 struct smb_connobj *t2_source;
128 int smb_rq_alloc(struct smb_connobj *layer, u_char cmd,
130 int smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer, u_char cmd,
142 int smb_t2_alloc(struct smb_connobj *layer, u_short setup, struct smb_cred *scred,
144 int smb_t2_init(struct smb_t2rq *rqp, struct smb_connobj *layer, u_short setup,
Dsmb_rq.c55 static int smb_rq_getenv(struct smb_connobj *layer,
61 smb_rq_alloc(struct smb_connobj *layer, u_char cmd, struct smb_cred *scred, in smb_rq_alloc()
83 smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer, u_char cmd, in smb_rq_init()
278 smb_rq_getenv(struct smb_connobj *layer, in smb_rq_getenv()
283 struct smb_connobj *cp; in smb_rq_getenv()
374 smb_t2_alloc(struct smb_connobj *layer, u_short setup, struct smb_cred *scred, in smb_t2_alloc()
394 smb_t2_init(struct smb_t2rq *t2p, struct smb_connobj *source, u_short setup, in smb_t2_init()