Searched refs:PP_INIT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/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_REA
[all...]
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcpp.c193 ppop(PP_INIT);
/illumos-gate/usr/src/uts/common/sys/
H A Dpool_impl.h280 #define PP_INIT 0x0010 macro
/illumos-gate/usr/src/lib/libpp/common/
H A Dpp.h152 #define PP_INIT 22 /* one time initialization */ macro
H A Dppop.c324 * NOTE: PP_INIT must be done before the first pplex() call
326 * PP_INIT-PP_DONE must be done for each new PP_INPUT
646 case PP_INIT:
1550 error(3, "ppop(%d): preprocessor operation must be done before PP_INIT", op);

Completed in 73 milliseconds