reftype
if ((reftype(ref) < NUM_REFTYPES) &&
if (reftype(ref) >= NUM_REFTYPES) {
reftype(const FN_ref_t *);
ctf_id_t reftype;
reftype = ctf_type_reference(cmp->cm_src, id);
if (reftype == CTF_ERR)
if (cmp->cm_tmap[reftype].cmt_map == 0) {
ret = ctf_merge_add_type(cmp, reftype);
ASSERT(cmp->cm_tmap[reftype].cmt_map != 0);
reftype = ctf_merge_gettype(cmp, reftype);
ret = ctf_add_reftype(cmp->cm_out, flags, name, reftype,
ctf_id_t reftype;
reftype = ctf_type_reference(cmp->cm_src, id);
if (reftype == CTF_ERR)
if (cmp->cm_tmap[reftype].cmt_map == 0) {
ret = ctf_merge_add_type(cmp, reftype);
ASSERT(cmp->cm_tmap[reftype].cmt_map != 0);
reftype = ctf_merge_gettype(cmp, reftype);
ret = ctf_add_typedef(cmp->cm_out, flags, name, reftype);
dfs_get_referrals(const char *dfs_path, dfs_reftype_t reftype,
switch (reftype) {
dfs_reftype_t reftype;
reftype = smb_dfs_get_reftype((const char *)path);
switch (reftype) {
status = smb_dfs_referrals_get(sr, path, reftype, &refrsp);
dfs_reftype_t reftype;
reftype = smb_dfs_get_reftype((const char *)path);
switch (reftype) {
status = smb_dfs_referrals_get(sr, path, reftype, &refrsp);
dfs_reftype_t reftype = 0;
reftype = DFS_REFERRAL_LINK;
reftype = DFS_REFERRAL_SYSVOL;
reftype = DFS_REFERRAL_ROOT;
reftype = DFS_REFERRAL_DC;
return (reftype);
smb_dfs_referrals_get(smb_request_t *sr, char *dfs_path, dfs_reftype_t reftype,
req.rq_type = reftype;