HomeSort by: relevance | last modified time | path
    Searched refs:meth (Results 1 - 12 of 12) 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_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_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_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;
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;
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);
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 38 milliseconds