Searched refs:supported (Results 1 - 25 of 31) sorted by relevance

12

/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.cpp232 bool supported = false; local
237 supported = true;
240 // if (supported)
243 return supported;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_endian.h17 # error Building BFS with both big and little endian is not supported.
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.cpp153 // beos zz driver supported that one
333 const struct serial_support_descriptor *supported = NULL; local
349 supported = &sSupportedDevices[i];
352 if (supported == NULL)
357 info.vendor_id, info.device_id, supported->name);
369 if (supported->constraints.maxports) {
370 maxPorts = supported->constraints.maxports;
373 if (supported->constraints.subsystem_id_mask) {
375 uint32 mask = supported->constraints.subsystem_id_mask;
405 if (supported
[all...]
/haiku/src/preferences/filetypes/
H A DAttributeListView.h74 type_code supported[8]; member in struct:display_as_map
H A DAttributeWindow.cpp144 for (int32 j = 0; kDisplayAsMap[i].supported[j]; j++) {
145 message->AddInt32("supports", kDisplayAsMap[i].supported[j]);
309 bool supported = item == _DefaultDisplayAs(); local
310 // the default type is always supported
315 supported = true;
320 item->SetEnabled(supported);
321 if (item->IsMarked() && !supported)
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DTabletProtocolHandler.cpp103 bool supported = false; local
110 // NOTE: Maybe it is supported if X-axis and Y-axis are
113 supported = true;
130 supported = true;
138 if (!supported) {
H A DMouseProtocolHandler.cpp72 bool supported = false; local
79 supported = true;
87 if (!supported) {
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioDevice.cpp111 VirtioDevice::NegotiateFeatures(uint64 supported, uint64* negotiated, argument
122 supported |= VIRTIO_FEATURE_VERSION_1;
123 supported &= ~VIRTIO_FEATURE_NOTIFY_ON_EMPTY;
126 fFeatures &= supported;
H A DVirtioModule.cpp57 virtio_negotiate_features(void* _device, uint64 supported, argument
63 return device->NegotiateFeatures(supported, negotiated, get_feature_name);
277 NULL, // supported devices
313 NULL, // supported devices
H A DVirtioPrivate.h48 status_t NegotiateFeatures(uint64 supported,
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp619 PRINT((CH ": No supported transport." CT));
684 bool supported = false;
685 for (uint32 i = 0; !supported && fSupportedDevices[i].vendor; i++) {
698 supported = true;
703 for (uint32 j = 0; !supported && j < device->CountConfigurations(); j++) {
705 for (uint32 k = 0; !supported && k < cfg->CountInterfaces(); k++) {
707 for (uint32 l = 0; !supported && l < intf->CountAlternates(); l++) {
715 supported = true;
722 if (supported)
/haiku/src/apps/tv/
H A DVideoView.cpp370 bool supported = false; local
422 supported = true;
425 // if (supported)
428 return supported;
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h158 * Is asynchronous read supported (read-write)
503 # error Compatibility with API version other than 21, 22, 24, 25 and 11 not supported
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp697 bool supported = false; local
699 supported = true;
701 for (uint32 i = 0; !supported && i < supportDescriptorCount; i++) {
718 supported = true;
723 !supported && j < fDeviceDescriptor.num_configurations; j++) {
725 !supported && k < fConfigurations[j].interface_count; k++) {
726 for (uint32 l = 0; !supported
739 supported = true;
746 if (!supported)
776 // the device is supported, bu
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp404 bool supported = bitmaps_support_space( local
414 supported = true;
420 if (!supported) {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h72 status_t Access(uint32* supported, uint32* allowed);
H A DReplyInterpreter.cpp137 ReplyInterpreter::Access(uint32* supported, uint32* allowed) argument
148 if (supported != NULL)
149 *supported = support;
/haiku/headers/posix/arch/riscv64/
H A Dfenv.h80 #error single precision floating point ABI not supported
/haiku/headers/private/virtio/
H A Dvirtio.h109 status_t (*negotiate_features)(virtio_device cookie, uint64 supported,
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp1518 uint32 supported = fDelegate->SupportedOperations(flag | whileMountedFlag);
1521 *whileMounted = supported & whileMountedFlag;
1523 return (supported & flag) != 0;
1533 uint32 supported = fDelegate->SupportedChildOperations(
1536 return (supported & flag) != 0;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dioctl.c277 ntfs_log_error("fstrim: setting start or length is not supported\n");
281 ntfs_log_error("fstrim: minlen > cluster size is not supported\n");
285 /* Only block devices are supported. It would be possible to
291 ntfs_log_error("fstrim: not supported for non-block-device\n");
343 * with the supported trim granularity.
412 #warning Trimming not supported : FITRIM or BLKDISCARD not defined
/haiku/src/kits/tracker/
H A DNavMenu.cpp164 int32 supported local
166 item->SetEnabled(supported != kDoesNotSupportType);
176 int32 supported = model->SupportsMimeType(NULL, typeslist); local
177 item->SetEnabled(supported != kDoesNotSupportType);
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp406 bool supported = bitmaps_support_space( local
408 if (!supported || (flags & B_VIEWS_SUPPORT_DRAW_BITMAP) == 0) {
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp368 virtio_device_negotiate_features(virtio_device cookie, uint64 supported, argument
379 features &= supported;
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp157 bool supported = false; local
161 supported = true;
165 if (!supported)

Completed in 153 milliseconds

12