Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.pascal/
Dstub-method.pas19 tobj = object
23 constructor tobj.create;
29 t : tobj;
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
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/usr.sbin/acpitools/aml/
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()
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/usr.sbin/installboot/
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/
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/
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()