Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.h137 #define PT_FS_ALLOWED 39 macro
H A Dzonecfg.c1320 pt_to_str(PT_FS_ALLOWED)); in usage()
1921 pt_to_str(PT_FS_ALLOWED), fsallowedp); in export_func()
2484 type == PT_IPTYPE || type == PT_HOSTID || type == PT_FS_ALLOWED)); in gz_invalid_property()
3703 case PT_FS_ALLOWED: in clear_global()
4191 } else if (prop_type == PT_FS_ALLOWED) { in set_func()
4960 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_FS_ALLOWED), in info_fs_allowed()
4963 (void) fprintf(fp, "%s: \n", pt_to_str(PT_FS_ALLOWED)); in info_fs_allowed()
H A Dzonecfg_grammar.y1001 | FS_ALLOWED { $$ = PT_FS_ALLOWED; }