| /netvirt/usr/src/stand/lib/crypto/ |
| README | 28 In order to determine which object files aren't used in building the
|
| /netvirt/usr/src/lib/libzfs_jni/common/ |
| 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->constructor) 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...] |
| libzfs_jni_pool.c | 194 zjni_Object_t *object = (zjni_Object_t *)bean; local 196 if (object->object == NULL) { 197 object->class = 201 object->constructor = 202 (*env)->GetMethodID(env, object->class, "<init>", "()V"); 204 object->object = 205 (*env)->NewObject(env, object->class, object->constructor) 221 zjni_Object_t *object = (zjni_Object_t *)bean; local 251 zjni_Object_t *object = (zjni_Object_t *)bean; local 275 zjni_Object_t *object = (zjni_Object_t *)bean; local 295 zjni_Object_t *object = (zjni_Object_t *)bean; local 315 zjni_Object_t *object = (zjni_Object_t *)bean; local 335 zjni_Object_t *object = (zjni_Object_t *)bean; local 359 zjni_Object_t *object = (zjni_Object_t *)bean; local 386 zjni_Object_t *object = (zjni_Object_t *)bean; local 427 zjni_Object_t *object = (zjni_Object_t *)bean; local [all...] |
| 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", 126 "([Ljava/lang/Object;)[Ljava/lang/Object;"); 133 zjni_Object_t *object = (zjni_Object_t *)list local 152 zjni_Object_t *object = (zjni_Object_t *)list; local [all...] |
| /netvirt/usr/src/lib/libresolv2/common/dnssafe/ |
| bmempool.c | 53 if (allocedData->object != NULL_PTR) { 56 (*allocedData->DeleteFunction) (allocedData->object); 58 T_memset (allocedData->object, 0, allocedData->size); 59 T_free (allocedData->object); 61 allocedData->object = NULL_PTR; 103 be zeroized when the object is reset (Pass in a size of zero if 131 /* Put the given object on the memory pool's alloced list. 132 The size of the alloced object must be passed in so that it can 133 be zeroized when the object is reset (Pass in a size of zero if 135 is an object and not a data buffer. [all...] |
| /netvirt/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/ |
| QualifierInteger.java | 36 public Object parseValue(String value) { 48 Object object = parseValue(value); local 50 return (object == null) ? null : object.toString();
|
| /netvirt/usr/src/uts/common/fs/zfs/ |
| dmu_object.c | 38 uint64_t object; local 46 object = osi->os_obj_next; 54 if (P2PHASE(object, L2_dnode_count) == 0) { 55 uint64_t offset = restarted ? object << DNODE_SHIFT : 0; 60 object = offset >> DNODE_SHIFT; 62 osi->os_obj_next = ++object; 70 (void) dnode_hold_impl(os->os, object, DNODE_MUST_BE_FREE, 75 if (dmu_object_next(os, &object, B_TRUE, 0) == 0) 76 osi->os_obj_next = object - 1; 84 dmu_tx_add_new_object(tx, os, object); [all...] |
| /netvirt/usr/src/lib/pkcs11/libpkcs11/common/ |
| metaObjectManager.c | 137 meta_clone_template_setup(meta_object_t *object, 144 * by the object manager. 167 * If there are still any token object in the list, need to 182 * successful, a reader-lock on the object will be held to indicate 187 meta_handle2object(CK_OBJECT_HANDLE hObject, meta_object_t **object) 193 *object = NULL; 203 *object = NULL; 209 *object = tmp_object; 217 * Creates a new metaobject, but does not yet add it to the object list. 218 * Once the caller has finished initializing the object (by settin 1682 meta_object_t *object = NULL, *tmp_obj; local 1755 meta_object_t *object, *tmp_object; local [all...] |
| metaObject.c | 29 * Object Management Functions 77 * will try to create the object in the next available slot. 120 meta_object_t *object = NULL; local 133 rv = meta_object_alloc(session, &object); 138 * Create a clone of the object 145 * Set to true (token object) if template has CKA_TOKEN=true; 146 * otherwise, it is false (session object). 149 &(object->isToken)); 152 if ((IS_READ_ONLY_SESSION(session->session_flags)) && object->isToken) { 158 * Set to true (private object) if template has CKA_PRIVATE=true 608 meta_object_t *object; local 672 meta_object_t *object; local 728 meta_object_t *object; local 967 meta_object_t *object; local [all...] |
| /netvirt/usr/src/lib/libnisdb/ |
| 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");
|
| 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 in log entry * [all...] |
| /netvirt/usr/src/common/openssl/crypto/store/ |
| str_lib.c | 257 STORE_OBJECT *object; local 263 object = s->meth->get_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE, 265 if (!object || !object->data.x509.certificate) 271 CRYPTO_add(&object->data.x509.certificate->references,1,CRYPTO_LOCK_X509); 275 x = object->data.x509.certificate; 276 STORE_OBJECT_free(object); 283 STORE_OBJECT *object; local 289 object = STORE_OBJECT_new(); 290 if (!object) 388 STORE_OBJECT *object; local 441 STORE_OBJECT *object; local 467 STORE_OBJECT *object; local 493 STORE_OBJECT *object; local 609 STORE_OBJECT *object; local 662 STORE_OBJECT *object; local 688 STORE_OBJECT *object; local 804 STORE_OBJECT *object; local 857 STORE_OBJECT *object; local 883 STORE_OBJECT *object; local 909 STORE_OBJECT *object; local 998 STORE_OBJECT *object; local 1051 STORE_OBJECT *object; local 1102 STORE_OBJECT *object; local 1141 STORE_OBJECT *object; local 1192 STORE_OBJECT *object; local 1230 STORE_OBJECT *object = OPENSSL_malloc(sizeof(STORE_OBJECT)); local [all...] |
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
| ReadLine.t | 37 is($t->ReadLine, 'Term::ReadLine::Mock', "\$object->ReadLine"); 38 is($t->readline, 'a line', "\$object->readline");
|
| /netvirt/usr/src/uts/common/os/ |
| list.c | 42 #define list_insert_after_node(list, node, object) { \ 43 list_node_t *lnew = list_d2l(list, object); \ 50 #define list_insert_before_node(list, node, object) { \ 51 list_node_t *lnew = list_d2l(list, object); \ 84 list_insert_after(list_t *list, void *object, void *nobject) 86 list_node_t *lold = list_d2l(list, object); 91 list_insert_before(list_t *list, void *object, void *nobject) 93 list_node_t *lold = list_d2l(list, object); 98 list_insert_head(list_t *list, void *object) 101 list_insert_after_node(list, lold, object); [all...] |
| /netvirt/usr/src/grub/grub-0.95/ |
| depcomp | 45 object Object file output by `PROGRAMS ARGS'. 60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then 61 echo "depcomp: Variables source, object and depmode must be set" 1>&2 67 base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'` 68 dir=`echo "$object" | sed 's,/.*$,/,'` 69 if test "$dir" = "$object"; then 101 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" 132 echo "$object : \\" > "$depfile" 176 echo "$object : \\" > "$depfile [all...] |
| /netvirt/usr/src/lib/libtecla/common/ |
| freelist.h | 48 * the sizeof() operator to the object type that you intend to allocate from 80 * Allocate a new object from a free-list. 85 * Return an object to the free-list that it was allocated from. 87 void *_del_FreeListNode(FreeList *fl, void *object);
|
| /netvirt/usr/src/lib/libxcurses/h/ |
| m_wio.h | 47 void *object; /* I/O object (normally a stream). */ member in struct:__anon3720 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. */
|
| /netvirt/usr/src/lib/libxcurses2/h/ |
| m_wio.h | 47 void *object; /* I/O object (normally a stream). */ member in struct:__anon3734 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. */
|
| /netvirt/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
| softKeystore.h | 43 * The following structure is the object header 101 CK_RV soft_keystore_pack_obj(struct object *obj, uchar_t **ks_buf, size_t *len); 103 CK_RV soft_keystore_unpack_obj(struct object *obj, ks_obj_t *ks_obj); 108 ulong_t soft_pack_object_size(struct object *objp); 110 CK_RV soft_pack_object(struct object *objp, uchar_t *buf); 112 CK_RV soft_unpack_object(struct object *objp, uchar_t *buf); 117 CK_RV soft_put_object_to_keystore(struct object *objp); 119 CK_RV soft_modify_object_to_keystore(struct object *objp);
|
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| bless.t | 11 my($object, $package, $type) = @_; 13 ref($object) eq $package 14 && "$object" =~ /^\Q$package\E=(\w+)\(0x([0-9a-f]+)\)$/ 17 && do { no warnings 'portable'; hex($2) == $object } 19 print "# $object $package $type\n"; 40 # blessing ref to object doesn't modify object 45 # reblessing does modify object
|
| /netvirt/usr/src/cmd/abi/appcert/scripts/ |
| symreport.pl | 135 # Loop over each object item in the working_dir. 136 # - $dir will be each one of these object directories. 144 # Map object output dir to actual path of the object: 173 # Examines the symcheck output for a given binary object recording and 179 my ($object, $dir) = @_; 244 $result_list_hash{'passed'} .= "$object|"; 249 $result_list_hash{'incomplete'} .= "$object|"; 251 $result_list_hash{'failed'} .= "$object|"; 257 $result_list_hash{'private_syms'} .= "$object|"; [all...] |
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
| 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) eq 'REF' [all...] |
| /netvirt/usr/src/lib/common/i386/ |
| crt1.s | 51 .type _environ,@object 58 .type __environ_lock,@object 65 .type ___Argv,@object 126 .type __get_exit_frame_monitor_ptr,@object 132 .type __do_exit_code_ptr,@object 189 * The following is here in case any object module compiled with cc -p 203 .type __longdouble_used,@object
|
| /netvirt/usr/src/cmd/agents/snmp/agent/ |
| agent.c | 338 Object *object; local 383 case OBJECT: 384 object = node->data.object; 389 if( !(object->access & READ_FLAG) ) 392 switch(object->asn1_type) 398 snmp_error = (*(object->get))(&integer); 402 snmp_error = (*(object->get))(&oid); 405 if(object->dealloc != NULL 691 Object *object; local 1048 Object *object; local [all...] |
| /netvirt/usr/src/cmd/tic/ |
| req.flg | 33 echo_file usr/src/lib/libcurses/screen/object.h
|