Searched refs:action (Results 26 - 50 of 134) sorted by last modified time

123456

/haiku/headers/posix/
H A Dsignal.h229 int sigaction(int _signal, const struct sigaction* action,
H A Dtermios.h233 extern int tcflow(int fd, int action);
/haiku/headers/private/system/
H A Dsyscalls.h231 extern status_t _kern_sigaction(int sig, const struct sigaction *action,
/haiku/src/system/kernel/arch/riscv64/
H A Darch_thread.cpp163 struct sigaction* action, size_t spaceNeeded)
168 (action->sa_flags & SA_ONSTACK) != 0 && (
162 get_signal_stack(Thread* thread, struct iframe* frame, struct sigaction* action, size_t spaceNeeded) argument
/haiku/src/apps/terminal/
H A DTermView.cpp2107 insertMessage->AddInt8("action", kInsert);
2111 cdMessage->AddInt8("action", kChangeDirectory);
2115 lnMessage->AddInt8("action", kLinkFiles);
2119 mvMessage->AddInt8("action", kMoveFiles);
2123 cpMessage->AddInt8("action", kCopyFiles);
2180 int8 action = -1; local
2181 message->FindInt8("action", &action);
2186 switch (action) {
2221 if (action
[all...]
H A DTermApp.cpp92 struct sigaction action; local
93 action.sa_handler = (__sighandler_t)_SigChildHandler;
94 sigemptyset(&action.sa_mask);
95 action.sa_flags = 0;
96 if (sigaction(SIGCHLD, &action, NULL) < 0) {
/haiku/src/add-ons/kernel/file_cache/
H A Dlog.cpp52 uint8 action; member in struct:cache_log
110 log->action = 'o';
118 TRACE(("log: added entry %s, <%c%d> %ld:%lld:%lld:%s\n", log->team_name, log->action,
135 log->action = 'c';
161 log->action = 'l';
273 switch (log->action) {
311 log->team, log->timestamp, log->team_name, log->action, log->type, log->device,
333 if (log->action != 'l')
/haiku/src/system/kernel/
H A Dteam.cpp809 struct sigaction& action = SignalActionFor(i); local
810 if (action.sa_handler != SIG_IGN && action.sa_handler != SIG_DFL)
811 action.sa_handler = SIG_DFL;
813 action.sa_mask = 0;
814 action.sa_flags = 0;
815 action.sa_userdata = NULL;
4118 // whole action.
H A Dsignal.cpp653 out.Print("signal action: signal: %" B_PRIu32 " (%s), "
654 "action: {handler: %p, flags: %#x, mask: %#" B_PRIx64 "}",
873 setup_signal_frame(Thread* thread, struct sigaction* action, Signal* signal, argument
896 frameData.user_data = action->sa_userdata;
899 frameData.siginfo_handler = (action->sa_flags & SA_SIGINFO) != 0;
901 ? (void*)action->sa_sigaction : (void*)action->sa_handler;
919 return arch_setup_signal_frame(thread, action, &frameData);
1012 // get the action for the signal
2024 // signal for those signals whose default action i
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_thread.cpp232 struct sigaction* action, size_t spaceNeeded)
235 if (thread->signal_stack_enabled && (action->sa_flags & SA_ONSTACK) != 0
231 get_signal_stack(Thread* thread, struct iframe* frame, struct sigaction* action, size_t spaceNeeded) argument
/haiku/src/kits/tracker/
H A DFSUtils.h263 DestructiveAction action, bool dontAsk = false,
H A DNavigator.cpp176 message.AddInt32("action", kActionSet);
221 BNavigator::SendNavigationMessage(NavigationAction action, BEntry* entry, argument
229 message.AddInt32("action", action);
292 message.AddInt32("action", kActionLocation);
306 BNavigator::UpdateLocation(const Model* newmodel, int32 action) argument
312 switch (action) {
348 if (action != kActionLocation)
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp2492 Action* action = dynamic_cast<Action*>(entry); local
2493 if (action != NULL) {
2495 out.DumpEntry(action);
/haiku/src/servers/debug/
H A DDebugServer.cpp59 action_for_string(const char* action, int32& _action) argument
61 if (strcmp(action, "kill") == 0)
63 else if (strcmp(action, "debug") == 0)
65 else if (strcmp(action, "log") == 0
66 || strcmp(action, "report") == 0) {
68 } else if (strcasecmp(action, "core") == 0)
70 else if (strcasecmp(action, "user") == 0)
/haiku/headers/private/drivers/
H A Dscsi_periph.h43 uint32 action : 8; // err_act code member in struct:err_res
47 err_res _res = {.error_code = (code), .action = (aaction) }; \
/haiku/src/system/libroot/posix/
H A Dtermios.c69 tcflow(int fd, int action) argument
71 switch (action) {
83 return ioctl(fd, TCXONC, action);
H A Dspawn.cpp44 } action; member in struct:_file_action
100 struct _file_action *action = &actions->actions[i]; local
102 if (action->type == file_action_open)
103 free(action->action.open_action.path);
104 else if (action->type == file_action_chdir)
105 free(action->action.chdir_action.path);
135 struct _file_action *action = &actions->actions[actions->count]; local
136 action
163 struct _file_action *action = &actions->actions[actions->count]; local
188 struct _file_action *action = &actions->actions[actions->count]; local
215 struct _file_action *action = &actions->actions[actions->count]; local
241 struct _file_action *action = &actions->actions[actions->count]; local
412 struct sigaction action; local
457 struct _file_action *action = &actions->actions[i]; local
[all...]
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py519 action='store_true',
/haiku/src/kits/network/libnetservices/
H A DNetworkRequest.cpp85 struct sigaction action; local
86 action.sa_handler = empty;
87 action.sa_mask = 0;
88 action.sa_flags = 0;
89 sigaction(SIGUSR1, &action, NULL);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1924 // action mechanism to allow one to specify an explicit
1925 // target for each action rather than them all defaulting
2763 VariablesView::_AddContextAction(const char* action, uint32 what, argument
2767 status_t result = _CreateContextAction(action, what, item);
2783 VariablesView::_CreateContextAction(const char* action, uint32 what, argument
2792 _item = new(std::nothrow) ActionMenuItem(action,
H A DTeamWindow.cpp969 TeamWindow::ThreadActionRequested(::Thread* thread, uint32 action, argument
973 fListener->ThreadActionRequested(thread->ID(), action, address);
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp431 dp_encoder_service(int action, int linkRate, uint8 lane, uint8 config) argument
439 args.ucAction = action;
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1688 do_window_action(int32 windowToken, int32 action, BRect zoomRect, bool zoom) argument
1694 link.Attach<int32>(action);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.cpp95 _fat_ioctl_(nspace *vol, uint32 action, uint32 cluster, uint32 N) argument
104 = action != _IOCTL_SET_ENTRY_ && action != _IOCTL_ALLOCATE_N_ENTRIES_;
107 uint32 endOfChainMarker = (action == _IOCTL_SET_ENTRY_) ? N : 0x0fffffff;
109 ASSERT(action >= _IOCTL_COUNT_FREE_
110 && action <= _IOCTL_ALLOCATE_N_ENTRIES_);
112 DPRINTF(3, ("_fat_ioctl_: action %" B_PRIu32 ", cluster %" B_PRIu32
113 ", N %" B_PRId32 "\n", action, cluster, N));
115 if (action == _IOCTL_COUNT_FREE_) {
123 if (action
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_output.c168 return "action";
1763 u_int8_t action)
1774 *frm++ = action; /* ACTION_SA_QUERY_REQ/RESP */
1784 u_int8_t categ, u_int8_t action, int arg)
1790 switch (action) {
1805 switch (action) {
1810 m = ieee80211_get_sa_query(ic, ni, action);
1762 ieee80211_get_sa_query(struct ieee80211com *ic, struct ieee80211_node *ni, u_int8_t action) argument
1783 ieee80211_get_action(struct ieee80211com *ic, struct ieee80211_node *ni, u_int8_t categ, u_int8_t action, int arg) argument

Completed in 393 milliseconds

123456