Searched refs:getcpuid (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dprocessor.h127 extern processorid_t getcpuid(void);
135 extern processorid_t getcpuid();
/netbsd-6-1-5-RELEASE/usr.sbin/cpuctl/
H A Dcpuctl.c57 static u_int getcpuid(char **);
138 cs.cs_id = getcpuid(argv);
151 cs.cs_id = getcpuid(argv);
164 cs.cs_id = getcpuid(argv);
177 cs.cs_id = getcpuid(argv);
221 id = getcpuid(argv);
255 getcpuid(char **argv) function
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dconfig.guess161 # Defining both getcpuid and _getcpuid lets us ignore whether the system
175 .global getcpuid
176 .proc getcpuid
177 getcpuid:
180 .endp getcpuid
184 unsigned long long getcpuid ();
188 if (getcpuid(0LL) == 0x49656E69756E6547LL && getcpuid(1LL) == 0x6C65746ELL)
191 switch ((getcpuid(3LL) >> 24) & 0xFF) {
/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libzpool/
H A Dkernel.c373 (void) printf("%u ", getcpuid());

Completed in 175 milliseconds