/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_disk.c | 64 jmethodID constructor = local 71 constructor, dp->size, nameUTF, aliases, slices, 121 jmethodID constructor = local 127 class_SliceUsage, constructor, use, usedByUTF); 147 jmethodID constructor = local 152 constructor, sp->size, nameUTF, sp->start, usage);
|
H A D | libzfs_jni_property.c | 194 jmethodID constructor; local 212 constructor = (*env)->GetMethodID( 216 env, class, constructor, propName, propValue, 226 constructor = (*env)->GetMethodID( 230 env, class, constructor, propName, propValue, 287 jmethodID constructor; local 298 constructor = (*env)->GetMethodID( 302 class, constructor, propValue, propSource); 311 constructor = (*env)->GetMethodID( 315 class, constructor, propValu 342 jmethodID constructor; local 413 jmethodID constructor; local [all...] |
H A D | libzfs_jni_dataset.c | 129 object->constructor = 133 (*env)->NewObject(env, object->class, object->constructor); 165 object->constructor = 169 (*env)->NewObject(env, object->class, object->constructor); 187 object->constructor = 191 (*env)->NewObject(env, object->class, object->constructor); 208 object->constructor = 212 (*env)->NewObject(env, object->class, object->constructor); 229 object->constructor = 233 (*env)->NewObject(env, object->class, object->constructor); [all...] |
H A D | libzfs_jni_pool.c | 200 object->constructor = 204 (*env)->NewObject(env, object->class, object->constructor); 227 object->constructor = 231 (*env)->NewObject(env, object->class, object->constructor); 257 object->constructor = 261 (*env)->NewObject(env, object->class, object->constructor); 280 object->constructor = 284 (*env)->NewObject(env, object->class, object->constructor); 300 object->constructor = 304 (*env)->NewObject(env, object->class, object->constructor); [all...] |
H A D | libzfs_jni_util.h | 54 jmethodID constructor; member in struct:zjni_Object
|
H A D | libzfs_jni_util.c | 138 object->constructor = 142 env, object->class, object->constructor); 158 object->constructor = 162 env, object->class, object->constructor); 274 /* Date constructor takes epoch milliseconds */
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | kmem.c | 82 int (*constructor)(void *, void *, int), /* object constructor */ 101 constructor, destructor, reclaim,
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/ |
H A D | psvc_objects_class.h | 58 int32_t (*constructor)(); member in struct:__anon1168
|
H A D | psvcobj.c | 4105 dp->ld.constructor = i_psvc_constructor_0_0; 4174 dp->ld.constructor = i_psvc_constructor_0_1; 4221 dp->ld.constructor = i_psvc_constructor_1_0; 4255 dp->ld.constructor = i_psvc_constructor_2_0; 4287 dp->ld.constructor = i_psvc_constructor_2_1; 4333 dp->ld.constructor = i_psvc_constructor_2_2; 4359 dp->ld.constructor = i_psvc_constructor_3_0; 4407 dp->ld.constructor = i_psvc_constructor_4_0; 4434 dp->ld.constructor = i_psvc_constructor_5_0; 4460 dp->ld.constructor [all...] |
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-platform.h | 156 won't act on "__attribute__((constructor))" if it comes after the 282 __attribute__((constructor)); \
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | umem.c | 332 * * All constructor callbacks (which can themselves to allocations) 334 * way, the constructor will fail, allowing the highest-level allocation 337 * If a constructor callback _does_ do a UMEM_NOFAIL allocation, and 1710 * We do not pass fatal flags on to the constructor. This prevents 1711 * leaking buffers in the event of a subordinate constructor failing. 1973 * so get a raw buffer from the slab layer and apply its constructor. 1989 * Let umem_cache_alloc_debug() apply the constructor for us. 2001 * We do not pass fatal flags on to the constructor. This prevents 2002 * leaking buffers in the event of a subordinate constructor failing. 2648 umem_constructor_t *constructor, /* objec 2644 umem_cache_create( char *name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t *reclaim, void *private, vmem_t *vmp, int cflags) argument [all...] |
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 1238 # The Sun::Solaris::Kstat constructor. This builds the nested
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | kmem.c | 106 * user argument passed to the constructor, destructor, and reclaim functions is 209 * the object constructor only when allocating from the slab layer, and only in 217 * on a newly created object (immediately after the constructor). 284 * constructor. While in the magazine it appears allocated from the point of 299 * ... set any initial state not set by the constructor ... 527 * ... set any initial state not set by the constructor ... 1944 * Return -1 if kmem_error, 1 if constructor fails, 0 if successful. 2470 * Must advance curr pointer before calling a constructor that 2475 /* run constructor */ 2480 printf("name='%s' cache=0x%p: kmem cache constructor faile [all...] |
/illumos-gate/usr/src/lib/libima/common/ |
H A D | ima-lib.c | 278 * "__attribute__ ((constructor))" and "__attribute__ ((destructor))" 281 __attribute__((constructor)) void init() {
|