OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
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/
rbtree.c
218
void *
tobj
= RB_NODETOITEM(rbto, tmp);
local
220
tobj
, object);
225
return
tobj
;
/src/sys/dev/sysmon/
sysmon_envsys.c
1828
prop_object_t obj, obj1, obj2,
tobj
= NULL;
local
1916
tobj
=
1918
if (prop_string_equals(obj2,
tobj
)) {
/src/usr.sbin/installboot/
evboards.c
646
evb_ubinstall
tobj
= prop_dictionary_get(board,
local
654
if (
tobj
== NULL ||
655
prop_object_type(
tobj
) != PROP_TYPE_ARRAY) {
Completed in 18 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026