Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.h108 #define PT_PHYSICAL 10 macro
H A Dzonecfg.c1085 pt_to_str(PT_PHYSICAL), gettext("<interface>")); in usage()
1207 pt_to_str(PT_PHYSICAL), in usage()
1341 pt_to_str(PT_PHYSICAL), pt_to_str(PT_DEFROUTER)); in usage()
1356 pt_to_str(PT_PHYSICAL), pt_to_str(PT_SWAP), in usage()
1970 export_prop(of, PT_PHYSICAL, nwiftab.zone_nwif_physical); in export_func()
1995 pt_to_str(PT_PHYSICAL), buf); in export_func()
2727 case PT_PHYSICAL: in fill_in_nwiftab()
3598 case PT_PHYSICAL: in clear_property()
4476 case PT_PHYSICAL: in set_func()
4669 case PT_PHYSICAL: in set_func()
[all …]
H A Dzonecfg_grammar.y977 | PHYSICAL { $$ = PT_PHYSICAL; }