Home
last modified time | relevance | path

Searched refs:tobj (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_object.c242 ASN1_OBJECT *ret = NULL, tobj; in c2i_ASN1_OBJECT() local
263 tobj.nid = NID_undef; in c2i_ASN1_OBJECT()
264 tobj.data = p; in c2i_ASN1_OBJECT()
265 tobj.length = length; in c2i_ASN1_OBJECT()
266 tobj.flags = 0; in c2i_ASN1_OBJECT()
267 i = OBJ_obj2nid(&tobj); in c2i_ASN1_OBJECT()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_object.c247 ASN1_OBJECT *ret = NULL, tobj; in ossl_c2i_ASN1_OBJECT() local
268 tobj.nid = NID_undef; in ossl_c2i_ASN1_OBJECT()
269 tobj.data = p; in ossl_c2i_ASN1_OBJECT()
270 tobj.length = length; in ossl_c2i_ASN1_OBJECT()
271 tobj.flags = 0; in ossl_c2i_ASN1_OBJECT()
272 i = OBJ_obj2nid(&tobj); in ossl_c2i_ASN1_OBJECT()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dfiber.d1604 Thread tobj = Thread.getThis(); in switchIn() local
1605 void** oldp = &tobj.m_curr.tstack; in switchIn()
1620 atomicStore!(MemoryOrder.raw)(*cast(shared)&tobj.m_lock, true); in switchIn()
1621 tobj.pushContext( m_ctxt ); in switchIn()
1627 tobj.popContext(); in switchIn()
1628 atomicStore!(MemoryOrder.raw)(*cast(shared)&tobj.m_lock, false); in switchIn()
1629 tobj.m_curr.tstack = tobj.m_curr.bstack; in switchIn()
1638 Thread tobj = Thread.getThis(); in switchOut() local
1640 void* newp = tobj.m_curr.within.tstack; in switchOut()
1654 atomicStore!(MemoryOrder.raw)(*cast(shared)&tobj.m_lock, true); in switchOut()
[all …]
/netbsd-src/usr.sbin/acpitools/aml/
H A Daml_store.c66 union aml_object tobj, iobj, *tmpobj; in aml_store_to_fieldname() local
132 tobj.num = obj->num; in aml_store_to_fieldname()
133 tobj.num.number = aml_adjust_updatevalue(field->flags, in aml_store_to_fieldname()
139 aml_store_to_name(env, &tobj, wname); in aml_store_to_fieldname()
H A Daml_evalobj.c76 union aml_object tobj; in aml_eval_fieldobject() local
121 tobj.type = aml_t_num; in aml_eval_fieldobject()
122 tobj.num.number = field->bitoffset / 8;/* AccessType Boundary */ in aml_eval_fieldobject()
123 aml_store_to_name(env, &tobj, wname); in aml_eval_fieldobject()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DHist_data.cc343 Histable *tobj = new Other; in Hist_data() local
344 tobj->name = dbe_strdup (NTXT ("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")); in Hist_data()
345 minimum = new_hist_item (tobj); in Hist_data()
347 tobj = new Other; in Hist_data()
348 tobj->name = dbe_strdup (NTXT ("")); in Hist_data()
349 maximum = new_hist_item (tobj); in Hist_data()
351 tobj = new Other; in Hist_data()
352 tobj->name = dbe_strdup (NTXT ("xxxxxxxxxxxxxxxxxxxxxx")); in Hist_data()
353 maximum_inc = new_hist_item (tobj); in Hist_data()
355 tobj = new Other; in Hist_data()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DHist_data.cc343 Histable *tobj = new Other; in Hist_data() local
344 tobj->name = dbe_strdup (NTXT ("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")); in Hist_data()
345 minimum = new_hist_item (tobj); in Hist_data()
347 tobj = new Other; in Hist_data()
348 tobj->name = dbe_strdup (NTXT ("")); in Hist_data()
349 maximum = new_hist_item (tobj); in Hist_data()
351 tobj = new Other; in Hist_data()
352 tobj->name = dbe_strdup (NTXT ("xxxxxxxxxxxxxxxxxxxxxx")); in Hist_data()
353 maximum_inc = new_hist_item (tobj); in Hist_data()
355 tobj = new Other; in Hist_data()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_drv.h100 #define to_qxl_bo(tobj) container_of((tobj), struct qxl_bo, tbo) argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_lu.c500 const X509_OBJECT *tobj, *pstmp; in x509_object_idx_cnt() local
504 tobj = sk_X509_OBJECT_value(h, tidx); in x509_object_idx_cnt()
505 if (x509_object_cmp(&tobj, &pstmp)) in x509_object_idx_cnt()
/netbsd-src/usr.sbin/installboot/
H A Devboards.c646 evb_ubinstall tobj = prop_dictionary_get(board, in validate_ubinstall_object() local
654 if (tobj == NULL || in validate_ubinstall_object()
655 prop_object_type(tobj) != PROP_TYPE_ARRAY) { in validate_ubinstall_object()
/netbsd-src/common/lib/libc/gen/
H A Drb.c209 void *tobj = RB_NODETOITEM(rbto, tmp); in rb_tree_insert_node() local
211 tobj, object); in rb_tree_insert_node()
216 return tobj; in rb_tree_insert_node()
/netbsd-src/sys/dev/sysmon/
H A Dsysmon_envsys.c1828 prop_object_t obj, obj1, obj2, tobj = NULL; in sme_userset_dictionary() local
1916 tobj = in sme_userset_dictionary()
1918 if (prop_string_equals(obj2, tobj)) { in sme_userset_dictionary()