OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:meth
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/acpitools/aml/
aml_evalobj.c
239
argnum = aname->property->
meth
.argnum & 7;
242
copy->dp = aname->property->
meth
.from;
243
copy->end = aname->property->
meth
.to;
404
env->dp = name->property->
meth
.from;
405
env->end = name->property->
meth
.to;
aml_obj.h
208
struct aml_method
meth
;
member in union:aml_object
aml_common.c
209
printf("Method: Arg %d From %p To %p\n", obj->
meth
.argnum,
210
obj->
meth
.from, obj->
meth
.to);
aml_parse.c
609
struct aml_method *
meth
;
local in function:aml_parse_defmethod
630
meth
= &aobj->
meth
;
639
meth
->argnum = flags;
640
meth
->from = env->dp;
641
meth
->to = env->dp = copy->end = start + pkglength;
/src/usr.sbin/acpitools/amldb/
debug.c
211
argnum = name->property->
meth
.argnum & 0x07;
/src/sbin/cgdconfig/
params.c
200
const char *
meth
;
local in function:params_verify
220
meth
= string_tocharstar(p->ivmeth);
222
if (strcmp(encblkno[i],
meth
) == 0)
226
warnx("unknown IV method \"%s\" (warning)",
meth
);
Completed in 14 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025