/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. */
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | m_wio.h | 47 void *object; /* I/O object (normally a stream). */ member in struct:__anon2746 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. */
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | event_port.c | 59 port_associate(int port, int source, uintptr_t object, int events, void *user) argument 62 r.r_vals = _portfs(PORT_ASSOCIATE, port, source, object, events, 104 port_dissociate(int port, int source, uintptr_t object) argument 107 r.r_vals = _portfs(PORT_DISSOCIATE, port, source, object, 0, 0); 126 _port_dispatch(int port, int flags, int source, int events, uintptr_t object, argument 131 r.r_vals = _portfs(PORT_DISPATCH, port, source, events, object, 135 source, events, object, (uintptr_t)user);
|
/osnet-11/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_util.h | 50 jobject object; member in struct:zjni_Object
|
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...] |
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...] |
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaSessionManager.c | 34 * searching each session object list for matching objects. 199 meta_object_t *object; local 245 while ((object = session->object_list_head) != NULL) { 248 rv = meta_handle2object((CK_OBJECT_HANDLE)object, &object); 254 rv = meta_object_deactivate(object, B_FALSE, B_TRUE); 259 rv = meta_object_dealloc(NULL, object, B_FALSE); 319 /* Final object cleanup. */
|
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...] |
H A D | metaUtil.c | 517 * 3) C_DigestKey is the only crypto operation that uses an object after 523 meta_session_t *session, meta_object_t *object, 662 rv = meta_object_get_clone(object, 1022 * Token objects can only be generated in the token object 1023 * slot. If token object slot doesn't support generating 1219 * If the key to be wrapped is a token object, 1220 * the operation can only be done in the token object slot. 1349 * needs to be a token object, the operation can only 1470 * of PKCS#11 kludges that pass extra object handles in the mechanism 1476 * object handl 522 meta_do_operation(CK_FLAGS optype, int mode, meta_session_t *session, meta_object_t *object, CK_BYTE *in, CK_ULONG inLen, CK_BYTE *out, CK_ULONG *outLen) argument [all...] |
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...] |
/osnet-11/usr/src/lib/libcryptoutil/common/ |
H A D | cryptoutil.h | 135 * enough for the object name. 150 CK_UTF8CHAR_PTR object; member in struct:pkcs11_uri_t
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | sw.c | 194 * Build up the 'object' nvlist. 202 * Add 'object' to the fmri. 366 nvlist_t *object, *site = NULL, *anvl = NULL; local 393 * The 'object' nvlist is required. It must include the path, 396 if (nvlist_lookup_nvlist(nvl, FM_FMRI_SW_OBJ, &object) != 0 || 397 !lookup_string(object, FM_FMRI_SW_OBJ_PATH, &path, B_TRUE) || 398 !lookup_string(object, FM_FMRI_SW_OBJ_ROOT, &root, B_FALSE)) 432 * [:root=<object.root] 433 * :path=<object.path>
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/ |
H A D | kmsObject.h | 65 typedef struct object { struct 77 struct object *next; 78 struct object *prev; 84 /* For each object, only one object class is presented */ 89 /* Session handle that the object belongs to */ 91 uint32_t obj_refcnt; /* object reference count */ 93 uint32_t obj_delete_sync; /* object delete sync flags */ 99 CK_ULONG next_result_index; /* next result object to return */ 108 * time the first object i [all...] |
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 805 * We create the dt_module_t and populate it using /system/object/<name>/. 822 "%s/%s/object", OBJFS_ROOT, name); 832 * Since the module can unload out from under us (and /system/object 919 * Open /system/object and attempt to create a libdtrace module for 976 dt_module_from_object(dtrace_hdl_t *dtp, const char *object) argument 981 switch ((uintptr_t)object) { 995 dmp = dt_module_create(dtp, object); 1010 dtrace_lookup_by_name(dtrace_hdl_t *dtp, const char *object, const char *name, argument 1021 if (object != DTRACE_OBJ_EVERY && 1022 object ! 1138 dtrace_lookup_by_type(dtrace_hdl_t *dtp, const char *object, const char *name, dtrace_typeinfo_t *tip) argument 1299 dtrace_object_info(dtrace_hdl_t *dtp, const char *object, dtrace_objinfo_t *dto) argument [all...] |
H A D | dt_parser.c | 73 * must have dn_ident set to point to an identifier describing the object 202 char *object = alloca((size_t)(q - p) + 1); local 207 * backquote (q) to extract the nul-terminated object. 209 bcopy(p, object, (size_t)(q - p)); 210 object[(size_t)(q - p)] = '\0'; 215 * after q. This is the type name without the object. 223 return (dtrace_lookup_by_type(dtp, object, type, tip)); 1643 "void object: %s\n", dsp->ds_ident); 2981 "cannot take address of dynamic object\n");
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | mime.c | 124 drop(Dt_t* dt, void* object, Dtdisc_t* disc) argument 126 register Ent_t* ent = (Ent_t*)object; 341 list(Dt_t* dt, void* object, void* context) argument 344 register Ent_t* ent = (Ent_t*)object;
|
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | ipadm_prop.c | 1386 ipadm_prop_desc_t *pdp, const char *pval, const void *object) 1406 (void) strlcpy(pargp->ia_module, object, 1410 /* check if object is protostr or an ifname */ 1411 if (ipadm_str2proto(object) != MOD_PROTO_NONE) { 1412 (void) strlcpy(pargp->ia_module, object, 1419 (void) strlcpy(pargp->ia_ifname, object, 1425 ipaddr = object; 1833 * operation is performed on a temporary object. 2009 char *gbuf, uint_t *gbufsize, const void *object) 2017 i_ipadm_populate_proparg(iph, &parg, pdp, NULL, object); 1385 i_ipadm_populate_proparg(ipadm_handle_t iph, ipmgmt_prop_arg_t *pargp, ipadm_prop_desc_t *pdp, const char *pval, const void *object) argument 2008 i_ipadm_get_persist_propval(ipadm_handle_t iph, ipadm_prop_desc_t *pdp, char *gbuf, uint_t *gbufsize, const void *object) argument 2030 i_ipadm_persist_propval(ipadm_handle_t iph, ipadm_prop_desc_t *pdp, const char *pval, const void *object, uint_t flags) argument [all...] |
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 91 * This function creates a list of addresses for a load object's sections. 190 * for this load object we try to obtain the start and end address 194 * correspond to this load object. 317 * libraries. We use this to get the load object names for the mappings. 327 dprintf("encountered rd object at %p\n", (void *)lop->rl_base); 376 dprintf("loaded rd object %s lmid %lx\n", 566 * Consult librtld_db to get the load object 575 * forcibly cache all of the symbol tables associated with all object files. 631 * data section was found for this load object, and that 665 * Convert a full or partial load object nam 2611 Plookup_by_name(struct ps_prochandle *P, const char *object, const char *symbol, GElf_Sym *symp) argument [all...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 77 * Given a {dsname, object id}, get the object path 108 (void) sprintf(pn, "/\?\?\?<object#%llu>", (longlong_t)obj); 122 "object %lld in %s"), obj, dsname); 138 * Unallocated object sharing the same meta dnode block 195 /* file re-created or object re-used */ 334 * from_o -- current object in "from" dataset. 335 * fromzp->zc_fromobj -- the first object in next "from" chunk. 337 * to_o -- current object in "to" dataset. 338 * tozp->zc_fromobj -- the first object i 445 describe_free(differ_info_t *di, uint64_t object, zfs_stat_t *zs2, zfs_stat_t *zs2_base, char *namebuf, int maxlen) argument [all...] |
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelObject.h | 187 typedef struct object { struct 200 struct object *next; 201 struct object *prev; 207 /* For each object, only one object class is presented */ 214 /* Session handle that the object belongs to */ 216 uint32_t obj_refcnt; /* object reference count */ 218 uint32_t obj_delete_sync; /* object delete sync flags */ 226 CK_ULONG next_result_index; /* next result object to return */ 235 * time the first object i [all...] |
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softObject.h | 47 #define SOFT_CREATE_OBJ_INT 6 /* internal object creation */ 295 typedef struct object { struct 310 * These fields prevent an object from being deleted while in use. 311 * object_rwlock is used for reading and writing object attributes. 313 * there is no danger of the object going away. 317 struct object *next; 318 struct object *prev; 323 /* For each object, only one of these object classes is presented */ 332 /* Session handle that the object belong [all...] |