Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.h106 #define PT_OPTIONS 8 macro
H A Dzonecfg.c1061 pt_to_str(PT_OPTIONS), in usage()
1064 cmd_to_str(CMD_REMOVE), pt_to_str(PT_OPTIONS), in usage()
1338 pt_to_str(PT_TYPE), pt_to_str(PT_OPTIONS)); in usage()
1947 pt_to_str(PT_OPTIONS), in export_func()
1952 pt_to_str(PT_OPTIONS), in export_func()
2387 if (prop_type != PT_OPTIONS) { in add_property()
3432 if (prop_type != PT_OPTIONS) { in remove_property()
4224 if (!(res_type == RT_FS && prop_type == PT_OPTIONS) && in set_func()
4442 case PT_OPTIONS: in set_func()
4979 (void) fprintf(fp, "\t%s: [", pt_to_str(PT_OPTIONS)); in output_fs()
H A Dzonecfg_grammar.y967 | OPTIONS { $$ = PT_OPTIONS; }