Searched defs:pipe_fd (Results 1 - 2 of 2) sorted by relevance

/sssd/src/responder/pam/
H A Dpamsrv.c172 int pipe_fd, int priv_pipe_fd)
185 SSS_PAM_SOCKET_NAME, pipe_fd,
329 int pipe_fd; local
364 ret = create_pipe_fd(SSS_PAM_SOCKET_NAME, &pipe_fd, SCKT_RSP_UMASK);
394 pipe_fd, priv_pipe_fd);
169 pam_process_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct confdb_ctx *cdb, int pipe_fd, int priv_pipe_fd) argument
/sssd/src/responder/common/
H A Dresponder_common.c925 int pipe_fd,
952 rctx->lfd = pipe_fd;
920 sss_process_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct confdb_ctx *cdb, struct sss_cmd_table sss_cmds[], const char *sss_pipe_name, int pipe_fd, const char *sss_priv_pipe_name, int priv_pipe_fd, const char *confdb_service_path, const char *svc_name, uint16_t svc_version, struct mon_cli_iface *monitor_intf, const char *cli_name, struct sbus_iface_map *sbus_iface, connection_setup_t conn_setup, struct resp_ctx **responder_ctx) argument

Completed in 20 milliseconds