Searched defs:writeset (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | channels.c | 885 channel_pre_listener(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_listener() 892 channel_pre_connecting(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_connecting() 899 channel_pre_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open_13() 908 channel_pre_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open() 946 channel_pre_input_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_input_draining() 959 channel_pre_output_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_output_draining() 1042 channel_pre_x11_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open_13() 1068 channel_pre_x11_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open() 1094 channel_pre_mux_client(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_mux_client() 1118 channel_decode_socks4(Channel *c, fd_set *readset, fd_set *writeset) in channel_decode_socks4() [all …]
|
D | serverloop.c | 316 process_output(fd_set *writeset, int connection_out) in process_output() 354 fd_set *readset = NULL, *writeset = NULL; in server_loop2() local
|
D | clientloop.c | 1385 client_process_output(fd_set *writeset) in client_process_output() 1504 fd_set *readset = NULL, *writeset = NULL; in client_loop() local
|
D | ssh-agent.c | 1071 after_select(fd_set *readset, fd_set *writeset) in after_select()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_descriptor_set.c | 689 const VkWriteDescriptorSet *writeset = &pDescriptorWrites[i]; in radv_update_descriptor_sets() local
|