Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/cpuctl/arch/
H A Dnoarch.c56 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check() function
H A Dsparc.c94 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check() function
H A Dsparc64.c123 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check() function
H A Darm.c272 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check() function
H A Daarch64.c1217 ucodeupdate_check(int fd, struct cpu_ucode *uc)
1209 ucodeupdate_check(int fd, struct cpu_ucode *uc) ucodeupdate_check() function
H A Di386.c2591 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 Dcpuctl.h41 int ucodeupdate_check(int, struct cpu_ucode *);
H A Dcpuctl.c233 error = ucodeupdate_check(fd, &uc); in cpu_ucode()