Bug #11689
Updated by John Levon almost 3 years ago
http://smartos.org/bugview/OS-7931 refstr_t is annoying to deal with in MDB as you have to explicitly treat the string pointer separately: <pre> > fffffe2739d24650::print proc_t p_ct_process->conp_svc_fmri->rs_string p_ct_process->conp_svc_fmri->rs_string = [ "s" ] > fffffe2739d24650::print proc_t p_ct_process->conp_svc_fmri->rs_string | /s 0xfffffe23855ec348: svc:/system/name-service-cache:default </pre> Adding ::refstr makes this a little bit easier