Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c5859 check_reqd_prop(char *attr, int rt, int pt, int *ret_val) in check_reqd_prop() function
6202 check_reqd_prop(fstab.zone_fs_dir, RT_FS, PT_DIR, &ret_val); in verify_func()
6203 check_reqd_prop(fstab.zone_fs_special, RT_FS, PT_SPECIAL, in verify_func()
6205 check_reqd_prop(fstab.zone_fs_type, RT_FS, PT_TYPE, &ret_val); in verify_func()
6224 check_reqd_prop(nwiftab.zone_nwif_physical, RT_NET, in verify_func()
6235 check_reqd_prop(nwiftab.zone_nwif_address, RT_NET, in verify_func()
6284 check_reqd_prop(rctltab.zone_rctl_name, RT_RCTL, PT_NAME, in verify_func()
6338 check_reqd_prop(attrtab.zone_attr_name, RT_ATTR, PT_NAME, in verify_func()
6340 check_reqd_prop(attrtab.zone_attr_type, RT_ATTR, PT_TYPE, in verify_func()
6342 check_reqd_prop(attrtab.zone_attr_value, RT_ATTR, PT_VALUE, in verify_func()
[all …]