Searched refs:smb_connobj (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_conn.c | 69 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 *cp); [all …]
|
H A D | smb_rq.h | 141 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 D | smb_conn.h | 117 struct smb_connobj { struct 124 struct smb_connobj *co_parent; argument 127 SLIST_HEAD(, smb_connobj) co_children; 133 SLIST_ENTRY(smb_connobj) co_next; 136 void (*co_gone)(struct smb_connobj *); argument 137 void (*co_free)(struct smb_connobj *); argument 139 typedef struct smb_connobj smb_connobj_t; 155 struct smb_connobj vc_co; /* keep first! See CPTOVC */ 228 struct smb_connobj ss_co; /* keep first! See CPTOSS */
|
H A D | smb_rq.c | 73 static int smb_rq_getenv(struct smb_connobj *layer, 103 smb_rq_alloc(struct smb_connobj *layer, uchar_t cmd, struct smb_cred *scred, in smb_rq_alloc() 123 smb_rq_init(struct smb_rq *rqp, struct smb_connobj *co, uchar_t cmd, in smb_rq_init() 410 smb_rq_getenv(struct smb_connobj *co, in smb_rq_getenv() 548 smb_t2_alloc(struct smb_connobj *layer, ushort_t setup, struct smb_cred *scred, in smb_t2_alloc() 568 smb_nt_alloc(struct smb_connobj *layer, ushort_t fn, struct smb_cred *scred, in smb_nt_alloc() 590 smb_t2_init(struct smb_t2rq *t2p, struct smb_connobj *source, ushort_t *setup, in smb_t2_init() 616 smb_nt_init(struct smb_ntrq *ntp, struct smb_connobj *source, ushort_t fn, in smb_nt_init()
|