Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcfictl.h49 #define CFIOCGOEMPR _IOR('q', 2, uint64_t) /* get oem protection reg */ macro
/freebsd/tools/tools/cfi/
H A Dcfi.c87 if (ioctl(fd, CFIOCGOEMPR, &v) < 0) in getoempr()
/freebsd/sys/dev/cfi/
H A Dcfi_dev.c295 case CFIOCGOEMPR: in cfi_devioctl()