Home
last modified time | relevance | path

Searched refs:PP_STORED (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libpool/common/
H A Dpool_internal.c154 { "system.name", POOL_VALUE_INITIALIZER, PP_STORED, NULL,
157 PP_HIDDEN | PP_STORED | PP_READ, NULL, { NULL, elem_no_set } },
158 { "system.comment", POOL_VALUE_INITIALIZER, PP_STORED, NULL, NULL },
160 PP_STORED | PP_READ, NULL, NULL },
162 PP_STORED, NULL, NULL },
164 PP_STORED | PP_OPTIONAL, NULL, { NULL, system_set_allocate } },
166 PP_STORED | PP_OPTIONAL, NULL, { NULL, elem_set_string } },
168 PP_STORED | PP_OPTIONAL, NULL, { NULL, elem_set_string } },
170 PP_STORED | PP_OPTIONAL, NULL, { NULL, elem_set_uint } },
172 PP_STORED | PP_OPTIONAL, NULL, { NULL, elem_set_string } },
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dpool_impl.h279 #define PP_STORED 0x0008 macro