/haiku/docs/develop/busses/bluetooth/ |
H A D | overview.rst | 21 on JSR82 api.
|
/haiku/src/add-ons/kernel/generic/ata_adapter/ |
H A D | ata_adapter.cpp | 530 uint8 api; in ata_adapter_detect_channel() local 538 api = pci->read_pci_config(pci_device, PCI_class_api, 1); in ata_adapter_detect_channel() 541 && channel_index == 0 && (api & PCI_ide_primary_native) == 0) { in ata_adapter_detect_channel() 548 && channel_index == 1 && (api & PCI_ide_secondary_native) == 0) { in ata_adapter_detect_channel()
|
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | Jamfile | 63 rijndael-api.c
|
/haiku/docs/develop/ |
H A D | index.rst | 13 the operating system in some specific cases, however, the `API documentation <https://api.haiku-os.…
|
/haiku/ |
H A D | ReadMe.md | 7 | [API docs](https://api.haiku-os.org)**
|
/haiku/data/system/data/KeyboardLayouts/ |
H A D | X-Bows Nature | 6 # https://www.haiku-os.org/docs/api/keyboard.html
|
/haiku/src/add-ons/kernel/busses/usb/ |
H A D | uhci.cpp | 179 uint16 type, subType, api; in supports_device() local 194 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_INTERFACE, &api, in supports_device() 200 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_uhci) { in supports_device()
|
H A D | ohci.cpp | 181 uint16 type, subType, api; in supports_device() local 196 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_INTERFACE, &api, in supports_device() 202 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_ohci) { in supports_device()
|
H A D | ehci.cpp | 180 uint16 type, subType, api; in supports_device() local 195 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_INTERFACE, &api, in supports_device() 201 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_ehci) { in supports_device()
|
H A D | xhci.cpp | 185 uint16 type, subType, api; in supports_device() local 200 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_INTERFACE, &api, in supports_device() 206 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_xhci) { in supports_device()
|
/haiku/docs/develop/build/ |
H A D | sourcecode.rst | 79 * user - `API reference <https://api.haiku-os.org>`
|
/haiku/docs/develop/packages/ |
H A D | Migration.rst | 85 .. _API documentation: https://www.haiku-os.org/docs/api/FindDirectory_8h.html
|
/haiku/docs/develop/file_systems/ |
H A D | xfs.rst | 125 `in the API reference <https://www.haiku-os.org/docs/api/fs_modules.html>`_
|
/haiku/src/system/kernel/device_manager/ |
H A D | legacy_drivers.cpp | 386 #error Add checks here for new vs old api version! in load_driver()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/ |
H A D | if_iwx.c | 738 uint32_t major, uint32_t minor, uint32_t api) in iwx_fw_version_str() argument 745 snprintf(buf, bufsize, "%u.%08x.%u", major, minor, api); in iwx_fw_version_str() 747 snprintf(buf, bufsize, "%u.%u.%u", major, minor, api); in iwx_fw_version_str() 1361 struct iwx_ucode_api *api; in iwx_read_firmware() local 1363 if (tlv_len != sizeof(*api)) { in iwx_read_firmware() 1367 api = (struct iwx_ucode_api *)tlv_data; in iwx_read_firmware() 1368 idx = le32toh(api->api_index); in iwx_read_firmware() 1374 if ((le32toh(api->api_flags) & (1 << i)) == 0) in iwx_read_firmware()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/ |
H A D | if_iwm.c | 695 uint32_t major, uint32_t minor, uint32_t api) in iwm_fw_version_str() argument 702 snprintf(buf, bufsize, "%u.%08x.%u", major, minor, api); in iwm_fw_version_str() 704 snprintf(buf, bufsize, "%u.%u.%u", major, minor, api); in iwm_fw_version_str() 873 struct iwm_ucode_api *api; in iwm_read_firmware() local 875 if (tlv_len != sizeof(*api)) { in iwm_read_firmware() 879 api = (struct iwm_ucode_api *)tlv_data; in iwm_read_firmware() 880 idx = le32toh(api->api_index); in iwm_read_firmware() 886 if ((le32toh(api->api_flags) & (1 << i)) == 0) in iwm_read_firmware()
|
/haiku/docs/user/ |
H A D | book.dox | 8 <a href="https://api.haiku-os.org">online version</a> for the most
|