Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c58 static const char cpuid_dev[] = "/dev/cpu/self/cpuid"; variable
72 if ((fd = open(cpuid_dev, O_RDONLY)) == -1) in cpuid_64bit_capable()