Searched refs:tes (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/util/ |
H A D | server.c | 464 struct tevent_signal *tes; local 550 tes = tevent_add_signal(event_ctx, event_ctx, SIGINT, 0, 552 if (tes == NULL) { 557 tes = tevent_add_signal(event_ctx, event_ctx, SIGTERM, 0, 559 if (tes == NULL) { 664 tes = tevent_add_signal(ctx->event_ctx, ctx, SIGHUP, 0, 666 if (tes == NULL) {
|
H A D | child_common.c | 63 struct tevent_signal *tes; local 83 tes = tevent_add_signal(ev, sigchld_ctx, SIGCHLD, SA_SIGINFO, 85 if (tes == NULL) {
|
/sssd-io/src/providers/ |
H A D | data_provider_be.c | 386 struct tevent_signal *tes; local 507 tes = tevent_add_signal(be_ctx->ev, be_ctx, SIGUSR1, 0, 509 if (tes == NULL) { 517 tes = tevent_add_signal(be_ctx->ev, be_ctx, SIGUSR2, 0, 519 if (tes == NULL) {
|
/sssd-io/src/monitor/ |
H A D | monitor.c | 1962 struct tevent_signal *tes; local 1998 tes = tevent_add_signal(ctx->ev, ctx, SIGHUP, 0, 2000 if (tes == NULL) { 2006 tes = tevent_add_signal(ctx->ev, ctx, SIGINT, 0, 2008 if (tes == NULL) { 2013 tes = tevent_add_signal(ctx->ev, ctx, SIGTERM, 0, 2015 if (tes == NULL) { 2021 tes = tevent_add_signal(ctx->ev, ctx, SIGUSR1, 0, 2023 if (tes == NULL) { 2029 tes [all...] |
Completed in 29 milliseconds