/src/usr.sbin/acpitools/aml/ |
aml_region.h | 64 AML_DEBUGPRINT("\n[aml_region_bcopy(%d, %d, 0x%x, 0x%x, 0x%x, %d, 0x%x, 0x%x, 0x%x)]\n",\ 84 int aml_region_bcopy(struct aml_environ *, int,
|
aml_region.c | 314 aml_region_bcopy(struct aml_environ *env, int regtype, function in typeref:typename:int 326 printf("aml_region_bcopy: region type isn't system memory!\n"); 331 printf("aml_region_bcopy: bit length isn't a multiple of 8!\n"); 334 printf("aml_region_bcopy: bit offset isn't a multiple of 8!\n");
|
aml_store.c | 110 aml_region_bcopy(env, obj->regfield.space,
|
/src/usr.sbin/acpitools/amldb/ |
region.c | 480 aml_region_bcopy(struct aml_environ *env, int regtype, u_int32_t flags, function in typeref:typename:int
|