HomeSort by: relevance | last modified time | path
    Searched defs:ucount (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/chio/
chio.c 481 int schet, ucount, unit; local in function:do_status
485 ucount = 0;
569 ucount = i;
616 ucount = 1;
619 ucount = count;
622 if ((unit + ucount) > count)
624 cname, unit, ucount);
627 size = ucount * sizeof(struct changer_element_status);
639 cmd.cesr_count = ucount;
655 for (i = 0; i < ucount; i++)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_hwmgr.c 1719 uint32_t ucount; local in function:vega12_get_sclks
1727 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
1730 for (i = 0; i < ucount; i++) {
1737 clocks->num_levels = ucount;
1752 uint32_t ucount; local in function:vega12_get_memclocks
1759 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
1762 for (i = 0; i < ucount; i++) {
1770 clocks->num_levels = data->mclk_latency_table.count = ucount;
1779 uint32_t ucount; local in function:vega12_get_dcefclocks
1788 ucount = (dpm_table->count > MAX_NUM_CLOCKS)
1807 uint32_t ucount; local in function:vega12_get_socclocks
    [all...]
  /src/usr.bin/systat/
vmstat.c 79 static int ucount(void);
430 putint(ucount(), STATROW, STATCOL, 3);
704 ucount(void) function in typeref:typename:int

Completed in 13 milliseconds