Searched refs:APM_IOC_PRN_CTL (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/sys/arch/macppc/include/
H A Dapmvar.h113 #define APM_IOC_PRN_CTL _IOW('A', 6, int ) /* driver power status msg */ macro
/openbsd-current/sys/arch/sparc64/include/
H A Dapmvar.h113 #define APM_IOC_PRN_CTL _IOW('A', 6, int ) /* driver power status msg */ macro
/openbsd-current/sys/arch/loongson/include/
H A Dapmvar.h113 #define APM_IOC_PRN_CTL _IOW('A', 6, int ) /* driver power status msg */ macro
/openbsd-current/sys/arch/arm/include/
H A Dapmvar.h113 #define APM_IOC_PRN_CTL _IOW('A', 6, int ) /* driver power status msg */ macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dapmvar.h113 #define APM_IOC_PRN_CTL _IOW('A', 6, int ) /* driver power status msg */ macro
/openbsd-current/sys/arch/arm64/include/
H A Dapmvar.h113 #define APM_IOC_PRN_CTL _IOW('A', 6, int ) /* driver power status msg */ macro
/openbsd-current/sys/arch/riscv64/include/
H A Dapmvar.h113 #define APM_IOC_PRN_CTL _IOW('A', 6, int ) /* driver power status msg */ macro
/openbsd-current/sys/arch/amd64/include/
H A Dapmvar.h287 #define APM_IOC_PRN_CTL _IOW('A', 6, int ) /* driver power status msg */ macro
/openbsd-current/sys/arch/i386/include/
H A Dapmvar.h286 #define APM_IOC_PRN_CTL _IOW('A', 6, int ) /* driver power status msg */ macro
/openbsd-current/sys/arch/macppc/dev/
H A Dapm.c228 case APM_IOC_PRN_CTL:
233 DPRINTF(( "APM_IOC_PRN_CTL: %d\n", flag ));
/openbsd-current/sys/arch/arm64/dev/
H A Dapm.c247 case APM_IOC_PRN_CTL:
252 DPRINTF(( "APM_IOC_PRN_CTL: %d\n", flag ));
/openbsd-current/sys/arch/loongson/dev/
H A Dapm.c249 case APM_IOC_PRN_CTL:
254 DPRINTF(( "APM_IOC_PRN_CTL: %d\n", flag ));
/openbsd-current/usr.sbin/apmd/
H A Dapmd.c130 if (ioctl(fd, APM_IOC_PRN_CTL, &mode) == -1)
/openbsd-current/sys/arch/i386/i386/
H A Dapm.c1010 case APM_IOC_PRN_CTL:
1015 DPRINTF(( "APM_IOC_PRN_CTL: %d\n", flag ));

Completed in 263 milliseconds