Searched refs:Control (Results 1 - 25 of 164) sorted by relevance

1234567

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.cpp64 memset(&Control().stats, 0, sizeof(check_control::stats));
73 Control().pass = BFS_CHECK_PASS_BITMAP;
74 Control().stats.block_size = GetVolume()->BlockSize();
105 Control().stats.freed = GetVolume()->UsedBlocks() - usedBlocks
106 + Control().stats.missing;
107 if (Control().stats.freed < 0)
108 Control().stats.freed = 0;
111 if ((Control().flags & BFS_FIX_BITMAP_ERRORS) != 0
112 && (Control().stats.freed != 0 || Control()
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddscontrol.c202 if (WalkState->ControlState->Control.AmlPredicateStart ==
231 ControlState->Control.AmlPredicateStart =
233 ControlState->Control.PackageEnd =
235 ControlState->Control.Opcode =
237 ControlState->Control.LoopTimeout = AcpiOsGetTimer () +
337 ControlState->Control.LoopTimeout))
349 ControlState->Control.AmlPredicateStart;
486 (WalkState->ControlState->Control.Opcode != AML_WHILE_OP))
499 /* Was: WalkState->AmlLastWhile = WalkState->ControlState->Control.AmlPredicateStart; */
502 WalkState->ControlState->Control
[all...]
/haiku/src/apps/soundrecorder/
H A DDrawButton.h11 #include <Control.h>
H A DUpDownButton.h11 #include <Control.h>
H A DVolumeSlider.h10 #include <Control.h>
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardInputDevice.h22 virtual status_t Control(const char* name, void* cookie,
H A DVirtualKeyboardInputDevice.cpp59 VirtualKeyboardInputDevice::Control(const char* name, void* cookie, function in class:VirtualKeyboardInputDevice
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp99 \sa Control()
144 PPPInterface::Control(uint32 op, void *data, size_t length) const function in class:PPPInterface
165 printf("PPPInterface::Control: ppp_control_info %p control_net_module_args %p data %p \n", &info, &args, data);
183 return Control(PPPC_SET_USERNAME, const_cast<char*>(username), strlen(username))
196 return Control(PPPC_SET_PASSWORD, const_cast<char*>(password), strlen(password))
210 return Control(PPPC_SET_ASK_BEFORE_CONNECTING, &value, sizeof(value)) == B_OK;
251 return Control(PPPC_GET_INTERFACE_INFO, info, sizeof(ppp_interface_info_t))
269 return Control(PPPC_CONTROL_DEVICE, &controlInfo, sizeof(ppp_control_info))
287 return Control(PPPC_CONTROL_OPTION_HANDLER, &controlInfo, sizeof(ppp_control_info))
305 return Control(PPPC_CONTROL_CHIL
[all...]
H A DPPPManager.cpp160 other methods call \c Control(), i.e., they are wrappers around this method.
163 PPPManager::Control(uint32 op, void *data, size_t length) const function in class:PPPManager
211 return Control(PPPC_CONTROL_MODULE, &args, sizeof(args));
227 if (Control(PPPC_CREATE_INTERFACE, &info, sizeof(info)) != B_OK)
270 // if (Control(PPPC_CREATE_INTERFACE_WITH_NAME, &info, sizeof(info)) != B_OK)
318 if (Control(PPPC_DELETE_INTERFACE, &ID, sizeof(ID)) != B_OK)
388 if (Control(PPPC_GET_INTERFACES, &info, sizeof(info)) != B_OK)
403 Control(PPPC_FIND_INTERFACE_WITH_SETTINGS, &info, sizeof(info));
553 // return Control(PPPC_COUNT_INTERFACES, &filter, sizeof(filter));
575 return Control(PPPC_ENABLE_REPORT
[all...]
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.h31 virtual status_t Control(const char *name, void *cookie,
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.h48 virtual status_t Control(const char *name, void* cookie,
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.h46 virtual status_t Control(const char* name, void* cookie,
71 virtual status_t Control(uint32 command, BMessage* message);
94 virtual status_t Control(uint32 command, BMessage* message);
129 virtual status_t Control(uint32 command, BMessage* message);
/haiku/headers/os/interface/
H A DInput.h54 status_t Control(uint32 code, BMessage* message);
58 static status_t Control(input_device_type type, uint32 code,
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.h31 virtual status_t Control(const char* name, void* cookie,
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.h32 virtual status_t Control(const char* name, void* cookie,
/haiku/src/system/kernel/device_manager/
H A DBaseDevice.cpp96 BaseDevice::Control(void* cookie, int32 op, void* buffer, size_t length) function in class:BaseDevice
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.h13 #include <Control.h>
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCPExtension.h49 virtual status_t Control(uint32 op, void *data, size_t length);
/haiku/src/preferences/appearance/
H A DFakeScrollBar.h13 #include <Control.h>
H A DColorPreview.h13 #include <Control.h>
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DMouseProtocolHandler.h33 virtual status_t Control(uint32 *cookie, uint32 op, void *buffer,
/haiku/src/apps/terminal/
H A DColorPreview.h13 #include <Control.h>
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dserial-io.h24 // Control bits.
78 uint32_t Control) EFIAPI;
80 uint32_t* Control) EFIAPI;
/haiku/src/servers/input/
H A DInputServerDevice.cpp109 BInputServerDevice::Control(const char* device, void* cookie, function in class:BInputServerDevice
177 Control(NULL, NULL, B_INPUT_DEVICE_ADDED, &added);
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h29 virtual status_t Control(const char *device,

Completed in 115 milliseconds

1234567