Searched refs:reftype (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_dfs.c | 100 dfs_reftype_t reftype; in smb_dfs_get_referrals() local 136 reftype = smb_dfs_get_reftype((const char *)path); in smb_dfs_get_referrals() 137 switch (reftype) { in smb_dfs_get_referrals() 155 status = smb_dfs_referrals_get(sr, path, reftype, &refrsp); in smb_dfs_get_referrals() 219 dfs_reftype_t reftype = 0; in smb_dfs_get_reftype() local 228 reftype = DFS_REFERRAL_LINK; in smb_dfs_get_reftype() 232 reftype = DFS_REFERRAL_SYSVOL; in smb_dfs_get_reftype() 234 reftype = DFS_REFERRAL_ROOT; in smb_dfs_get_reftype() 237 reftype = DFS_REFERRAL_DC; in smb_dfs_get_reftype() 241 return (reftype); in smb_dfs_get_reftype() [all …]
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_merge.c | 242 ctf_id_t reftype; in ctf_merge_add_reftype() local 252 reftype = ctf_type_reference(cmp->cm_src, id); in ctf_merge_add_reftype() 253 if (reftype == CTF_ERR) in ctf_merge_add_reftype() 256 if (cmp->cm_tmap[reftype].cmt_map == 0) { in ctf_merge_add_reftype() 257 ret = ctf_merge_add_type(cmp, reftype); in ctf_merge_add_reftype() 260 ASSERT(cmp->cm_tmap[reftype].cmt_map != 0); in ctf_merge_add_reftype() 262 reftype = ctf_merge_gettype(cmp, reftype); in ctf_merge_add_reftype() 264 ret = ctf_add_reftype(cmp->cm_out, flags, name, reftype, in ctf_merge_add_reftype() 280 ctf_id_t reftype; in ctf_merge_add_typedef() local 289 reftype = ctf_type_reference(cmp->cm_src, id); in ctf_merge_add_typedef() [all …]
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | ns_fnutils.h | 89 reftype(const FN_ref_t *);
|
H A D | ns_fnutils.c | 115 reftype(const FN_ref_t *ref) in reftype() function
|
H A D | ns_fnmount.c | 323 if ((reftype(ref) < NUM_REFTYPES) && in process_ref() 507 if (reftype(ref) >= NUM_REFTYPES) { in frontier_aux()
|
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | dfs.c | 865 dfs_get_referrals(const char *dfs_path, dfs_reftype_t reftype, in dfs_get_referrals() argument 881 switch (reftype) { in dfs_get_referrals()
|