/osnet-11/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_dataset.c | 121 zjni_Object_t *object = (zjni_Object_t *)bean; local 123 if (object->object == NULL) { 124 object->class = 127 object->constructor = 128 (*env)->GetMethodID(env, object->class, "<init>", "()V"); 130 object->object = 131 (*env)->NewObject(env, object->class, object 156 zjni_Object_t *object = (zjni_Object_t *)bean; local 178 zjni_Object_t *object = (zjni_Object_t *)bean; local 199 zjni_Object_t *object = (zjni_Object_t *)bean; local 220 zjni_Object_t *object = (zjni_Object_t *)bean; local 241 zjni_Object_t *object = (zjni_Object_t *)bean; local 262 zjni_Object_t *object = (zjni_Object_t *)bean; local 285 zjni_Object_t *object = (zjni_Object_t *)bean; local 333 zjni_Object_t *object = (zjni_Object_t *)bean; local 359 zjni_Object_t *object = (zjni_Object_t *)bean; local 537 jobject object = NULL; local [all...] |
H A D | libzfs_jni_pool.c | 190 zjni_Object_t *object = (zjni_Object_t *)bean; local 192 if (object->object == NULL) { 193 object->class = 197 object->constructor = 198 (*env)->GetMethodID(env, object->class, "<init>", "()V"); 200 object->object = 201 (*env)->NewObject(env, object->class, object 217 zjni_Object_t *object = (zjni_Object_t *)bean; local 247 zjni_Object_t *object = (zjni_Object_t *)bean; local 271 zjni_Object_t *object = (zjni_Object_t *)bean; local 291 zjni_Object_t *object = (zjni_Object_t *)bean; local 311 zjni_Object_t *object = (zjni_Object_t *)bean; local 331 zjni_Object_t *object = (zjni_Object_t *)bean; local 355 zjni_Object_t *object = (zjni_Object_t *)bean; local 382 zjni_Object_t *object = (zjni_Object_t *)bean; local 423 zjni_Object_t *object = (zjni_Object_t *)bean; local 790 new_DeviceStats(JNIEnv *env, DeviceStatsBean_t *bean, zjni_Object_t *object) argument 833 new_PoolStats(JNIEnv *env, PoolStatsBean_t *bean, zjni_Object_t *object) argument 1064 populate_DeviceStatsBean(JNIEnv *env, nvlist_t *vdev, DeviceStatsBean_t *bean, zjni_Object_t *object) argument [all...] |
H A D | libzfs_jni_util.c | 100 env, ((zjni_Object_t *)list)->object, 108 return (*env)->CallObjectMethod(env, ((zjni_Object_t *)list)->object, 116 zjni_Object_t *object = (zjni_Object_t *)collection; local 119 env, object->class, "add", "(Ljava/lang/Object;)Z"); 122 (*env)->GetMethodID(env, object->class, "size", "()I"); 125 (*env)->GetMethodID(env, object->class, "toArray", 133 zjni_Object_t *object = (zjni_Object_t *)list; local 135 if (object->object == NULL) { 136 object 152 zjni_Object_t *object = (zjni_Object_t *)list; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | st-dump.pl | 48 # Given an object, dump its transitive data closure 50 my ($object) = @_; 51 croak "Not a reference!" unless ref($object); 53 local %object; 56 &recursive_dump($object, 1); 63 # the routine is an internal temporay variable, implying the object's 65 # user-visible object. 67 my ($object, $link) = @_; 72 my $what = "$object"; # Stringify 80 $ref = 'REF' if ref($object) e [all...] |
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObjectManager.c | 140 meta_clone_template_setup(meta_object_t *object, 147 * by the object manager. 170 * If there are still any token object in the list, need to 185 * successful, a reader-lock on the object will be held to indicate 190 meta_handle2object(CK_OBJECT_HANDLE hObject, meta_object_t **object) argument 196 *object = NULL; 206 *object = NULL; 212 *object = tmp_object; 220 * Creates a new metaobject, but does not yet add it to the object list. 221 * Once the caller has finished initializing the object (b 227 meta_object_alloc(meta_session_t *session, meta_object_t **object) argument 280 meta_object_get_attr(slot_session_t *slot_session, CK_OBJECT_HANDLE hObject, meta_object_t *object) argument 455 meta_object_deactivate(meta_object_t *object, boolean_t have_list_lock, boolean_t have_object_lock) argument 552 meta_object_dealloc(meta_session_t *session, meta_object_t *object, boolean_t nukeSourceObj) argument 627 meta_slot_object_alloc(slot_object_t **object) argument 643 meta_slot_object_activate(slot_object_t *object, slot_session_t *creator_session, boolean_t isToken) argument 682 meta_slot_object_deactivate(slot_object_t *object) argument 710 meta_slot_object_dealloc(slot_object_t *object) argument 725 meta_object_copyin(meta_object_t *object) argument 972 clone_by_create(meta_object_t *object, slot_object_t *new_clone, slot_session_t *dst_slot_session) argument 1245 clone_by_wrap(meta_object_t *object, slot_object_t *new_clone, slot_session_t *dst_slot_session) argument 1524 meta_object_get_clone(meta_object_t *object, CK_ULONG slot_num, slot_session_t *slot_session, slot_object_t **clone) argument 1614 meta_clone_template_setup(meta_object_t *object, const generic_attr_t *attributes, size_t num_attributes) argument 1681 meta_object_t *object = NULL, *tmp_obj; local 1754 meta_object_t *object, *tmp_object; local 1832 meta_freeobject_check(meta_session_t *session, meta_object_t *object, CK_MECHANISM *pMech, CK_ATTRIBUTE *tmpl, CK_ULONG tmpl_len, CK_KEY_TYPE keytype) argument 1925 meta_freeobject_set(meta_object_t *object, CK_ATTRIBUTE *tmpl, CK_ULONG tmpl_len, boolean_t create) argument 2019 meta_freeobject_clone_maker(meta_session_t *session, meta_object_t *object, CK_ULONG slotnum) argument 2059 meta_freeobject_clone(meta_session_t *session, meta_object_t *object) argument [all...] |
H A D | metaObject.c | 74 * will try to create the object in the next available slot. 117 meta_object_t *object = NULL; local 130 rv = meta_object_alloc(session, &object); 135 * Create a clone of the object 142 * Set to true (token object) if template has CKA_TOKEN=true; 143 * otherwise, it is false (session object). 146 &(object->isToken)); 149 if ((IS_READ_ONLY_SESSION(session->session_flags)) && object->isToken) { 155 * Set to true (private object) if template has CKA_PRIVATE=true; 156 * otherwise, it is false (public object) 614 meta_object_t *object; local 678 meta_object_t *object; local 734 meta_object_t *object; local 947 add_to_search_result(meta_object_t *object, find_objs_info_t *info, int *num_results_alloc) argument 973 meta_object_t *object; local [all...] |
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_log_entry.cc | 49 object = obj; 58 // if (object) free_entry(object); 84 if (object != NULL) { 85 print_entry(0, object); 87 printf("no object\n");
|
H A D | db_log_entry_c.x | 58 entry_object *object; /* object involved in action (if any) */ 72 % entry_object *object; /* object involved in action (if any) */ 77 %/*Constructor: Create an empty log entry, with no query and not object */ 78 % db_log_entry() { query = NULL, object = NULL; next = NULL; } 101 %/* Accessor: return pointer to copy of object in log entry */ 102 % entry_object *get_object() { return( object ); } 104 %/* Accessor: return pointer to copy of object in log entry */ 107 %/* Accessor: return pointer to copy of object i [all...] |
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/ |
H A D | js_calldist.d | 72 javascript*:::object-create-start 74 self->object = timestamp; 77 javascript*:::object-create-done 78 /self->object/ 80 this->elapsed = timestamp - self->object; 81 self->object = 0;
|
H A D | js_cpudist.d | 72 javascript*:::object-create-start 74 self->object = vtimestamp; 77 javascript*:::object-create-done 78 /self->object/ 80 this->oncpu = vtimestamp - self->object; 81 self->object = 0;
|
H A D | js_objgc.d | 15 * CLASS Class to which this new object belongs 20 * We trace object creation (+1) and destruction (-1), and provide a 21 * summary each second of the running tally of the object class and 22 * originating filename. If over the period of several minutes an object 24 * Be patient, depending on the rate of object creation it can take over 62 javascript*:::object-create 70 javascript*:::object-finalize 76 javascript*:::object-finalize
|
H A D | js_objnew.d | 3 * js_objnew.d - count JavaScript object creation using DTrace. 15 * CLASS Class of new object 16 * COUNT Number of object creations during tracing 46 javascript*:::object-create-done
|
H A D | rb_objnew.d | 3 * rb_objnew.d - count Ruby object creation using DTrace. 15 * CLASS Class of new object 16 * COUNT Number of object creations during tracing 46 ruby*:::object-create-done
|
H A D | js_objcpu.d | 3 * js_objcpu.d - measure JavaScript object creation on-CPU time using DTrace. 41 javascript*:::object-create-start 46 javascript*:::object-create-done 58 printa("Total object creation on-CPU time (ms): %@d\n\n", @total);
|
H A D | rb_objcpu.d | 3 * rb_objcpu.d - measure Ruby object creation on-CPU time using DTrace. 41 ruby*:::object-create-start 46 ruby*:::object-create-done 58 printa("Total object creation on-CPU time (ms): %@d\n\n", @total);
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/JavaScript/ |
H A D | js_calldist.d | 72 javascript*:::object-create-start 74 self->object = timestamp; 77 javascript*:::object-create-done 78 /self->object/ 80 this->elapsed = timestamp - self->object; 81 self->object = 0;
|
H A D | js_cpudist.d | 72 javascript*:::object-create-start 74 self->object = vtimestamp; 77 javascript*:::object-create-done 78 /self->object/ 80 this->oncpu = vtimestamp - self->object; 81 self->object = 0;
|
H A D | js_objgc.d | 15 * CLASS Class to which this new object belongs 20 * We trace object creation (+1) and destruction (-1), and provide a 21 * summary each second of the running tally of the object class and 22 * originating filename. If over the period of several minutes an object 24 * Be patient, depending on the rate of object creation it can take over 62 javascript*:::object-create 70 javascript*:::object-finalize 76 javascript*:::object-finalize
|
H A D | js_objnew.d | 3 * js_objnew.d - count JavaScript object creation using DTrace. 15 * CLASS Class of new object 16 * COUNT Number of object creations during tracing 46 javascript*:::object-create-done
|
H A D | js_objcpu.d | 3 * js_objcpu.d - measure JavaScript object creation on-CPU time using DTrace. 41 javascript*:::object-create-start 46 javascript*:::object-create-done 58 printa("Total object creation on-CPU time (ms): %@d\n\n", @total);
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/ |
H A D | rb_objnew.d | 3 * rb_objnew.d - count Ruby object creation using DTrace. 15 * CLASS Class of new object 16 * COUNT Number of object creations during tracing 46 ruby*:::object-create-done
|
H A D | rb_objcpu.d | 3 * rb_objcpu.d - measure Ruby object creation on-CPU time using DTrace. 41 ruby*:::object-create-start 46 ruby*:::object-create-done 58 printa("Total object creation on-CPU time (ms): %@d\n\n", @total);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | ReadLine.t | 37 is($t->ReadLine, 'Term::ReadLine::Mock', "\$object->ReadLine"); 38 is($t->readline, 'a line', "\$object->readline");
|
/osnet-11/usr/src/grub/grub2/build-aux/ |
H A D | depcomp | 46 object Object file output by `PROGRAMS ARGS'. 62 if test -z "$depmode" || test -z "$source" || test -z "$object"; then 63 echo "depcomp: Variables source, object and depmode must be set" 1>&2 68 depfile=${depfile-`echo "$object" | 102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; 139 echo "$object : \\" > "$depfile" 183 echo "$object : \\" > "$depfile" 215 # current directory. Also, the AIX compiler puts `$object:' at the 216 # start of each line; $object doesn't have directory information. 218 stripped=`echo "$object" | se [all...] |
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | m_wio.h | 47 void *object; /* I/O object (normally a stream). */ member in struct:__anon2732 48 int (*get)(void *); /* Get byte from input object. */ 49 int (*put)(int, void *); /* Put byte to output object. */ 50 int (*unget)(int, void *); /* Push byte onto input object. */
|