Home
last modified time | relevance | path

Searched refs:pt_get_bit_depth (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dutil.c129 pt_get_bit_depth(void) in pt_get_bit_depth() function
H A Dpowertop.h256 extern int pt_get_bit_depth(void);
H A Dpowertop.c119 if ((g_bit_depth = pt_get_bit_depth()) < 0) in main()