/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
power_budget.h | 20 u8 ecount; member in struct:nvbios_power_budget
|
vpstate.h | 11 u8 ecount; member in struct:nvbios_vpstate_header
|
/src/sys/arch/sparc/dev/ |
cgtwo.c | 302 int error, start, count, ecount; local in function:cgtwogetcmap 308 ecount = start + count; 316 for (i = start; i < ecount; i++) 319 for (i = start; i < ecount; i++) 322 for (i = start; i < ecount; i++) 343 u_int start, count, ecount; local in function:cgtwoputcmap 349 ecount = start + count; 365 for (i = start; i < ecount; i++) 368 for (i = start; i < ecount; i++) 371 for (i = start; i < ecount; i++ [all...] |
/src/sys/arch/sun3/dev/ |
cg2.c | 298 int error, start, count, ecount; local in function:cg2getcmap 304 ecount = start + count; 312 for (i = start; i < ecount; i++) 315 for (i = start; i < ecount; i++) 318 for (i = start; i < ecount; i++) 340 u_int start, count, ecount; local in function:cg2putcmap 346 ecount = start + count; 362 for (i = start; i < ecount; i++) 365 for (i = start; i < ecount; i++) 368 for (i = start; i < ecount; i++ [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_vpstate.c | 63 h->ecount = nvbios_rd08(b, h->offset + 0x5); 86 if (!e || !h || idx > h->ecount)
|
nouveau_nvkm_subdev_bios_power_budget.c | 100 budget->ecount = cnt; 114 if (!bios || !budget || !budget->offset || idx >= budget->ecount
|
/src/sys/arch/ia64/unwind/ |
decode.h | 106 u_int ecount; member in struct:unwind_desc_B2 112 vsize_t ecount; member in struct:unwind_desc_B3
|
decode.c | 230 uwd->B2.ecount = (buf[0] & 0x1f); 246 buf = unwind_decode_ule128(buf, &uwd->B3.ecount);
|
stackframe.c | 569 printf("(ecount = %d, t = %ld)\n", 570 rchain->udesc.B2.ecount, rchain->udesc.B2.t); 576 printf("(t = %ld, ecount = %ld) \n", 577 rchain->udesc.B3.t, rchain->udesc.B3.ecount); 830 poprecord(¤t_state, rchain->udesc.B2.ecount); 835 poprecord(¤t_state, rchain->udesc.B3.ecount);
|
/src/sys/dev/i2c/ |
sgp40.c | 575 int ecount = 0; local in function:sgp40_attach 637 ecount++; 644 ecount++; 669 ecount++; 684 ecount++;
|
sht4x.c | 538 int ecount = 0; local in function:sht4x_attach 590 ecount++;
|
sht3x.c | 1082 int ecount = 0; local in function:sht3x_attach 1153 ecount++; 1161 ecount++; 1171 ecount++;
|
si70xx.c | 606 int ecount = 0; local in function:si70xx_attach 658 ecount++; 690 ecount++;
|