Searched defs:act (Results 1 - 4 of 4) sorted by relevance
/systemd/src/shared/ |
H A D | sleep-config.c | 230 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 D | udevadm-monitor.c | 75 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 D | activate.c | 324 static const struct sigaction act = { local 331 r = sigaction(SIGCHLD, &act, 0);
|
/systemd/src/basic/ |
H A D | hexdecoct.c | 578 int act = MIN(width, avail); local 585 memcpy(s, x + width * line, act); 586 s += act; 588 avail -= act;
|
Completed in 26 milliseconds