Searched defs:smb_xa (Results 1 – 1 of 1) sorted by relevance
1699 typedef struct smb_xa { struct1700 uint32_t xa_magic;1701 kmutex_t xa_mutex;1702 list_node_t xa_lnd;1704 uint32_t xa_refcnt;1705 uint32_t xa_flags;1707 struct smb_session *xa_session;1709 unsigned char smb_com; /* which TRANS type */1710 unsigned char smb_flg; /* flags */1711 uint16_t smb_flg2; /* flags */[all …]