Searched refs:action (Results 1 – 11 of 11) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | spawni.c | 196 if (action->action.close_action.fd < 0 in __spawni_child() 210 __close_nocancel (action->action.open_action.fd); in __spawni_child() 213 action->action. in __spawni_child() 215 action->action.open_action.mode); in __spawni_child() 223 if (ret != action->action.open_action.fd) in __spawni_child() 226 != action->action.open_action.fd) in __spawni_child() 238 if (action->action.dup2_action.fd in __spawni_child() 239 == action->action.dup2_action.newfd) in __spawni_child() 241 int fd = action->action.dup2_action.newfd; in __spawni_child() 249 action->action.dup2_action.newfd) in __spawni_child() [all …]
|
A D | tcflow.c | 25 tcflow (int fd, int action) in tcflow() argument 27 return __ioctl (fd, TCXONC, action); in tcflow()
|
/sysdeps/posix/ |
A D | sigintr.c | 31 struct sigaction action; in siginterrupt() local 33 if (__sigaction (sig, (struct sigaction *) NULL, &action) < 0) in siginterrupt() 39 action.sa_flags &= ~SA_RESTART; in siginterrupt() 44 action.sa_flags |= SA_RESTART; in siginterrupt() 47 if (__sigaction (sig, &action, (struct sigaction *) NULL) < 0) in siginterrupt()
|
A D | sigwait.c | 38 struct sigaction action; in do_sigwait() local 46 action.sa_handler = ignore_signal; in do_sigwait() 47 action.sa_flags = 0; in do_sigwait() 48 __sigfillset (&action.sa_mask); /* Block all signals for handler. */ in do_sigwait() 61 if (__sigaction (this, &action, &saved[this]) != 0) in do_sigwait()
|
A D | libc_fatal.c | 57 __libc_message (enum __libc_message_action action, const char *fmt, ...) in __libc_message() argument 126 if ((action & do_abort)) in __libc_message() 153 if ((action & do_abort)) in __libc_message()
|
/sysdeps/unix/bsd/ |
A D | tcflow.c | 27 tcflow (int fd, int action) in tcflow() argument 29 switch (action) in tcflow() 45 c = attr.c_cc[action == TCIOFF ? VSTOP : VSTART]; in tcflow()
|
/sysdeps/mach/hurd/ |
A D | spawni.c | 556 err = do_close (action->action.close_action.fd); in __spawni() 561 && dtable[action->action.dup2_action.fd] != MACH_PORT_NULL) in __spawni() 563 const int fd = action->action.dup2_action.fd; in __spawni() 564 const int newfd = action->action.dup2_action.newfd; in __spawni() 605 const int fd = action->action.open_action.fd; in __spawni() 614 err = child_lookup (action->action.open_action.path, in __spawni() 615 action->action.open_action.oflag, in __spawni() 616 action->action.open_action.mode, in __spawni() 623 err = child_chdir (action->action.chdir_action.path); in __spawni() 627 err = child_fchdir (action->action.fchdir_action.fd); in __spawni() [all …]
|
/sysdeps/pthread/ |
A D | tst-mtx-trylock.c | 34 choose_action (int action, char* thread_name) in choose_action() argument 36 switch (action) in choose_action()
|
A D | tst-mtx-timedlock.c | 37 choose_action (int action, char* thread_name) in choose_action() argument 39 switch (action) in choose_action()
|
/sysdeps/mach/hurd/i386/ |
A D | trampoline.c | 83 _hurd_setup_sighandler (struct hurd_sigstate *ss, const struct sigaction *action, in _hurd_setup_sighandler() argument 168 if ((action->sa_flags & SA_ONSTACK) in _hurd_setup_sighandler() 228 if (action->sa_flags & SA_SIGINFO) in _hurd_setup_sighandler()
|
/sysdeps/generic/ |
A D | ldsodefs.h | 1414 void _dl_audit_activity_map (struct link_map *l, int action) 1419 void _dl_audit_activity_nsid (Lmid_t nsid, int action)
|
Completed in 13 milliseconds