Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h138 #define PT_FS_ALLOWED 39 macro
H A Dzonecfg.c1363 pt_to_str(PT_FS_ALLOWED)); in usage()
1970 pt_to_str(PT_FS_ALLOWED), fsallowedp); in export_func()
2552 type == PT_IPTYPE || type == PT_HOSTID || type == PT_FS_ALLOWED)); in gz_invalid_property()
3859 case PT_FS_ALLOWED: in clear_global()
4357 } else if (prop_type == PT_FS_ALLOWED) { in set_func()
5149 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_FS_ALLOWED), in info_fs_allowed()
5152 (void) fprintf(fp, "%s: \n", pt_to_str(PT_FS_ALLOWED)); in info_fs_allowed()
H A Dzonecfg_grammar.y1003 | FS_ALLOWED { $$ = PT_FS_ALLOWED; }