winbindd_fd 29 nsswitch/wb_common.c int winbindd_fd = -1; /* fd for winbindd socket */ winbindd_fd 66 nsswitch/wb_common.c if (winbindd_fd != -1) { winbindd_fd 67 nsswitch/wb_common.c close(winbindd_fd); winbindd_fd 68 nsswitch/wb_common.c winbindd_fd = -1; winbindd_fd 318 nsswitch/wb_common.c if (winbindd_fd != -1) { winbindd_fd 319 nsswitch/wb_common.c return winbindd_fd; winbindd_fd 326 nsswitch/wb_common.c if ((winbindd_fd = winbind_named_pipe_sock(winbindd_socket_dir())) == -1) { winbindd_fd 346 nsswitch/wb_common.c close(winbindd_fd); winbindd_fd 347 nsswitch/wb_common.c winbindd_fd = fd; winbindd_fd 358 nsswitch/wb_common.c return winbindd_fd; winbindd_fd 391 nsswitch/wb_common.c FD_SET(winbindd_fd, &r_fds); winbindd_fd 394 nsswitch/wb_common.c if (select(winbindd_fd + 1, &r_fds, NULL, NULL, &tv) == -1) { winbindd_fd 401 nsswitch/wb_common.c if (!FD_ISSET(winbindd_fd, &r_fds)) { winbindd_fd 405 nsswitch/wb_common.c result = write(winbindd_fd, winbindd_fd 438 nsswitch/wb_common.c if (winbindd_fd == -1) { winbindd_fd 451 nsswitch/wb_common.c FD_SET(winbindd_fd, &r_fds); winbindd_fd 456 nsswitch/wb_common.c if ((selret = select(winbindd_fd + 1, &r_fds, NULL, NULL, &tv)) == -1) { winbindd_fd 472 nsswitch/wb_common.c if (FD_ISSET(winbindd_fd, &r_fds)) { winbindd_fd 476 nsswitch/wb_common.c int result = read(winbindd_fd, (char *)buffer + nread, winbindd_fd 36 nsswitch/wbinfo4.c extern int winbindd_fd; winbindd_fd 1014 nsswitch/wbinfo4.c (result == NSS_STATUS_SUCCESS) ? "succeeded" : "failed", winbindd_fd); winbindd_fd 49 nsswitch/winbind_nss_irix.c extern int winbindd_fd; winbindd_fd 421 nsswitch/winbind_nss_irix.c nsd_callback_remove(winbindd_fd); winbindd_fd 471 nsswitch/winbind_nss_irix.c winbindd_fd); winbindd_fd 473 nsswitch/winbind_nss_irix.c nsd_callback_new(winbindd_fd, winbind_callback, NSD_READ); winbindd_fd 99 source4/utils/ntlm_auth.c extern int winbindd_fd;