Searched refs:dfs_info_t (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | dfs.h | 65 uint32_t dfs_root_getinfo(const char *, dfs_info_t *, uint32_t); 66 uint32_t dfs_root_setinfo(const char *, dfs_info_t *, uint32_t); 72 uint32_t dfs_link_getinfo(const char *, dfs_info_t *, uint32_t); 73 uint32_t dfs_link_setinfo(const char *, dfs_info_t *, uint32_t); 82 uint32_t dfs_cache_getinfo(dfs_nscnode_t *, dfs_info_t *, uint32_t); 89 void dfs_info_trace(const char *, dfs_info_t *);
|
H A D | dfs.c | 103 static int dfs_root_add(const char *, dfs_info_t *); 105 static uint32_t dfs_root_encode(dfs_info_t *, char **, size_t *); 106 static uint32_t dfs_root_decode(dfs_info_t *, char *, size_t, uint32_t); 111 static uint32_t dfs_root_xwrite(int, dfs_info_t *); 112 static uint32_t dfs_root_xread(int, dfs_info_t *, uint32_t); 117 static uint32_t dfs_link_encode(dfs_info_t *, char *, size_t); 118 static uint32_t dfs_link_decode(dfs_info_t *, char *, uint32_t); 119 static uint32_t dfs_link_commit(const char *, dfs_info_t *); 144 static uint32_t dfs_modinfo(uint32_t, dfs_info_t *, dfs_info_t *, uint32_ [all...] |
H A D | netdfs.c | 89 static uint32_t netdfs_info_1(netdfs_info1_t *, dfs_info_t *, ndr_xa_t *, 91 static uint32_t netdfs_info_2(netdfs_info2_t *, dfs_info_t *, ndr_xa_t *, 93 static uint32_t netdfs_info_3(netdfs_info3_t *, dfs_info_t *, ndr_xa_t *, 95 static uint32_t netdfs_info_4(netdfs_info4_t *, dfs_info_t *, ndr_xa_t *, 97 static uint32_t netdfs_info_5(netdfs_info5_t *, dfs_info_t *, ndr_xa_t *, 99 static uint32_t netdfs_info_6(netdfs_info6_t *, dfs_info_t *, ndr_xa_t *, 101 static uint32_t netdfs_info_100(netdfs_info100_t *, dfs_info_t *, ndr_xa_t *, 103 static uint32_t netdfs_info_300(netdfs_info300_t *, dfs_info_t *, ndr_xa_t *, 396 dfs_info_t info; 771 dfs_info_t inf [all...] |
H A D | libmlsvc.h | 286 uint32_t dfs_get_referrals(const char *, dfs_reftype_t, dfs_info_t *); 287 void dfs_info_free(dfs_info_t *);
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_dfs.c | 73 static void smb_dfs_encode_hdr(mbuf_chain_t *, dfs_info_t *); 75 dfs_info_t *); 77 dfs_info_t *); 79 dfs_info_t *, uint16_t); 80 static void smb_dfs_encode_targets(mbuf_chain_t *, dfs_info_t *); 84 static uint16_t smb_dfs_referrals_unclen(dfs_info_t *, uint16_t); 98 dfs_info_t *referrals; 245 smb_dfs_encode_hdr(mbuf_chain_t *mbc, dfs_info_t *referrals) 262 dfs_info_t *referrals) 331 dfs_info_t *referral [all...] |
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_dfs.h | 195 } dfs_info_t; typedef in typeref:struct:dfs_info
|
H A D | smb_xdr.h | 361 dfs_info_t rp_referrals;
|
/illumos-gate/usr/src/common/smbsrv/ |
H A D | smb_xdr.c | 634 dfs_info_xdr(XDR *xdrs, dfs_info_t *objp)
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_doorsvc.c | 920 bzero(&reply.rp_referrals, sizeof (dfs_info_t));
|
Completed in 189 milliseconds