Searched refs:action (Results 26 - 50 of 134) sorted by relevance

123456

/haiku/src/system/libroot/posix/musl/search/
H A Dhsearch.c104 ENTRY *hsearch(ENTRY item, ACTION action) argument
108 __hsearch_r(item, action, &e, &htab);
136 static int __hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) argument
145 if (action == FIND) {
/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/system/kernel/arch/arm64/
H A DVMSAv8TranslationMap.cpp208 VMSAv8TranslationMap::VMAction action, uint64_t attr, vm_page_reservation* reservation)
212 ASSERT(reservation != NULL || action != VMAction::MAP);
231 MapRange(table, level + 1, va, pa, aligned - va, action, attr, reservation);
242 if (action == VMAction::MAP)
244 if (action == VMAction::SET_ATTR || action == VMAction::CLEAR_FLAGS)
246 if (action == VMAction::UNMAP)
256 if (action == VMAction::MAP || (oldPte & 0x1) != 0) {
258 if (action == VMAction::MAP) {
260 } else if (action
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.h146 * definition of action or option for each command.
148 /* define general purpose action */
153 /* define action or option for HostCmd_FW_USE_FIXED_RATE */
228 uint16_t action; member in struct:malo_cmd_rf_antenna
235 uint16_t action; member in struct:malo_cmd_radio_control
247 uint16_t action; /* 0 -> unset, 1 -> set */ member in struct:malo_cmd_fw_set_wmmmode
252 uint16_t action; member in struct:malo_cmd_fw_set_rf_channel
259 uint16_t action; member in struct:malo_cmd_rf_tx_power
287 uint32_t action; member in struct:malo_cmd_fw_use_fixed_rate
319 uint16_t action; member in struct:malo_cmd_fw_setslot
333 uint16_t action; member in struct:malo_cmd_wepkey
346 uint16_t action; member in struct:malo_cmd_mcast
[all...]
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp84 B_TRANSLATE("this field is based on the action"));
115 // Popuplate action menu
117 fActionMenu = new BPopUpMenu(B_TRANSLATE("<Choose action>"));
120 rule_action action; member in struct:__anon1577
131 message->AddInt32("action", (int32)kActions[i].action);
136 BMenuField* actionField = new BMenuField("action", B_TRANSLATE("Then"),
167 int32 action = fActionMenu->IndexOf(fActionMenu->FindMarked()); local
168 settings.SetInt32("action", action);
[all...]
/haiku/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.cpp172 action();
187 action();
195 action();
200 void HttpURLConnection::action() function in class:HttpURLConnection
294 action();
/haiku/src/apps/terminal/
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/kits/tracker/
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)
H A DNavigator.h71 void UpdateLocation(const Model* newmodel, int32 action);
/haiku/src/bin/desklink/
H A Ddesklink.cpp113 printf("desklink: usage: cmd=title:action\n");
116 BString *action = new BString(argv[i] + 4); local
117 action->Remove(0, index+1);
119 actionList.AddItem(action);
158 printf( "usage: desklink { [ --list|--remove|[cmd=title:action ... ] [ path|signature ] } ...\n"
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp125 get_signal_stack(Thread* thread, struct iframe* frame, struct sigaction* action, argument
130 && (action->sa_flags & SA_ONSTACK) != 0
287 \param action The signal action specified for the signal to be handled.
293 arch_setup_signal_frame(Thread* thread, struct sigaction* action, argument
304 if ((action->sa_flags & SA_BEOS_COMPATIBLE_HANDLER) != 0
332 uint8* userStack = get_signal_stack(thread, frame, action,
360 (action->sa_flags & SA_BEOS_COMPATIBLE_HANDLER) != 0,
/haiku/3rdparty/vmware/
H A Dhaiku.vmx11 uuid.action = "create"
H A Dhaiku-alpha.vmx11 uuid.action = "create"
H A Dhaiku-nightly.vmx11 uuid.action = "create"
/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/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/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/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp129 // Perform the window action in case the mouse was not moved.
182 // perform the action (this also updates the delta)
780 Action action = ACTION_NONE; local
802 // translate the region into an action
814 action = ACTION_SLIDE_TAB;
817 action = ACTION_DRAG;
825 action = ACTION_DRAG;
829 action = (flags & B_NOT_CLOSABLE) == 0
834 action = (flags & B_NOT_ZOOMABLE) == 0
839 action
[all...]
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp96 status_t usb_disk_request_sense(device_lun *lun, err_act *action);
98 status_t usb_disk_test_unit_ready(device_lun *lun, err_act *action = NULL);
626 err_act action = err_act_ok; local
629 result = usb_disk_request_sense(lun, &action);
667 err_act action = err_act_fail; local
670 | parameter.additional_sense_code_qualifier, &label, &action,
685 scsi_get_sense_key_info(parameter.sense_key, &label, &action, &status);
700 *_action = action;
790 err_act action = err_act_ok; local
793 &dataLength, true, &action);
851 err_act action = err_act_ok; local
902 err_act action = err_act_ok; local
1180 err_act action = err_act_ok; local
1359 err_act action = err_act_ok; local
[all...]
/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/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.h53 void _HandleBreakpointAction(uint32 action);
/haiku/headers/private/interface/
H A DWindowInfo.h50 void do_window_action(int32 window_id, int32 action, BRect zoomRect, bool zoom);
/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp204 int32 action = (modifiers() & B_CONTROL_KEY) != 0 local
217 doZoom = (fIsMinimized && action == B_BRING_TO_FRONT)
218 || (!fIsMinimized && action == B_MINIMIZE_WINDOW);
221 do_window_action(fID, action, zoomRect, doZoom);
/haiku/src/tests/system/kernel/
H A Dsyscall_restart_test.cpp175 struct sigaction action; local
177 action.sa_handler = SIG_IGN;
179 action.sa_handler = (void (*)(int))_SignalHandler;
181 action.sa_flags = RunMode() == RUN_HANDLE_SIGNAL_RESTART
184 sigemptyset(&action.sa_mask);
185 action.sa_userdata = this;
187 sigaction(SIGINT, &action, NULL);
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.cpp289 BTimedEventQueue::queue_action action; local
297 action = (*hook)(&entry->event, context);
298 switch (action) {
326 action = (*hook)(&entry->event, context);
327 switch (action) {
355 action = (*hook)(&entry->event, context);
356 switch (action) {
386 action = (*hook)(&entry->event, context);
387 switch (action) {
535 //perform the cleanup action require
[all...]

Completed in 171 milliseconds

123456