Searched refs:export_prop (Results 1 – 1 of 1) sorted by relevance
| /onnv-gate/usr/src/cmd/zonecfg/ |
| H A D | zonecfg.c | 1692 export_prop(FILE *of, int prop_num, char *prop_id) in export_prop() function 1847 export_prop(of, PT_DIR, fstab.zone_fs_dir); in export_func() 1848 export_prop(of, PT_SPECIAL, fstab.zone_fs_special); in export_func() 1849 export_prop(of, PT_RAW, fstab.zone_fs_raw); in export_func() 1850 export_prop(of, PT_TYPE, fstab.zone_fs_type); in export_func() 1881 export_prop(of, PT_ADDRESS, nwiftab.zone_nwif_address); in export_func() 1882 export_prop(of, PT_ALLOWED_ADDRESS, in export_func() 1884 export_prop(of, PT_PHYSICAL, nwiftab.zone_nwif_physical); in export_func() 1885 export_prop(of, PT_DEFROUTER, nwiftab.zone_nwif_defrouter); in export_func() 1897 export_prop(of, PT_MATCH, devtab.zone_dev_match); in export_func() [all …]
|