Searched defs:tag (Results 1 - 25 of 94) sorted by path

1234

/haiku/headers/libs/x86emu/x86emu/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
/haiku/headers/os/arch/x86/
H A Darch_debugger.h23 uint8 tag; member in struct:x86_extended_registers
/haiku/headers/os/drivers/usb/
H A DUSB_massbulk.h30 uint32 tag; member in struct:__anon1
41 uint32 tag; member in struct:__anon2
/haiku/headers/private/firewire/
H A Dfirewire.h50 tag:2; member in struct:fw_isochreq
/haiku/headers/private/package/hpkg/
H A DHPKGDefsPrivate.h85 attribute_tag_encoding(uint16 tag) argument
92 attribute_tag_has_children(uint16 tag) argument
99 attribute_tag_type(uint16 tag) argument
106 attribute_tag_id(uint16 tag) argument
/haiku/headers/private/package/hpkg/v1/
H A DHPKGDefsPrivate.h79 attribute_tag_encoding(uint16 tag) argument
86 attribute_tag_has_children(uint16 tag) argument
93 attribute_tag_type(uint16 tag) argument
100 attribute_tag_id(uint16 tag) argument
/haiku/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.cpp35 TagLib::Tag* tag = tagFile.tag(); local
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A Dvirtio_balloon.h60 uint16_t tag; member in struct:virtio_balloon_stat
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Ddevice_info.h38 uint32 tag; /**/ member in struct:_usb_device_info
H A Dproto_bulk.c39 uint32 tag; member in struct:_usb_mass_CBW
52 uint32 tag; member in struct:_usb_mass_CSW
[all...]
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A Dvirtio_scsi.h46 uint64_t tag; /* Command identifier */ member in struct:virtio_scsi_cmd_req
68 uint64_t tag; member in struct:virtio_scsi_ctrl_tmf_req
/haiku/src/add-ons/kernel/drivers/graphics/common/
H A Dmemory_manager.c37 void *tag; member in struct:mem_block
188 mem_alloc(mem_info *mem, uint32 size, void *tag, uint32 *blockID, uint32 *offset) argument
260 mem_free(mem_info *mem, uint32 blockID, void *tag) argument
298 mem_freetag(mem_info *mem, void *tag) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_keycache.c87 ath_keyprint(struct ath_softc *sc, const char *tag, u_int ix, argument
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c100 malo_hal_attach(device_t dev, uint16_t devid, bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c245 mwl_hal_attach(device_t dev, uint16_t devid, bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h158 u16 tag; member in struct:POSIX_ACE
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h701 const descriptor_tag & tag() const { return _tag; } function in struct:primary_volume_descriptor
702 descriptor_tag & tag() { return _tag; } function in struct:primary_volume_descriptor
832 descriptor_tag & tag() { return _tag; } function in struct:anchor_volume_descriptor
833 const descriptor_tag & tag() const { return _tag; } function in struct:anchor_volume_descriptor
855 descriptor_tag tag; member in struct:descriptor_pointer
908 const descriptor_tag & tag() const { return _tag; } function in struct:implementation_use_descriptor
909 descriptor_tag & tag() { return _tag; } function in struct:implementation_use_descriptor
958 const descriptor_tag & tag() const { return _tag; } function in struct:partition_descriptor
959 descriptor_tag & tag() { return _tag; } function in struct:partition_descriptor
1048 const descriptor_tag & tag() const { return _tag; } function in struct:logical_volume_descriptor
1049 descriptor_tag & tag() { return _tag; } function in struct:logical_volume_descriptor
1386 const descriptor_tag & tag() const { return _tag; } function in struct:unallocated_space_descriptor
1387 descriptor_tag & tag() { return _tag; } function in struct:unallocated_space_descriptor
1412 const descriptor_tag & tag() const { return _tag; } function in struct:terminating_descriptor
1413 descriptor_tag & tag() { return _tag; } function in struct:terminating_descriptor
1432 descriptor_tag& tag() { return _tag; } function in struct:logical_volume_integrity_descriptor
1433 const descriptor_tag& tag() const { return _tag; } function in struct:logical_volume_integrity_descriptor
1548 const descriptor_tag & tag() const { return _tag; } function in struct:file_set_descriptor
1549 descriptor_tag & tag() { return _tag; } function in struct:file_set_descriptor
1666 descriptor_tag & tag() { return _tag; } function in struct:file_id_descriptor
1667 const descriptor_tag & tag() const { return _tag; } function in struct:file_id_descriptor
1802 descriptor_tag tag; member in struct:allocation_extent_descriptor
1947 descriptor_tag &tag() { return _tag; } function in struct:icb_header
1948 const descriptor_tag &tag() const { return _tag; } function in struct:icb_header
1960 descriptor_tag tag; member in struct:indirect_icb_entry
1969 descriptor_tag tag; member in struct:terminal_icb_entry
2004 descriptor_tag & tag() { return _tag; } function in struct:file_icb_entry
2005 const descriptor_tag & tag() const { return _tag; } function in struct:file_icb_entry
2135 descriptor_tag & tag() { return _tag; } function in struct:extended_file_icb_entry
2136 const descriptor_tag & tag() const { return _tag; } function in struct:extended_file_icb_entry
[all...]
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DDiscoveryPacket.cpp46 pppoe_tag *tag; local
89 DiscoveryPacket::RemoveTag(pppoe_tag *tag) argument
104 pppoe_tag *tag = fTags.ItemAt(index); local
116 pppoe_tag *tag; local
150 pppoe_tag *tag; local
[all...]
H A Dpppoe.cpp70 pppoe_tag *tag; local
261 pppoe_tag *tag = discovery.TagWithType(HOST_UNIQ); local
[all...]
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.cpp143 PCL6Writer::AppendDataTag(DataTag tag) argument
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp673 char tag; local
831 setDelimiter(IPP_TAG tag) argument
[all...]
H A DIppContent.h185 IPP_TAG tag; member in class:IppAttribute
/haiku/src/add-ons/translators/jpeg/
H A Dexif_parser.cpp53 add_to_message(TReadHelper& source, BMessage& target, tiff_tag& tag, argument
196 parse_tiff_tag(TReadHelper& read, tiff_tag& tag, off_t& offset) argument
256 tiff_tag tag; local
[all...]
H A Dexif_parser.h16 uint16 tag; member in struct:convert_tag
/haiku/src/add-ons/translators/raw/
H A DTIFF.h28 uint16 tag; member in struct:tiff_tag

Completed in 172 milliseconds

1234