Searched refs:export_prop (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1778 export_prop(FILE *of, int prop_num, char *prop_id) in export_prop() function 1933 export_prop(of, PT_DIR, fstab.zone_fs_dir); in export_func() 1934 export_prop(of, PT_SPECIAL, fstab.zone_fs_special); in export_func() 1935 export_prop(of, PT_RAW, fstab.zone_fs_raw); in export_func() 1936 export_prop(of, PT_TYPE, fstab.zone_fs_type); in export_func() 1967 export_prop(of, PT_ADDRESS, nwiftab.zone_nwif_address); in export_func() 1968 export_prop(of, PT_ALLOWED_ADDRESS, in export_func() 1970 export_prop(of, PT_PHYSICAL, nwiftab.zone_nwif_physical); in export_func() 1971 export_prop(of, PT_DEFROUTER, nwiftab.zone_nwif_defrouter); in export_func() 1983 export_prop(of, PT_MATCH, devtab.zone_dev_match); in export_func() [all …]
|