Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c180 PP_STORED | PP_INIT, elem_name_init, { NULL, elem_set_name } },
185 { "pool.active", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT,
192 { "pool.importance", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT,
194 { "pool.comment", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT,
205 PP_STORED | PP_INIT, elem_name_init, { NULL, elem_set_name } },
215 PP_STORED | PP_INIT, pset_units_init, NULL },
216 { "pset.load", POOL_VALUE_INITIALIZER, PP_READ | PP_INIT,
220 { "pset.comment", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT,
234 { "cpu.comment", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT,
236 { "cpu.status", POOL_VALUE_INITIALIZER, PP_INIT, cpu_status_init,
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcpp.c193 ppop(PP_INIT); in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dpool_impl.h278 #define PP_INIT 0x0010 macro
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
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.c682 case PP_INIT: in ppop()