Searched refs:ucodeupdate_check (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/usr.sbin/cpuctl/arch/ |
H A D | noarch.c | 56 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check() function
|
H A D | sparc.c | 94 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check() function
|
H A D | sparc64.c | 123 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check() function
|
H A D | arm.c | 272 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check() function
|
H A D | aarch64.c | 1217 ucodeupdate_check(int fd, struct cpu_ucode *uc) 1209 ucodeupdate_check(int fd, struct cpu_ucode *uc) ucodeupdate_check() function
|
H A D | i386.c | 2591 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check() 2572 ucodeupdate_check(int fd, struct cpu_ucode *uc) ucodeupdate_check() function
|
/netbsd-src/usr.sbin/cpuctl/ |
H A D | cpuctl.h | 41 int ucodeupdate_check(int, struct cpu_ucode *);
|
H A D | cpuctl.c | 233 error = ucodeupdate_check(fd, &uc); in cpu_ucode()
|