action             38 usr/lib/libc/termios/tcflow.c tcflow(fd, action)
action             39 usr/lib/libc/termios/tcflow.c 	int fd, action;
action             44 usr/lib/libc/termios/tcflow.c 	switch (action) {
action             53 usr/lib/libc/termios/tcflow.c 		c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
action             61 usr/lib/posix/signal/__exception.c 	struct sigaction action;
action             69 usr/lib/posix/signal/__exception.c 		action = __sig_act[sig];
action             78 usr/lib/posix/signal/__exception.c 			__sig_mask |= action.sa_mask;
action             81 usr/lib/posix/signal/__exception.c 			if (action.sa_handler == SIG_DFL) {
action             96 usr/lib/posix/signal/__exception.c 			} else if (action.sa_handler != SIG_IGN) {
action             98 usr/lib/posix/signal/__exception.c 				if (action.sa_flags & SA_SIGINFO) {
action            102 usr/lib/posix/signal/__exception.c 					action.sa_sigaction(sig, &si, NULL);
action            104 usr/lib/posix/signal/__exception.c 					action.sa_handler(sig);
action            120 usr/lib/posix/signal/__exception.c 			if (action.sa_handler != SIG_IGN)
action            107 usr/sbin/pmctrl/pmctrl.c pmctrl_confirm(char *action)
action            111 usr/sbin/pmctrl/pmctrl.c 	printf("Do you want to %s the system now? (y/n) ", action);