Home
last modified time | relevance | path

Searched refs:export_prop (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c1824 export_prop(FILE *of, int prop_num, char *prop_id) in export_prop() function
1982 export_prop(of, PT_DIR, fstab.zone_fs_dir); in export_func()
1983 export_prop(of, PT_SPECIAL, fstab.zone_fs_special); in export_func()
1984 export_prop(of, PT_RAW, fstab.zone_fs_raw); in export_func()
1985 export_prop(of, PT_TYPE, fstab.zone_fs_type); in export_func()
2017 export_prop(of, PT_ALLOWED_ADDRESS, in export_func()
2032 export_prop(of, PT_MATCH, devtab.zone_dev_match); in export_func()
2054 export_prop(of, PT_NAME, rctltab.zone_rctl_name); in export_func()
2075 export_prop(of, PT_NAME, attrtab.zone_attr_name); in export_func()
2076 export_prop(of, PT_TYPE, attrtab.zone_attr_type); in export_func()
[all …]