Searched refs:type (Results 76 - 100 of 2122) sorted by last modified time

1234567891011>>

/haiku/headers/private/kernel/
H A Dint.h81 enum interrupt_type type);
83 enum interrupt_type type);
/haiku/src/apps/haikudepot/util/
H A DAppUtils.cpp27 alert_type type)
37 message.AddInt32(KEY_ALERT_TYPE, static_cast<int>(type));
26 NotifySimpleError(const char* title, const char* text, alert_type type) argument
H A DAppUtils.h18 alert_type type = B_INFO_ALERT);
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp83 BUrlProtocolDebugMessage type, const char* text)
82 DebugMessage(BUrlRequest* caller, BUrlProtocolDebugMessage type, const char* text) argument
/haiku/src/apps/devices/
H A DDevicesView.cpp245 switch (attr.type) {
267 // Determine what type of device it is and create it
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c627 iwm_firmware_store_section(struct iwm_softc *sc, enum iwm_ucode_type type, argument
633 if (type >= IWM_UCODE_TYPE_MAX)
638 fws = &sc->sc_fw.fw_sects[type];
767 tlv_type = le32toh(tlv.type);
1042 "section type %d\n", DEVNAME(sc), err, tlv_type);
2575 iwm_phy_db_get_section(struct iwm_softc *sc, uint16_t type, uint16_t chg_id) argument
2579 if (type >= IWM_PHY_DB_MAX)
2582 switch (type) {
2605 uint16_t type = le16toh(phy_db_notif->type); local
2699 iwm_phy_db_get_section_data(struct iwm_softc *sc, uint32_t type, uint8_t **data, uint16_t *size, uint16_t ch_id) argument
2721 iwm_send_phy_db_cmd(struct iwm_softc *sc, uint16_t type, uint16_t length, void *data) argument
2742 iwm_phy_db_send_all_channel_groups(struct iwm_softc *sc, uint16_t type, uint8_t max_ch_groups) argument
4758 uint8_t type, subtype; local
4988 uint8_t type = wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK; local
5175 uint8_t baid, type, subtype; local
5399 int type = wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK; local
6620 int type = wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK; local
6731 uint8_t tid, type, subtype; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c141 #define mallocarray(nmemb, size, type, flags) malloc((size) * (nmemb), (type), (flags))
1121 iwx_firmware_store_section(struct iwx_softc *sc, enum iwx_ucode_type type, argument
1127 if (type >= IWX_UCODE_TYPE_MAX)
1132 fws = &sc->sc_fw.fw_sects[type];
1133 DPRINTF(("%s: ucode type %d section %d\n", DEVNAME(sc), type, fws->fw_count));
1255 tlv_type = le32toh(tlv.type);
1617 "section type %d\n", DEVNAME(sc), err, tlv_type);
4069 tlv_type = le32toh(tlv->type);
4611 uint8_t type, subtype; local
4778 uint8_t type = wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK; local
4965 uint8_t baid, type, subtype; local
5198 int type = wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK; local
6048 int type = wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK; local
6168 uint8_t type, subtype; local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp703 hda_stream_new(hda_audio_group* audioGroup, int type) argument
713 stream->type = type;
718 switch (type) {
730 dprintf("%s: Unknown stream type %d!\n", __func__, type);
738 switch (type) {
751 type == STREAM_PLAYBACK ? "playback" : "record");
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h141 uint8 number, uint8 type, bool directionIn,
H A Dxhci.cpp185 uint16 type, subType, api; local
198 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
202 TRACE_MODULE("Could not find type/subtype/interface attributes\n");
206 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_xhci) {
1713 // size of any device. It is enough because it includes the device type.
1720 USB_REQTYPE_DEVICE_IN | USB_REQTYPE_STANDARD, // type
1761 USB_REQTYPE_DEVICE_IN | USB_REQTYPE_CLASS, // type
2150 XHCI::ConfigureEndpoint(xhci_endpoint* ep, uint8 slot, uint8 number, uint8 type, argument
2161 // Compute and assign the endpoint type. (XHCI 1.2 �� 6.2.3 Table 6-9 p452.)
2163 if ((type
2688 const int32 type = TRB_3_TYPE_GET(endpoint->trbs[offset].flags); local
[all...]
H A Duhci.cpp179 uint16 type, subType, api; local
192 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
196 TRACE_MODULE("Could not find type/subtype/interface attributes\n");
200 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_uhci) {
486 dprintf("link phy: 0x%08" B_PRIx32 "; link type: %s; terminate: %s\n",
490 dprintf("elem phy: 0x%08" B_PRIx32 "; elem type: %s; terminate: %s\n",
H A Dohci.cpp181 uint16 type, subType, api; local
194 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
198 TRACE_MODULE("Could not find type/subtype/interface attributes\n");
202 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_ohci) {
657 uint32 type = transfer->TransferPipe()->Type();
658 if (type & USB_OBJECT_CONTROL_PIPE) {
663 if ((type & USB_OBJECT_BULK_PIPE) || (type & USB_OBJECT_INTERRUPT_PIPE)) {
665 (type & USB_OBJECT_BULK_PIPE) ? "bulk" : "interrupt");
669 if (type
1890 uint32 type = pipe->Type(); local
[all...]
H A Dehci.cpp180 uint16 type, subType, api; local
193 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
197 TRACE_MODULE("Could not find type/subtype/interface attributes\n");
201 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_ehci) {
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp673 PCI::LookupRange(uint32 type, phys_addr_t pciAddr, argument
681 if (curRange.type != type)
689 if (type == B_IO_PORT && mappedAdr != NULL)
720 if (ioPortRange.type != B_IO_PORT)
752 uint8 type = ReadConfig(domain, bus, device, local
754 return (type & PCI_multifunction) != 0 ? 8 : 1;
972 // make sure the header type is correct for a bridge,
977 " class but wrong header type 0x%02x, ignoring.\n",
1527 TRACE(("PCI: Header type unknow
[all...]
H A Dpci.h87 status_t LookupRange(uint32 type, phys_addr_t pciAddr,
/haiku/headers/os/drivers/bus/
H A DPCI.h62 uint32 type; member in struct:pci_resource_range
/haiku/src/system/kernel/vm/
H A Dvm.cpp1007 || !cache->consumers.IsEmpty() || cache->type != CACHE_TYPE_RAM) {
1890 // set requested memory type -- use uncached, if not given
1909 // memory type.
3420 vm_cache_type_to_string(int32 type) argument
3422 switch (type) {
3444 if (cache->type == CACHE_TYPE_RAM)
3483 kprintf("%p: type: %s, base: %" B_PRIdOFF ", size: %" B_PRIdOFF ", "
3484 "pages: %" B_PRIu32, cache, vm_cache_type_to_string(cache->type),
3490 if (cache->type == CACHE_TYPE_RAM || (level == 0 && info.committed > 0)) {
5242 vm_set_area_memory_type(area_id id, phys_addr_t physicalBase, uint32 type) argument
[all...]
/haiku/src/kits/tracker/
H A DUtilities.cpp124 AttrHashString(const char* string, uint32 type) argument
136 hash |= type;
566 const char* type, icon_size which, const BMessage* message,
574 BMimeType mime(type);
578 PRINT(("failed to get icon for %s, %s\n", type, strerror(result)));
1143 uint32 type; local
1145 message->GetInfo("refs", &type, &count);
1155 uint32 type; local
1157 message->GetInfo("refs", &type, &count);
1462 // uint32 type
565 DraggableIcon(BRect rect, const char* name, const char* type, icon_size which, const BMessage* message, BMessenger target, uint32 resizingMode, uint32 flags) argument
[all...]
H A DPoseView.h227 void ScrollView(int32 type);
412 // type ahead filtering
867 ClearViewOriginOne(const char* name, uint32 type, off_t size, void* data,
H A DTracker.cpp679 uint32 type = 0; local
680 message->GetInfo("refs", &type, &count);
714 uint32 type; local
715 message->GetInfo("refs", &type, &count);
748 uint32 type = 0; local
750 message->GetInfo("refs", &type, &count);
949 uint32 type; local
950 message->GetInfo("refs", &type, &count);
1000 type_code type; local
1003 &type,
1161 type_code type; local
1177 type_code type; local
[all...]
H A DPoseView.cpp589 ClearViewOriginOne(const char* DEBUG_ONLY(name), uint32 type, off_t size, argument
597 if (type != B_RAW_TYPE)
1085 BPoseView::ScrollView(int32 type) argument
1093 switch (type) {
1457 // cache up the file type and preferred app
3034 type_code type; local
3037 extendedPoseInfoAttrForeignName, &type, &size);
4216 const char* type; local
4217 if (dragMessage->FindString("be:types", index, &type) != B_OK)
4220 if (strcasecmp(type, B_FILE_MIME_TYP
4640 const char* type; local
5256 OneMetaMimeChanged(BPose* pose, Model* model, int32 index, BPoseView* poseView, const char* type) argument
5274 MetaMimeChanged(const char* type, const char* preferredApp) argument
5291 MetaMimeChangedAccumulator(void (BPoseView::*func)(const char* type, const char* preferredApp), BContainerWindow* window, const char* type, const char* preferredApp) argument
5355 const char* type = NULL; local
7574 char type[B_MIME_TYPE_LENGTH]; local
[all...]
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1370 * Convert an ICMP "type" field to a printable string.
1394 register u_char type, code; local
1412 type = icp->icmp_type;
1420 if (type == ICMP_ECHOREPLY
1424 if ((type == ICMP_TIMXCEED && code == ICMP_TIMXCEED_INTRANS) ||
1425 type == ICMP_UNREACH) {
1435 return (type == ICMP_TIMXCEED ? -1 : code + 1);
1443 Printf("%s: icmp type %d (%s) code %d\n",
1444 inet_ntoa(ip->ip_dst), type, pr_type(type), ic
[all...]
/haiku/src/bin/network/ping/
H A Dping6.c1706 printf("refused, type 0x%x", ntohs(ni->ni_type));
1709 printf("unknown, type 0x%x", ntohs(ni->ni_type));
1712 printf("unknown code 0x%x, type 0x%x",
1894 u_int8_t type; local
1920 &type, &len, &databuf);
1923 switch (type) {
1944 type, (unsigned long)len);
1969 printf("nxt %u, len %u (%d bytes), type %u, ", rh->ip6r_nxt,
2189 * type of TTL (i.e. non-ND TTL)?
2303 /*subject type*/
[all...]
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp198 fOutputPreferredFormat.type = B_MEDIA_RAW_AUDIO;
225 fInputPreferredFormat.type = B_MEDIA_RAW_AUDIO;
321 format->type = B_MEDIA_RAW_AUDIO;
614 switch (buffer->Header()->type) {
643 fprintf(stderr, "unexpected buffer type in "
776 MultiAudioNode::FormatSuggestionRequested(media_type type, int32 /*quality*/, argument
793 // a wildcard type is okay; we can specialize it
794 if (type == B_MEDIA_UNKNOWN_TYPE)
795 type = B_MEDIA_RAW_AUDIO;
798 if (type !
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp1196 bool isDgramOrRaw = protocol->socket->type == SOCK_DGRAM
1197 || protocol->socket->type == SOCK_RAW;
1273 bool isDgramOrRaw = protocol->socket->type == SOCK_DGRAM
1274 || protocol->socket->type == SOCK_RAW;
1297 if (getAddress && (protocol->socket->type == SOCK_DGRAM
1298 || protocol->socket->type == SOCK_RAW))

Completed in 185 milliseconds

1234567891011>>