Home
last modified time | relevance | path

Searched refs:APM_PROC (Results 1 – 15 of 15) sorted by relevance

/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/os-support/linux/
H A Dlnx_apm.c27 #define APM_PROC "/proc/apm" macro
166 if (access(APM_PROC, R_OK) || ((pfd = open(APM_PROC, O_RDONLY)) == -1)) { in lnxAPMOpen()
168 APM_PROC, strerror(errno)); in lnxAPMOpen()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_apm.c27 #define APM_PROC "/proc/apm" macro
166 if (access(APM_PROC, R_OK) || ((pfd = open(APM_PROC, O_RDONLY)) == -1)) { in lnxAPMOpen()
168 APM_PROC, strerror(errno)); in lnxAPMOpen()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_apm.c27 #define APM_PROC "/proc/apm" macro
166 if (access(APM_PROC, R_OK) || ((pfd = open(APM_PROC, O_RDONLY)) == -1)) { in lnxAPMOpen()
168 APM_PROC, strerror(errno)); in lnxAPMOpen()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_apm.c27 #define APM_PROC "/proc/apm" macro
166 if (access(APM_PROC, R_OK) || ((pfd = open(APM_PROC, O_RDONLY)) == -1)) { in lnxAPMOpen()
168 APM_PROC, strerror(errno)); in lnxAPMOpen()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/os-support/linux/
H A Dlnx_apm.c27 #define APM_PROC "/proc/apm" macro
167 if (access(APM_PROC, R_OK) || ((pfd = open(APM_PROC, O_RDONLY)) == -1)) { in lnxAPMOpen()
169 APM_PROC, strerror(errno)); in lnxAPMOpen()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_apm.c27 #define APM_PROC "/proc/apm" macro
166 if (access(APM_PROC, R_OK) || ((pfd = open(APM_PROC, O_RDONLY)) == -1)) { in lnxAPMOpen()
168 APM_PROC, strerror(errno)); in lnxAPMOpen()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_apm.c27 #define APM_PROC "/proc/apm" macro
166 if (access(APM_PROC, R_OK) || ((pfd = open(APM_PROC, O_RDONLY)) == -1)) { in lnxAPMOpen()
168 APM_PROC, strerror(errno)); in lnxAPMOpen()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_apm.c27 #define APM_PROC "/proc/apm" macro
166 if (access(APM_PROC, R_OK) || ((pfd = open(APM_PROC, O_RDONLY)) == -1)) { in lnxAPMOpen()
168 APM_PROC, strerror(errno)); in lnxAPMOpen()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/os-support/linux/
H A Dlnx_apm.c27 #define APM_PROC "/proc/apm" macro
167 if (access(APM_PROC, R_OK) || ((pfd = open(APM_PROC, O_RDONLY)) == -1)) { in lnxAPMOpen()
169 APM_PROC, strerror(errno)); in lnxAPMOpen()
/dports/net/olsrd/olsrd-0.9.8/src/linux/
H A Dapm.c61 #define APM_PROC "/proc/apm" macro
171 if ((apm_procfile = fopen(APM_PROC, "r")) == NULL) in apm_read_apm()
177 if ((apm_procfile = fopen(APM_PROC, "r")) == NULL) in apm_read_apm()
/dports/misc/hotkeys/hotkeys-0.5.7.1/src/
H A Dapmlib.c44 if (access(APM_PROC, R_OK)) in apm_exists()
60 if (!(str = fopen(APM_PROC, "r"))) in apm_read()
163 if (access(APM_PROC, R_OK) || apm_read(&i) == 1) in apm_dev()
201 if (access(APM_PROC, R_OK) || apm_read(&i) == 1) in apm_open()
H A Dapm.h26 #define APM_PROC "/proc/apm" macro
/dports/x11/mate-applets/mate-applets-1.26.0/battstat/apmlib/
H A Dapmlib.c45 if (access (APM_PROC, R_OK)) in apm_exists()
62 if (!(str = fopen (APM_PROC, "r"))) in apm_read()
183 if (access (APM_PROC, R_OK) || apm_read (&i) == 1) in apm_dev()
224 if (access (APM_PROC, R_OK) || apm_read (&i) == 1) in apm_open()
H A Dapm.h29 #define APM_PROC "/proc/apm" macro
/dports/sysutils/xbattbar/xbattbar-1.4.2/
H A Dxbattbar.c679 #define APM_PROC "/proc/apm" macro
708 if ( (pt = fopen( APM_PROC, "r" )) == NULL) { in battery_check()