Searched defs:act (Results 1 - 4 of 4) sorted by relevance

/systemd/src/shared/
H A Dsleep-config.c230 unsigned long long act = 0; local
244 r = safe_atollu(active, &act);
251 r = act <= (size - used) * HIBERNATION_SWAP_THRESHOLD;
253 r ? "" : "im", act, size, used, 100*HIBERNATION_SWAP_THRESHOLD);
/systemd/src/udev/
H A Dudevadm-monitor.c75 struct sigaction act = {}; local
145 act.sa_handler = sig_handler;
146 act.sa_flags = SA_RESTART;
147 sigaction(SIGINT, &act, NULL);
148 sigaction(SIGTERM, &act, NULL);
/systemd/src/activate/
H A Dactivate.c324 static const struct sigaction act = { local
331 r = sigaction(SIGCHLD, &act, 0);
/systemd/src/basic/
H A Dhexdecoct.c578 int act = MIN(width, avail); local
585 memcpy(s, x + width * line, act);
586 s += act;
588 avail -= act;

Completed in 18 milliseconds