Searched refs:action (Results 101 - 125 of 134) sorted by last modified time

123456

/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1094 uint32 action, target_addr_t address)
1096 BMessage message(action);
1093 ThreadActionRequested(thread_id threadID, uint32 action, target_addr_t address) argument
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h123 uint32 action,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h104 status_t _AddContextAction(const char* action,
107 status_t _CreateContextAction(const char* action,
H A DBreakpointsView.cpp273 BreakpointsView::_HandleBreakpointAction(uint32 action) argument
282 if (action == MSG_ENABLE_BREAKPOINT && !breakpoint->IsEnabled())
284 else if (action == MSG_DISABLE_BREAKPOINT
287 } else if (action == MSG_CLEAR_BREAKPOINT)
291 if (action == MSG_ENABLE_BREAKPOINT && !watchpoint->IsEnabled())
293 else if (action == MSG_DISABLE_BREAKPOINT
296 } else if (action == MSG_CLEAR_BREAKPOINT)
H A DBreakpointsView.h53 void _HandleBreakpointAction(uint32 action);
H A DSourceView.h112 uint32 action, target_addr_t address) = 0;
/haiku/src/tests/system/glue/
H A DStackAlign.cpp51 struct sigaction action; local
58 action.sa_handler = handler;
59 action.sa_mask = 0;
60 action.sa_flags = SA_ONSTACK;
61 sigaction(SIGUSR1, &action, NULL);
/haiku/src/apps/softwareupdater/
H A DWorkingLooper.h24 WorkingLooper(update_type action, bool verbose);
H A DWorkingLooper.cpp13 WorkingLooper::WorkingLooper(update_type action, bool verbose) argument
18 fActionRequested(action),
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h166 void ErrorAlert(const char * action, status_t err);
H A DRecorderWindow.cpp1140 RecorderWindow::ErrorAlert(const char * action, status_t err)
1144 sprintf(msg, "%s: %s. [%" B_PRIx32 "]", action, strerror(err), (int32) err);
1146 sprintf(msg, "%s.", action);
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h92 uint32 action, target_addr_t address);
H A DThreadHandler.h71 void HandleThreadAction(uint32 action,
/haiku/src/kits/mail/
H A DMailProtocol.cpp196 BMailFilterAction action = _ProcessHeaderFetched(ref, file, attributes); local
197 if (action >= B_OK && action != B_DELETE_MAIL_ACTION)
200 return action;
217 BMailFilterAction action = _ProcessHeaderFetched(ref, file, attributes); local
218 if (action >= B_OK && action != B_DELETE_MAIL_ACTION) {
223 return action;
305 BMailFilterAction action = fFilterList.ItemAt(i)->HeaderFetched(outRef, local
307 if (action
[all...]
/haiku/src/kits/tracker/
H A DNavigator.h71 void UpdateLocation(const Model* newmodel, int32 action);
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css12 abbrev, accel, acronym, action, application, artpagenums, authorinitials,
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp118 struct sigaction action; local
119 action.sa_handler = (__sighandler_t)_SignalHandler;
120 action.sa_flags = 0;
121 sigemptyset(&action.sa_mask);
122 action.sa_userdata = this;
123 if (sigaction(SIGHUP, &action, NULL) < 0
124 || sigaction(SIGINT, &action, NULL) < 0
125 || sigaction(SIGQUIT, &action, NULL) < 0) {
315 // start the action
/haiku/headers/private/storage/mime/
H A DDatabase.h138 const char *extraType, bool largeIcon, int32 action);
140 const char *extraType, int32 action);
142 bool largeIcon, int32 action);
144 int32 action);
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dscsi_periph.cpp62 if (res.action == err_act_start) {
101 if (res.action == err_act_ok)
102 res.action = err_act_retry;
104 } while ((res.action == err_act_retry && retries++ < 3)
105 || (res.action == err_act_many_retries && retries++ < 30));
/haiku/headers/private/drivers/
H A Dscsi_sense.h30 err_act action; member in struct:_scsi_sense_key_table
59 err_act action; member in struct:_scsi_sense_asc_table
764 scsi_get_sense_key_info(uint8 key, const char **label, err_act *action, status_t *error) argument
770 *action = sSCSISenseKeyTable[i].action;
781 scsi_get_sense_asc_info(uint16 asc_asq, const char **label, err_act *action, status_t *error) argument
787 *action = sSCSISenseAscTable[i].action;
/haiku/src/system/libroot/posix/signal/
H A Dsigaction.cpp28 // convert the new action
29 struct sigaction action; local
31 action.sa_handler = beosAction->sa_handler;
32 action.sa_mask = from_beos_sigset(beosAction->sa_mask);
33 action.sa_flags = beosAction->sa_flags | SA_BEOS_COMPATIBLE_HANDLER;
34 action.sa_userdata = beosAction->sa_userdata;
38 if (__sigaction(signal, beosAction != NULL ? &action : NULL,
43 // If the signal is SIGSEGV, set the same signal action for SIGBUS. Those
46 __sigaction(SIGBUS, &action, NULL);
48 // convert the old action bac
62 __sigaction(int signal, const struct sigaction* action, struct sigaction* oldAction) argument
[all...]
H A Dsiginterrupt.cpp17 struct sigaction_beos action; local
18 __sigaction_beos(signal, NULL, &action);
20 action.sa_flags &= ~SA_RESTART;
22 action.sa_flags |= SA_RESTART;
24 return __sigaction_beos(signal, &action, NULL);
31 struct sigaction action; local
32 sigaction(signal, NULL, &action);
34 action.sa_flags &= ~SA_RESTART;
36 action.sa_flags |= SA_RESTART;
38 return sigaction(signal, &action, NUL
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp235 action(const char* format, ...) function
512 action("create dir %s (identifier %lu)", name.c_str(), sCount);
547 action("removed dir %s", name.c_str());
560 action("create file %s (identifier %lu)", name.c_str(), sCount);
596 action("removed file %s", name.c_str());
615 action("rename file \"%s\" to \"%s\"", oldName.c_str(), newName.c_str());
634 action("append to \"%s\"", file.name.c_str());
655 action("replace \"%s\" contents", file.name.c_str());
681 action("truncate \"%s\"", file.name.c_str());
823 file_action action local
[all...]
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp92 int32 action = CountWindows() > 1 ? rand() % 10 : 0; local
93 switch (action) {
/haiku/src/tests/system/kernel/
H A Dsigint_bug113_test.cpp96 struct sigaction action; local
97 sigaction(kSignals[i].signal, NULL, &action);
106 if (action.sa_handler == SIG_DFL)
108 else if (action.sa_handler == SIG_IGN)
110 else if (action.sa_handler == SIG_ERR)
113 printf("%p", action.sa_handler);
120 if (action.sa_flags & kSigActionFlags[i].flag) {

Completed in 169 milliseconds

123456