Searched refs:action (Results 1 – 10 of 10) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | trap.c | 99 char *action; in trapcmd() local 118 action = NULL; in trapcmd() 120 action = *ap++; in trapcmd() 127 if (action) { in trapcmd() 128 if (action[0] == '-' && action[1] == '\0') in trapcmd() 131 if (*action) in trapcmd() 133 action = savestr(action); in trapcmd() 187 int action; in setsignal() local 192 action = S_DFL; in setsignal() 196 action = S_IGN; in setsignal() [all …]
|
| A D | error.c | 212 errmsg(int e, int action) in errmsg() argument 217 if (action & E_OPEN) in errmsg() 219 else if (action & E_CREAT) in errmsg()
|
| A D | process.c | 96 … {.action = FDIO_SPAWN_ACTION_CLONE_FD, .fd = {.local_fd = fds ? fds[0] : 0, .target_fd = 0}}, in process_subshell() 97 … {.action = FDIO_SPAWN_ACTION_CLONE_FD, .fd = {.local_fd = fds ? fds[1] : 1, .target_fd = 1}}, in process_subshell() 98 … {.action = FDIO_SPAWN_ACTION_CLONE_FD, .fd = {.local_fd = fds ? fds[2] : 2, .target_fd = 2}}, in process_subshell() 99 … {.action = FDIO_SPAWN_ACTION_ADD_HANDLE, .h = {.id = PA_HND(PA_USER0, 0), .handle = ast_vmo}}, in process_subshell()
|
| A D | TOUR | 64 special action to request this. 308 signal figures out what action should be taken when a signal is
|
| /third_party/ulib/musl/src/termios/ |
| A D | tcflow.c | 4 int tcflow(int fd, int action) { in tcflow() argument 5 return ioctl(fd, TCXONC, action); in tcflow()
|
| /third_party/tools/android/ |
| A D | mkbootimg | 136 'kernel command line', default='', action=ValidateStrLenAction, maxlen=1536) 147 parser.add_argument('--board', help='board name', default='', action=ValidateStrLenAction, 152 action='store_true')
|
| A D | mkdtimg | 141 action='store_true')
|
| /third_party/tools/android/avb/ |
| A D | avbtool | 3763 action='append') 3767 action='append') 3771 action='append') 3783 action='append', 3789 action='store_true') 3794 action='append') 3801 action='store_true') 3815 action='store_true') 3820 action='store_true') 3894 action='store_true') [all …]
|
| /third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/ |
| A D | ec_commands.h | 4313 uint32_t action; member
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 1439 runtime action of a full table removal are unknown.
|
Completed in 47 milliseconds