Home
last modified time | relevance | path

Searched +defs:ufds +defs:fd (Results 1 – 9 of 9) sorted by relevance

/external/selinux/policycoreutils/mcstrans/src/
Dmcstransd.c86 send_response(int fd, uint32_t function, char *data, int32_t ret_val) in send_response()
124 get_peer_pid(int fd, pid_t *pid) in get_peer_pid()
142 process_request(int fd, uint32_t function, char *data1, char *UNUSED(data2)) in process_request()
194 service_request(int fd) in service_request()
267 add_pollfd(struct pollfd **ufds, int *nfds, int connfd) in add_pollfd()
297 adj_pollfds(struct pollfd **ufds, int *nfds) in adj_pollfds()
313 process_events(struct pollfd **ufds, int *nfds) in process_events()
392 struct pollfd *ufds = (struct pollfd *)malloc(sizeof(struct pollfd)); in process_connections() local
/external/avahi/avahi-common/
Dsimple-watch.c118 static int set_nonblock(int fd) { in set_nonblock()
132 static AvahiWatch* watch_new(const AvahiPoll *api, int fd, AvahiWatchEvent event, AvahiWatchCallbac… in watch_new()
626 static int system_poll(struct pollfd *ufds, unsigned int nfds, int timeout, AVAHI_GCC_UNUSED void *… in system_poll()
/external/avahi/avahi-compat-howl/
Dcompat.c130 static int read_command(int fd) { in read_command()
144 static int write_command(int fd, char reply) { in write_command()
155 static int poll_func(struct pollfd *ufds, unsigned int nfds, int timeout, void *userdata) { in poll_func()
338 int fd[2] = { -1, -1}; in sw_discovery_init() local
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c740 Int fd; /* The file descriptor. */ member
780 static void door_record_server(ThreadId tid, Addr server_procedure, Int fd) in door_record_server()
805 static void door_record_client(ThreadId tid, Int fd, in door_record_client()
828 static void door_revoke(ThreadId tid, Int fd) in door_revoke()
852 static void door_server_fattach(Int fd, HChar *pathname) in door_server_fattach()
884 static const OpenDoor *door_find_by_fd(Int fd) in door_find_by_fd()
1660 Int fd = sr_Res(sres); in handle_psinfo_open() local
1829 Int fd = (Int) ARG2; in PRE() local
2358 Int fd = (Int) ARG1; in PRE() local
2501 Int fd = (Int) ARG1; in PRE() local
[all …]
Dsyswrap-generic.c177 UInt flags, Int fd, Off64T offset) in notify_core_of_mmap()
538 Int fd; /* The file descriptor */ member
759 getsockdetails(Int fd) in getsockdetails()
4095 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in PRE() local
4115 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in POST() local
Dsyswrap-linux.c1299 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in PRE() local
1326 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1; in POST() local
2295 Int fd, read; in linux_kernel_2_6_22() local
/external/avahi/avahi-compat-libdns_sd/
Dcompat.c263 static int read_command(int fd) { in read_command()
277 static int write_command(int fd, char reply) { in write_command()
288 static int poll_func(struct pollfd *ufds, unsigned int nfds, int timeout, void *userdata) { in poll_func()
362 int fd[2] = { -1, -1 }; in sdref_new() local
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h441 #define __sanitizer_syscall_pre_fsync(fd) \ argument
443 #define __sanitizer_syscall_post_fsync(res, fd) \ argument
445 #define __sanitizer_syscall_pre_fdatasync(fd) \ argument
447 #define __sanitizer_syscall_post_fdatasync(res, fd) \ argument
474 #define __sanitizer_syscall_pre_ftruncate(fd, length) \ argument
476 #define __sanitizer_syscall_post_ftruncate(res, fd, length) \ argument
491 #define __sanitizer_syscall_pre_fstatfs(fd, buf) \ argument
493 #define __sanitizer_syscall_post_fstatfs(res, fd, buf) \ argument
495 #define __sanitizer_syscall_pre_fstatfs64(fd, sz, buf) \ argument
497 #define __sanitizer_syscall_post_fstatfs64(res, fd, sz, buf) \ argument
[all …]
/external/curl/lib/
Dmulti.c228 int fd = *((int *) key); in hash_fd() local
805 struct pollfd *ufds = NULL; in curl_multi_wait() local