Lines Matching defs:obj
270 /* Allow FreeToken to activate onto token obj list */
421 /* try create the obj in the same slot as the source obj */
447 * token obj can only be created in the
548 /* Allow FreeToken to activate onto token obj list */
934 meta_object_in_list(meta_object_t *obj, meta_object_t **objs_list, int num_objs)
939 if (objs_list[i] == obj) {
1235 meta_object_t *obj;
1254 obj = info->matched_objs[i];
1255 if (obj != NULL) {
1257 (void) pthread_rwlock_rdlock(&obj->object_lock);
1258 if (obj->magic_marker == METASLOT_OBJECT_MAGIC) {
1260 (CK_OBJECT_HANDLE)obj;
1262 (void) pthread_rwlock_unlock(&obj->object_lock);