Searched defs:constructor (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.h54 jmethodID constructor; member in struct:zjni_Object
H A Dlibzfs_jni_disk.c64 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 Dlibzfs_jni_property.c194 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...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h58 int32_t (*constructor)(); member in struct:__anon1168
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c332 * * 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...]

Completed in 250 milliseconds