Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.h66 #define RT_ZONEPATH 2 /* really a property, but for info ... */ macro
H A Dzonecfg.c2472 return (global_zone && (type == RT_ZONENAME || type == RT_ZONEPATH || in gz_invalid_rt_property()
4160 res_type = RT_ZONEPATH; in set_func()
4204 if (res_type != RT_ZONEPATH) { in set_func()
4271 case RT_ZONEPATH: in set_func()
4275 rt_to_str(RT_ZONEPATH)); in set_func()
5548 case RT_ZONEPATH: in info_func()
H A Dzonecfg_grammar.y506 $$->cmd_res_type = RT_ZONEPATH;