Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dpspvar.h246 #define PSP_IOC_GET_PSTATUS _IOR('P', 0, struct psp_platform_status) macro
H A Dpsp.c798 case PSP_IOC_GET_PSTATUS: in pspioctl()
857 case PSP_IOC_GET_PSTATUS: in pledge_ioctl_psp()
/openbsd/usr.sbin/vmd/
H A Dpsp.c50 if (ioctl(env->vmd_psp_fd, PSP_IOC_GET_PSTATUS, &pst) < 0) { in psp_get_pstate()