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

/sssd/src/util/
H A Dserver.c459 struct tevent_signal *tes; local
532 tes = tevent_add_signal(event_ctx, event_ctx, SIGINT, 0,
534 if (tes == NULL) {
539 tes = tevent_add_signal(event_ctx, event_ctx, SIGTERM, 0,
541 if (tes == NULL) {
644 tes = tevent_add_signal(ctx->event_ctx, ctx, SIGHUP, 0,
646 if (tes == NULL) {
H A Dchild_common.c62 struct tevent_signal *tes; local
82 tes = tevent_add_signal(ev, sigchld_ctx, SIGCHLD, SA_SIGINFO,
84 if (tes == NULL) {
/sssd/src/providers/
H A Ddata_provider_be.c375 struct tevent_signal *tes; local
457 tes = tevent_add_signal(be_ctx->ev, be_ctx, SIGUSR1, 0,
459 if (tes == NULL) {
467 tes = tevent_add_signal(be_ctx->ev, be_ctx, SIGUSR2, 0,
469 if (tes == NULL) {
/sssd/src/monitor/
H A Dmonitor.c2047 struct tevent_signal *tes; local
2083 tes = tevent_add_signal(ctx->ev, ctx, SIGHUP, 0,
2085 if (tes == NULL) {
2091 tes = tevent_add_signal(ctx->ev, ctx, SIGINT, 0,
2093 if (tes == NULL) {
2098 tes = tevent_add_signal(ctx->ev, ctx, SIGTERM, 0,
2100 if (tes == NULL) {
2106 tes = tevent_add_signal(ctx->ev, ctx, SIGUSR1, 0,
2108 if (tes == NULL) {
2114 tes
[all...]

Completed in 272 milliseconds