Searched refs:thread_fd (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/drivers/
H A Dchan_user.c261 printk(UM_KERN_ERR "winch_tramp: failed to set thread_fd "
278 int pid, thread, count, thread_fd = -1; local
286 thread = winch_tramp(fd, tty, &thread_fd, &stack);
290 register_winch_irq(thread_fd, fd, thread, tty, stack);
292 count = write(thread_fd, &c, sizeof(c));
H A Dubd_kern.c457 static int thread_fd = -1; variable
470 n = os_read_file(thread_fd, &req,
483 reactivate_fd(thread_fd, UBD_IRQ);
1080 &thread_fd);
1088 err = um_request_irq(UBD_IRQ, thread_fd, IRQ_READ, ubd_intr,
1262 n = os_write_file(thread_fd, &io_req,
/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 Dchan_user.c261 printk(UM_KERN_ERR "winch_tramp: failed to set thread_fd "
278 int pid, thread, count, thread_fd = -1; local
286 thread = winch_tramp(fd, tty, &thread_fd, &stack);
290 register_winch_irq(thread_fd, fd, thread, tty, stack);
292 count = write(thread_fd, &c, sizeof(c));
H A Dubd_kern.c457 static int thread_fd = -1; variable
470 n = os_read_file(thread_fd, &req,
483 reactivate_fd(thread_fd, UBD_IRQ);
1080 &thread_fd);
1088 err = um_request_irq(UBD_IRQ, thread_fd, IRQ_READ, ubd_intr,
1262 n = os_write_file(thread_fd, &io_req,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-compat-howl/
H A Dcompat.c87 int thread_fd, main_fd; member in struct:_sw_discovery
181 if ((command = read_command(self->thread_fd)) < 0)
209 if (write_command(self->thread_fd, ret < 0 ? COMMAND_POLL_FAILED : COMMAND_POLL_DONE) < 0)
358 (*self)->thread_fd = fd[0];
449 if (self->thread_fd >= 0)
450 close(self->thread_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-compat-libdns_sd/
H A Dcompat.c68 int thread_fd, main_fd; member in struct:_DNSServiceRef_t
318 if ((command = read_command(sdref->thread_fd)) < 0)
346 if (write_command(sdref->thread_fd, ret < 0 ? COMMAND_POLL_FAILED : COMMAND_POLL_DONE) < 0)
373 sdref->thread_fd = fd[0];
436 if (sdref->thread_fd >= 0)
437 close(sdref->thread_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-compat-howl/
H A Dcompat.c87 int thread_fd, main_fd; member in struct:_sw_discovery
181 if ((command = read_command(self->thread_fd)) < 0)
209 if (write_command(self->thread_fd, ret < 0 ? COMMAND_POLL_FAILED : COMMAND_POLL_DONE) < 0)
358 (*self)->thread_fd = fd[0];
449 if (self->thread_fd >= 0)
450 close(self->thread_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-compat-libdns_sd/
H A Dcompat.c68 int thread_fd, main_fd; member in struct:_DNSServiceRef_t
318 if ((command = read_command(sdref->thread_fd)) < 0)
346 if (write_command(sdref->thread_fd, ret < 0 ? COMMAND_POLL_FAILED : COMMAND_POLL_DONE) < 0)
373 sdref->thread_fd = fd[0];
436 if (sdref->thread_fd >= 0)
437 close(sdref->thread_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-compat-howl/
H A Dcompat.c87 int thread_fd, main_fd; member in struct:_sw_discovery
181 if ((command = read_command(self->thread_fd)) < 0)
209 if (write_command(self->thread_fd, ret < 0 ? COMMAND_POLL_FAILED : COMMAND_POLL_DONE) < 0)
358 (*self)->thread_fd = fd[0];
449 if (self->thread_fd >= 0)
450 close(self->thread_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-compat-libdns_sd/
H A Dcompat.c68 int thread_fd, main_fd; member in struct:_DNSServiceRef_t
318 if ((command = read_command(sdref->thread_fd)) < 0)
346 if (write_command(sdref->thread_fd, ret < 0 ? COMMAND_POLL_FAILED : COMMAND_POLL_DONE) < 0)
373 sdref->thread_fd = fd[0];
436 if (sdref->thread_fd >= 0)
437 close(sdref->thread_fd);

Completed in 153 milliseconds