Searched refs:fd_ctrl (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dsysinfo.c285 static int fd_ctrl = -1, fd_cntrs = -1; local
293 fd_ctrl = open("/proc/perf/ctrl", O_RDWR, 0);
294 if(fd_ctrl == -1) crash("/proc/perf/ctrl");
298 write (fd_ctrl, "0x04047f05", 10);
299 close(fd_ctrl);
310 static int fd_ctrl = -1, fd_cntrs = -1; local
318 fd_ctrl = open("/proc/perf/ctrl", O_RDWR, 0);
319 if(fd_ctrl == -1) crash("/proc/perf/ctrl");
323 write (fd_ctrl, "0x19197f7f", 10);
324 close(fd_ctrl);
334 static int fd_ctrl = -1, fd_cntrs = -1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_fd.c80 static long fd_ctrl(BIO *h, int cmd, long arg1, void *arg2);
92 fd_ctrl,
168 static long fd_ctrl(BIO *b, int cmd, long num, void *ptr) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_fd.c106 static long fd_ctrl(BIO *h, int cmd, long arg1, void *arg2);
117 fd_ctrl,
190 static long fd_ctrl(BIO *b, int cmd, long num, void *ptr) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_fd.c106 static long fd_ctrl(BIO *h, int cmd, long arg1, void *arg2);
117 fd_ctrl,
190 static long fd_ctrl(BIO *b, int cmd, long num, void *ptr) function

Completed in 58 milliseconds