Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.h102 #define PT_POOL 4 macro
H A Dzonecfg.c1310 pt_to_str(PT_POOL)); in usage()
1886 pt_to_str(PT_POOL), pool); in export_func()
2207 pt_to_str(PT_POOL), rt_to_str(RT_DCPU)); in add_resource()
3645 case PT_POOL: in clear_global()
4165 } else if (prop_type == PT_POOL) { in set_func()
4865 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_POOL), pool); in info_pool()
H A Dzonecfg_grammar.y972 | POOL { $$ = PT_POOL; }