Home
last modified time | relevance | path

Searched refs:PP_INIT (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libpool/common/
H A Dpool_internal.c182 PP_STORED | PP_INIT, elem_name_init, { NULL, elem_set_name } },
187 { "pool.active", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT,
194 { "pool.importance", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT,
196 { "pool.comment", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT,
207 PP_STORED | PP_INIT, elem_name_init, { NULL, elem_set_name } },
212 { "pset.min", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT, res_min_init,
214 { "pset.max", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT, res_max_init,
217 PP_STORED | PP_INIT, pset_units_init, NULL },
218 { "pset.load", POOL_VALUE_INITIALIZER, PP_READ | PP_INIT,
220 { "pset.size", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT | PP_READ,
[all …]
/titanic_50/usr/src/cmd/ast/msgcc/
H A Dmsgcpp.c193 ppop(PP_INIT); in main()
/titanic_50/usr/src/uts/common/sys/
H A Dpool_impl.h280 #define PP_INIT 0x0010 macro
/titanic_50/usr/src/lib/libpp/common/
H A Dpp.h152 #define PP_INIT 22 /* one time initialization */ macro
H A DHISTORY71 05/31/88 pp:readonly in PP_INIT only for STRICT
121 add PP_DONE complement op to PP_INIT
H A Dppop.c646 case PP_INIT: in ppop()