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

/sssd-io/src/responder/common/
H A Dresponder_cmd.c167 struct sss_cmd_table *sss_cmds)
171 for (i = 0; sss_cmds[i].cmd != SSS_CLI_NULL; i++) {
172 if (cmd == sss_cmds[i].cmd) {
173 return sss_cmds[i].fn(cctx);
165 sss_cmd_execute(struct cli_ctx *cctx, enum sss_cli_command cmd, struct sss_cmd_table *sss_cmds) argument
H A Dresponder.h129 struct sss_cmd_table *sss_cmds; member in struct:resp_ctx
208 struct sss_cmd_table sss_cmds[],
242 struct sss_cmd_table *sss_cmds);
H A Dresponder_common.c281 static int client_cmd_execute(struct cli_ctx *cctx, struct sss_cmd_table *sss_cmds) argument
288 return sss_cmd_execute(cctx, cmd, sss_cmds);
325 ret = client_cmd_execute(cctx, cctx->rctx->sss_cmds);
1146 struct sss_cmd_table sss_cmds[],
1172 rctx->sss_cmds = sss_cmds;
1143 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
/sssd-io/src/responder/pam/
H A Dpamsrv_cmd.c2201 static struct sss_cmd_table sss_cmds[] = { local
2214 return sss_cmds;

Completed in 32 milliseconds