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

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c69 static struct smb_connobj smb_vclist;
71 void smb_co_init(struct smb_connobj *cp, int level, char *objname);
72 void smb_co_done(struct smb_connobj *cp);
73 void smb_co_hold(struct smb_connobj *cp);
74 void smb_co_rele(struct smb_connobj *cp);
75 void smb_co_kill(struct smb_connobj *cp);
77 static void smb_vc_free(struct smb_connobj *cp);
78 static void smb_vc_gone(struct smb_connobj *cp);
80 static void smb_share_free(struct smb_connobj *cp);
81 static void smb_share_gone(struct smb_connobj *c
[all...]
H A Dsmb_rq.h141 struct smb_connobj *t2_source;
167 struct smb_connobj *nt_source;
183 int smb_rq_alloc(struct smb_connobj *layer, uchar_t cmd,
185 int smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer,
197 int smb_t2_alloc(struct smb_connobj *layer, ushort_t setup,
199 int smb_t2_init(struct smb_t2rq *rqp, struct smb_connobj *layer,
204 int smb_nt_alloc(struct smb_connobj *layer, ushort_t fn,
206 int smb_nt_init(struct smb_ntrq *rqp, struct smb_connobj *layer,
H A Dsmb_conn.h116 struct smb_connobj { struct
123 struct smb_connobj *co_parent;
126 SLIST_HEAD(, smb_connobj) co_children;
132 SLIST_ENTRY(smb_connobj) co_next;
135 void (*co_gone)(struct smb_connobj *);
136 void (*co_free)(struct smb_connobj *);
138 typedef struct smb_connobj smb_connobj_t;
154 struct smb_connobj vc_co; /* keep first! See CPTOVC */
227 struct smb_connobj ss_co; /* keep first! See CPTOSS */
H A Dsmb_rq.c73 static int smb_rq_getenv(struct smb_connobj *layer,
103 smb_rq_alloc(struct smb_connobj *layer, uchar_t cmd, struct smb_cred *scred,
123 smb_rq_init(struct smb_rq *rqp, struct smb_connobj *co, uchar_t cmd,
410 smb_rq_getenv(struct smb_connobj *co,
548 smb_t2_alloc(struct smb_connobj *layer, ushort_t setup, struct smb_cred *scred,
568 smb_nt_alloc(struct smb_connobj *layer, ushort_t fn, struct smb_cred *scred,
590 smb_t2_init(struct smb_t2rq *t2p, struct smb_connobj *source, ushort_t *setup,
616 smb_nt_init(struct smb_ntrq *ntp, struct smb_connobj *source, ushort_t fn,

Completed in 40 milliseconds