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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dchan_user.c184 int pid, thread, thread_fd = -1; local
194 thread = winch_tramp(fd, tty, &thread_fd);
196 register_winch_irq(thread_fd, fd, thread, tty);
198 count = os_write_file(thread_fd, &c, sizeof(c));
H A Dubd_kern.c475 int thread_fd = -1; variable
514 n = os_read_file(thread_fd, &req,
530 reactivate_fd(thread_fd, UBD_IRQ);
936 &thread_fd);
944 err = um_request_irq(UBD_IRQ, thread_fd, IRQ_READ, ubd_intr,
1115 n = os_write_file(thread_fd, &io_req,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dcompat.c89 int thread_fd, main_fd; member in struct:_sw_discovery
183 if ((command = read_command(self->thread_fd)) < 0)
211 if (write_command(self->thread_fd, ret < 0 ? COMMAND_POLL_FAILED : COMMAND_POLL_DONE) < 0)
360 (*self)->thread_fd = fd[0];
451 if (self->thread_fd >= 0)
452 close(self->thread_fd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dcompat.c70 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 163 milliseconds