Home
last modified time | relevance | path

Searched defs:btoc (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/cmd/power/
H A Dhandlers.c173 struct btoc { in cpuidle() struct
174 char *behavior; in cpuidle()
175 int cmd; in cpuidle()
176 int Errno; in cpuidle()
333 struct btoc { in S3sup() struct
334 char *behavior; in S3sup()
335 int cmd; in S3sup()
386 struct btoc { in autoS3() struct
387 char *behavior; in autoS3()
388 int cmd; in autoS3()
[all …]
/titanic_53/usr/src/lib/libbc/inc/include/sun4/
H A Dparam.h187 #define btoc(x) mmu_btopr(x) macro
/titanic_53/usr/src/boot/sys/sys/
H A Dparam.h194 #define btoc(x) (((vm_offset_t)(x)+PAGE_MASK)>>PAGE_SHIFT) macro