Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c73 static struct smb_connobj smb_vclist;
75 void smb_co_init(struct smb_connobj *cp, int level, char *objname);
76 void smb_co_done(struct smb_connobj *cp);
77 void smb_co_hold(struct smb_connobj *cp);
78 void smb_co_rele(struct smb_connobj *cp);
79 void smb_co_kill(struct smb_connobj *cp);
81 static void smb_vc_free(struct smb_connobj *cp);
82 static void smb_vc_gone(struct smb_connobj *cp);
84 static void smb_share_free(struct smb_connobj *cp);
85 static void smb_share_gone(struct smb_connobj *cp);
[all …]
H A Dsmb_rq.h171 struct smb_connobj *t2_source;
197 struct smb_connobj *nt_source;
213 int smb_rq_alloc(struct smb_connobj *layer, uchar_t cmd,
215 int smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer,
217 int smb_rq_getenv(struct smb_connobj *layer,
231 int smb_t2_alloc(struct smb_connobj *layer, ushort_t setup,
233 int smb_t2_init(struct smb_t2rq *rqp, struct smb_connobj *layer,
242 int smb_nt_alloc(struct smb_connobj *layer, ushort_t fn,
244 int smb_nt_init(struct smb_ntrq *rqp, struct smb_connobj *layer,
H A Dsmb_conn.h131 struct smb_connobj { struct
138 struct smb_connobj *co_parent; argument
141 SLIST_HEAD(, smb_connobj) co_children;
147 SLIST_ENTRY(smb_connobj) co_next;
150 void (*co_gone)(struct smb_connobj *); argument
151 void (*co_free)(struct smb_connobj *); argument
153 typedef struct smb_connobj smb_connobj_t;
217 struct smb_connobj vc_co; /* keep first! See CPTOVC */
326 struct smb_connobj ss_co; /* keep first! See CPTOSS */
362 struct smb_connobj fh_co; /* keep first! See CPTOSS */
H A Dsmb_rq.c106 smb_rq_alloc(struct smb_connobj *layer, uchar_t cmd, struct smb_cred *scred, in smb_rq_alloc()
126 smb_rq_init(struct smb_rq *rqp, struct smb_connobj *co, uchar_t cmd, in smb_rq_init()
492 smb_rq_getenv(struct smb_connobj *co, in smb_rq_getenv()
668 smb_t2_alloc(struct smb_connobj *layer, ushort_t setup, struct smb_cred *scred, in smb_t2_alloc()
688 smb_nt_alloc(struct smb_connobj *layer, ushort_t fn, struct smb_cred *scred, in smb_nt_alloc()
710 smb_t2_init(struct smb_t2rq *t2p, struct smb_connobj *source, ushort_t *setup, in smb_t2_init()
736 smb_nt_init(struct smb_ntrq *ntp, struct smb_connobj *source, ushort_t fn, in smb_nt_init()