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

12

/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
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...]
H A Dnvme_ctrlr.c231 if (ctrlr->cdata.apsta.supported)
707 if (ctrlr->cdata.sgls.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/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/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/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp404 bool supported = bitmaps_support_space( local
414 supported = true;
420 if (!supported) {
/haiku/src/apps/tv/
H A DVideoView.cpp370 bool supported = false; local
422 supported = true;
425 // if (supported)
428 return supported;
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp212 bool supported = false; local
216 supported = true;
220 if (!supported)
/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/headers/posix/arch/riscv64/
H A Dfenv.h80 #error single precision floating point ABI not supported
/haiku/headers/private/userlandfs/fuse/
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_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_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/headers/private/virtio/
H A Dvirtio.h109 status_t (*negotiate_features)(virtio_device cookie, uint64 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/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/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/drivers/input/hid_shared/
H A DMouseProtocolHandler.cpp72 bool supported = false; local
79 supported = true;
87 if (!supported) {
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) {
/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/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

Completed in 278 milliseconds

12