HomeSort by: relevance | last modified time | path
    Searched defs:tobj (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_store.c 66 union aml_object tobj, iobj, *tmpobj; local in function:aml_store_to_fieldname
132 tobj.num = obj->num;
133 tobj.num.number = aml_adjust_updatevalue(field->flags,
139 aml_store_to_name(env, &tobj, wname);
aml_evalobj.c 76 union aml_object tobj; local in function:aml_eval_fieldobject
121 tobj.type = aml_t_num;
122 tobj.num.number = field->bitoffset / 8;/* AccessType Boundary */
123 aml_store_to_name(env, &tobj, wname);
  /src/common/lib/libc/gen/
rb.c 209 void *tobj = RB_NODETOITEM(rbto, tmp); local in function:rb_tree_insert_node
211 tobj, object);
216 return tobj;
  /src/sys/dev/sysmon/
sysmon_envsys.c 1828 prop_object_t obj, obj1, obj2, tobj = NULL; local in function:sme_userset_dictionary
1916 tobj =
1918 if (prop_string_equals(obj2, tobj)) {
  /src/usr.sbin/installboot/
evboards.c 646 evb_ubinstall tobj = prop_dictionary_get(board, local in function:validate_ubinstall_object
654 if (tobj == NULL ||
655 prop_object_type(tobj) != PROP_TYPE_ARRAY) {

Completed in 15 milliseconds