Home
last modified time | relevance | path

Searched refs:BIT_DEPTH_BUF (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dutil.c138 char buf[BIT_DEPTH_BUF]; in pt_get_bit_depth()
140 if (sysinfo(SI_ARCHITECTURE_64, buf, BIT_DEPTH_BUF) == -1) in pt_get_bit_depth()
141 if (sysinfo(SI_ARCHITECTURE_32, buf, BIT_DEPTH_BUF) == -1) in pt_get_bit_depth()
H A Dpowertop.h66 #define BIT_DEPTH_BUF 10 macro