Searched refs:fd (Results 226 - 250 of 7070) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dfile.h34 int fd; /* open file descriptor to read from! */ member in struct:FILEPROTO
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/drivers/
H A Dcow_sys.h26 static inline int cow_seek_file(int fd, __u64 offset) argument
28 return os_seek_file(fd, offset);
36 static inline int cow_write_file(int fd, void *buf, int size) argument
38 return os_write_file(fd, buf, size);
H A Dport.h12 extern int port_connection(int fd, int *socket_out, int *pid_out);
14 extern void port_read(int fd, void *data);
16 extern int port_rcv_fd(int fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/drivers/
H A Dtuntap.h15 int fd; member in struct:tuntap_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/sysdeps/ralink/
H A Drtkswitch.c44 int fd; local
49 fd = open(RTKSWITCH_DEV, O_RDONLY);
50 if (fd < 0) {
114 close(fd);
118 if (ioctl(fd, val, p) < 0) {
120 close(fd);
129 close(fd);
161 int fd; local
164 fd = open(RTKSWITCH_DEV, O_RDONLY);
165 if (fd <
186 int fd; local
210 int fd; local
264 int fd; local
286 int fd; local
308 int fd; local
384 int fd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/drivers/
H A Dcow_sys.h26 static inline int cow_seek_file(int fd, __u64 offset) argument
28 return os_seek_file(fd, offset);
36 static inline int cow_write_file(int fd, void *buf, int size) argument
38 return os_write_file(fd, buf, size);
H A Dport.h12 extern int port_connection(int fd, int *socket_out, int *pid_out);
14 extern void port_read(int fd, void *data);
16 extern int port_rcv_fd(int fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/drivers/
H A Dtuntap.h15 int fd; member in struct:tuntap_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dfile.h34 int fd; /* open file descriptor to read from! */ member in struct:FILEPROTO
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dfreeramdisk.c14 /* From <linux/fd.h> */
20 int fd; local
22 fd = xopen(single_argv(argv), O_RDWR);
25 ioctl_or_perror_and_die(fd, (ENABLE_FREERAMDISK && applet_name[1] == 'r')
28 if (ENABLE_FEATURE_CLEAN_UP) close(fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dfile.h34 int fd; /* open file descriptor to read from! */ member in struct:FILEPROTO
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dfreeramdisk.c14 /* From <linux/fd.h> */
20 int fd; local
22 fd = xopen(single_argv(argv), O_RDWR);
25 ioctl_or_perror_and_die(fd, (ENABLE_FREERAMDISK && applet_name[1] == 'r')
28 if (ENABLE_FEATURE_CLEAN_UP) close(fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/srclib/
H A Dareadlink.h27 extern char *areadlinkat (int fd, char const *filename);
31 extern char *areadlinkat_with_size (int fd, char const *filename,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/srclib/
H A Dareadlink.h27 extern char *areadlinkat (int fd, char const *filename);
31 extern char *areadlinkat_with_size (int fd, char const *filename,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/tests/
H A Dftruncate.c17 int fd = open(DATA,O_RDWR|O_CREAT|O_TRUNC,0666); local
19 if (fd == -1) {
23 ftruncate(fd, LEN);
27 if (lseek(fd, 0, SEEK_END) == LEN) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/tests/
H A Dftruncate.c17 int fd = open(DATA,O_RDWR|O_CREAT|O_TRUNC,0666); local
19 if (fd == -1) {
23 ftruncate(fd, LEN);
27 if (lseek(fd, 0, SEEK_END) == LEN) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/tests/
H A Dftruncate.c17 int fd = open(DATA,O_RDWR|O_CREAT|O_TRUNC,0666); local
19 if (fd == -1) {
23 ftruncate(fd, LEN);
27 if (lseek(fd, 0, SEEK_END) == LEN) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/sysdeps/ralink/
H A Drtkswitch.c44 int fd; local
49 fd = open(RTKSWITCH_DEV, O_RDONLY);
50 if (fd < 0) {
114 close(fd);
118 if (ioctl(fd, val, p) < 0) {
120 close(fd);
129 close(fd);
161 int fd; local
164 fd = open(RTKSWITCH_DEV, O_RDONLY);
165 if (fd <
186 int fd; local
210 int fd; local
264 int fd; local
286 int fd; local
308 int fd; local
384 int fd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/sysdeps/ralink/
H A Drtkswitch.c44 int fd; local
49 fd = open(RTKSWITCH_DEV, O_RDONLY);
50 if (fd < 0) {
114 close(fd);
118 if (ioctl(fd, val, p) < 0) {
120 close(fd);
129 close(fd);
161 int fd; local
164 fd = open(RTKSWITCH_DEV, O_RDONLY);
165 if (fd <
186 int fd; local
210 int fd; local
264 int fd; local
286 int fd; local
308 int fd; local
384 int fd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/srclib/
H A Dareadlink.h27 extern char *areadlinkat (int fd, char const *filename);
31 extern char *areadlinkat_with_size (int fd, char const *filename,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lltdc/src/
H A Devent.h37 /* NB: Limited to one fd of interest only! */
38 typedef void (*event_io_fn_t)(int fd, void *state);
39 extern void event_add_io(int fd, event_io_fn_t function, void *state);
40 extern void event_remove_io(int fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/tests/
H A Dftruncate.c17 int fd = open(DATA,O_RDWR|O_CREAT|O_TRUNC,0666); local
19 ftruncate(fd, LEN);
23 if (lseek(fd, 0, SEEK_END) == LEN) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Dpidfile.c35 int fd; local
42 fd = sys_open(pidFile, O_NONBLOCK | O_RDWR, 0644);
43 if (fd == -1) {
49 if (read(fd, pidstr, sizeof(pidstr)-1) <= 0) {
59 if (fcntl_lock(fd,SMB_F_SETLK,0,1,F_WRLCK)) {
64 close(fd);
68 close(fd);
76 int fd; local
90 fd = sys_open(pidFile, O_NONBLOCK | O_CREAT | O_WRONLY | O_EXCL, 0644);
91 if (fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/tests/
H A Dftruncate.c17 int fd = open(DATA,O_RDWR|O_CREAT|O_TRUNC,0666); local
19 ftruncate(fd, LEN);
23 if (lseek(fd, 0, SEEK_END) == LEN) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lltdc/src/
H A Devent.h37 /* NB: Limited to one fd of interest only! */
38 typedef void (*event_io_fn_t)(int fd, void *state);
39 extern void event_add_io(int fd, event_io_fn_t function, void *state);
40 extern void event_remove_io(int fd);

Completed in 233 milliseconds

1234567891011>>