Home
last modified time | relevance | path

Searched refs:reftype (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_trans2_dfs.c109 dfs_reftype_t reftype; in smb_com_trans2_get_dfs_referral() local
126 reftype = smb_dfs_get_reftype((const char *)path); in smb_com_trans2_get_dfs_referral()
128 switch (reftype) { in smb_com_trans2_get_dfs_referral()
152 status = smb_dfs_referrals_get(sr, path, reftype, &refrsp); in smb_com_trans2_get_dfs_referral()
215 dfs_reftype_t reftype = 0; in smb_dfs_get_reftype() local
224 reftype = DFS_REFERRAL_LINK; in smb_dfs_get_reftype()
228 reftype = DFS_REFERRAL_SYSVOL; in smb_dfs_get_reftype()
230 reftype = DFS_REFERRAL_ROOT; in smb_dfs_get_reftype()
233 reftype = DFS_REFERRAL_DC; in smb_dfs_get_reftype()
237 return (reftype); in smb_dfs_get_reftype()
[all …]
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.h89 reftype(const FN_ref_t *);
H A Dns_fnutils.c115 reftype(const FN_ref_t *ref) in reftype() function
H A Dns_fnmount.c323 if ((reftype(ref) < NUM_REFTYPES) && in process_ref()
507 if (reftype(ref) >= NUM_REFTYPES) { in frontier_aux()
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c866 dfs_get_referrals(const char *dfs_path, dfs_reftype_t reftype, in dfs_get_referrals() argument
882 switch (reftype) { in dfs_get_referrals()