Symbol: export_prop
usr/src/cmd/zonecfg/zonecfg.c
1982
export_prop(of, PT_DIR, fstab.zone_fs_dir);
usr/src/cmd/zonecfg/zonecfg.c
1983
export_prop(of, PT_SPECIAL, fstab.zone_fs_special);
usr/src/cmd/zonecfg/zonecfg.c
1984
export_prop(of, PT_RAW, fstab.zone_fs_raw);
usr/src/cmd/zonecfg/zonecfg.c
1985
export_prop(of, PT_TYPE, fstab.zone_fs_type);
usr/src/cmd/zonecfg/zonecfg.c
2016
export_prop(of, PT_ADDRESS, nwiftab.zone_nwif_address);
usr/src/cmd/zonecfg/zonecfg.c
2017
export_prop(of, PT_ALLOWED_ADDRESS,
usr/src/cmd/zonecfg/zonecfg.c
2019
export_prop(of, PT_PHYSICAL, nwiftab.zone_nwif_physical);
usr/src/cmd/zonecfg/zonecfg.c
2020
export_prop(of, PT_DEFROUTER, nwiftab.zone_nwif_defrouter);
usr/src/cmd/zonecfg/zonecfg.c
2032
export_prop(of, PT_MATCH, devtab.zone_dev_match);
usr/src/cmd/zonecfg/zonecfg.c
2054
export_prop(of, PT_NAME, rctltab.zone_rctl_name);
usr/src/cmd/zonecfg/zonecfg.c
2075
export_prop(of, PT_NAME, attrtab.zone_attr_name);
usr/src/cmd/zonecfg/zonecfg.c
2076
export_prop(of, PT_TYPE, attrtab.zone_attr_type);
usr/src/cmd/zonecfg/zonecfg.c
2077
export_prop(of, PT_VALUE, attrtab.zone_attr_value);
usr/src/cmd/zonecfg/zonecfg.c
2089
export_prop(of, PT_NAME, dstab.zone_dataset_name);
usr/src/cmd/zonecfg/zonecfg.c
2117
export_prop(of, PT_USER, admintab.zone_admin_user);
usr/src/cmd/zonecfg/zonecfg.c
2118
export_prop(of, PT_AUTHS, admintab.zone_admin_auths);
usr/src/cmd/zonecfg/zonecfg.c
2127
export_prop(of, PT_DEFAULT, secflagstab.zone_secflags_default);
usr/src/cmd/zonecfg/zonecfg.c
2128
export_prop(of, PT_LOWER, secflagstab.zone_secflags_lower);
usr/src/cmd/zonecfg/zonecfg.c
2129
export_prop(of, PT_UPPER, secflagstab.zone_secflags_upper);