PT_TYPE
{ PT_TYPE, NWAM_NCU_PROP_TYPE },
| TYPE { $$ = PT_TYPE; }
pt_to_str(PT_TYPE), gettext("<file-system type>"));
cmd_to_str(CMD_SET), pt_to_str(PT_TYPE));
pt_to_str(PT_TYPE));
cmd_to_str(CMD_SET), pt_to_str(PT_TYPE));
cmd_to_str(CMD_SET), pt_to_str(PT_TYPE));
pt_to_str(PT_TYPE), pt_to_str(PT_OPTIONS));
pt_to_str(PT_NAME), pt_to_str(PT_TYPE),
export_prop(of, PT_TYPE, fstab.zone_fs_type);
export_prop(of, PT_TYPE, attrtab.zone_attr_type);
case PT_TYPE:
case PT_TYPE:
case PT_TYPE:
prop_id, pt_to_str(PT_TYPE));
case PT_TYPE:
output_prop(fp, PT_TYPE, fstab->zone_fs_type, B_TRUE);
output_prop(fp, PT_TYPE, attrtab->zone_attr_type, B_TRUE);
check_reqd_prop(fstab.zone_fs_type, RT_FS, PT_TYPE, &ret_val);
check_reqd_prop(attrtab.zone_attr_type, RT_ATTR, PT_TYPE,
rt_to_str(RT_ATTR), pt_to_str(PT_TYPE), "boolean");
rt_to_str(RT_ATTR), pt_to_str(PT_TYPE), "int");
rt_to_str(RT_ATTR), pt_to_str(PT_TYPE), "string");
rt_to_str(RT_ATTR), pt_to_str(PT_TYPE), "uint");
pt_to_str(PT_TYPE), attrtab->zone_attr_type);
(void) end_check_reqd(in_progress_fstab.zone_fs_type, PT_TYPE,
PT_TYPE, &validation_failed);
| TYPE { $$ = PT_TYPE; }