Searched refs:supported (Results 1 - 25 of 31) sorted by last modified time

12

/haiku/src/preferences/screen/
H A DScreenWindow.cpp76 // list of officially supported colour spaces
697 bool supported = false; local
707 supported = true;
714 item->SetEnabled(supported);
882 // - we don't know which frequencies/bit depths are supported
/haiku/headers/private/virtio/
H A Dvirtio.h109 status_t (*negotiate_features)(virtio_device cookie, uint64 supported,
/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/add-ons/kernel/bus_managers/virtio/
H A DVirtioPrivate.h48 status_t NegotiateFeatures(uint64 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 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;
/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/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/bin/network/ifconfig/
H A Difconfig.cpp157 bool supported = false; local
161 supported = true;
165 if (!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/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/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
H A Dfuse.h736 * This feature may not be supported on all operating systems. In
1034 # error Compatibility with high-level API version 24 not supported
H A Dfuse_lowlevel.h1470 * This feature may not be supported on all operating systems. In
1849 # error Compatibility with low-level API version < 24 not 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/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/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp137 ReplyInterpreter::Access(uint32* supported, uint32* allowed) argument
148 if (supported != NULL)
149 *supported = support;
H A DReplyInterpreter.h72 status_t Access(uint32* supported, uint32* allowed);
/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/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_ctrlr.c231 if (ctrlr->cdata.apsta.supported)
707 if (ctrlr->cdata.sgls.supported)
H A Dnvme_spec.h90 /* Maximum queue entries supported */
96 /* Arbitration mechanism supported */
111 /* NVM subsystem reset supported */
114 /* Command sets supported */
1044 * Optional asynchronous events supported.
1146 * Number of power states supported.
1165 uint8_t supported : 1; member in struct:nvme_ctrlr_data::__anon21
1315 uint32_t supported : 1; member in struct:nvme_ctrlr_data::__anon28
1338 * I/O queue command capsule supported size (16-byte units).
1343 * I/O queue response capsule supported siz
[all...]
/haiku/headers/posix/arch/riscv64/
H A Dfenv.h80 #error single precision floating point ABI not 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.

Completed in 140 milliseconds

12