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

123456

/haiku/src/kits/tracker/
H A DContainerWindow.cpp1469 int32 action = kActionSet; local
1470 if (message->FindInt32("action", &action) != B_OK) {
1472 // 'action' at all if he can't find it??
1473 action = kActionSet;
1475 Navigator()->UpdateLocation(TargetModel(), action); local
H A DPoseView.cpp4172 int32 action;
4174 dragMessage->FindInt32("be:actions", index, &action) == B_OK;
4176 switch (action) {
4531 // what action can the drag initiator do?
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c820 mwl_hal_setradardetection(struct mwl_hal *mh0, MWL_HAL_RADAR action) argument
830 pCmd->Action = htole16(action);
/haiku/src/bin/network/ftpd/
H A Dftpd.c237 #define CHECKOOB(action) \
242 action; \
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp82 Action(const char* action, Inode* inode) argument
87 strlcpy(fAction, action, sizeof(fAction));
/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/app/
H A DServerApp.cpp657 int32 action; local
660 if (link.Read<int32>(&action) != B_OK)
663 fDesktop->WindowAction(token, action);
/haiku/src/system/kernel/vm/
H A Dvm.cpp4636 struct sigaction action; local
4637 if ((sigaction(SIGSEGV, NULL, &action) == 0
4638 && action.sa_handler != SIG_DFL
4639 && action.sa_handler != SIG_IGN)
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c3404 node.action = htole32(WPI_ACTION_SET_RATE);
3446 node.action = htole32(WPI_ACTION_SET_RATE);

Completed in 263 milliseconds

123456