Searched refs:tag (Results 1 - 25 of 144) sorted by path

123456

/haiku/headers/libs/x86emu/x86emu/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/haiku/headers/os/arch/x86/
H A Darch_debugger.h23 uint8 tag; member in struct:x86_extended_registers
/haiku/headers/os/drivers/pcmcia/
H A Dds.h93 #define _IOC(dir,tag,num,sz) (((tag)<<24)|((num)<<16)|((sz)<<2)|(dir))
94 #define _IO(tag,num) _IOC(0,tag,num,0)
95 #define _IOW(tag,num,type) _IOC(1,tag,num,sizeof(type))
96 #define _IOR(tag,num,type) _IOC(2,tag,num,sizeof(type))
97 #define _IOWR(tag,num,type) _IOC(3,tag,nu
[all...]
/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/drivers/
H A Data_types.h55 tag : 5
82 tag : 5
106 B_LBITFIELD8_4( // only <tag> is defined for write
110 tag : 5
150 tag : 5
/haiku/headers/private/firewire/
H A Dfirewire.h50 tag:2; member in struct:fw_isochreq
/haiku/headers/private/graphics/common/
H A Dmemory_manager.h24 status_t mem_alloc(mem_info *mem, uint32 size, void *tag, uint32 *blockID, uint32 *offset);
25 status_t mem_free(mem_info *mem, uint32 blockID, void *tag);
26 status_t mem_freetag(mem_info *mem, void *tag);
/haiku/headers/private/package/hpkg/
H A DHPKGDefsPrivate.h73 // attribute tag arithmetics
85 attribute_tag_encoding(uint16 tag) argument
87 return ((tag - 1) >> 11) & 0x3;
92 attribute_tag_has_children(uint16 tag) argument
94 return (((tag - 1) >> 10) & 0x1) != 0;
99 attribute_tag_type(uint16 tag) argument
101 return ((tag - 1) >> 7) & 0x7;
106 attribute_tag_id(uint16 tag) argument
108 return (tag - 1) & 0x7f;
/haiku/headers/private/package/hpkg/v1/
H A DHPKGDefsPrivate.h67 // attribute tag arithmetics
79 attribute_tag_encoding(uint16 tag) argument
81 return ((tag - 1) >> 10) & 0x3;
86 attribute_tag_has_children(uint16 tag) argument
88 return (((tag - 1) >> 9) & 0x1) != 0;
93 attribute_tag_type(uint16 tag) argument
95 return ((tag - 1) >> 6) & 0x7;
100 attribute_tag_id(uint16 tag) argument
102 return (tag - 1) & 0x3f;
/haiku/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.cpp9 #include <tag.h>
35 TagLib::Tag* tag = tagFile.tag(); local
36 if (!tag)
39 TagLib::String artist = tag->artist();
40 TagLib::String title = tag->title();
41 TagLib::String album = tag->album();
/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
83 PTRACE(udi, "\nCBW:{'%s'; tag:%d; data_len:%d; flags:0x%02x; lun:%d; cdb_len:%d;}\n",
84 buf, cbw->tag, cbw->data_transfer_len,
93 PTRACE(udi, "CSW:{'%s'; tag:%d; residue:%d; status:0x%02x}\n",
94 buf, csw->tag, csw->data_residue, csw->status);
185 if(csw->tag != udi->tag - 1){
186 PTRACE_ALWAYS(udi, "check_CSW:tag mismatch received:%d, awaited:%d\n",
187 csw->tag, ud
[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/bus/firewire/
H A Dfw_raw.c701 it->flag |= ((0x3 & ichreq->tag) << 6);
707 ichreq->tag = it->flag >> 2 & 0x3;
727 ir->flag |= ((0x3 & ichreq->tag) << 6);
734 ichreq->tag = ir->flag >> 2 & 0x3;
/haiku/src/add-ons/kernel/drivers/graphics/common/
H A Dmemory_manager.c12 * - memory block's owner is identified by tag,
13 * tag is verified during free, and all memory
14 * belonging to one tag can be freed at once
37 void *tag; member in struct:mem_block
181 * \param tag owner tag
188 mem_alloc(mem_info *mem, uint32 size, void *tag, uint32 *blockID, uint32 *offset) argument
193 TRACE(("mem_alloc(mem %p, size=%lx, tag=%p)\n", mem, size, tag));
237 current->tag
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
100 printf("%s: [%02u] %-7s ", tag, ix, ciphers[hk->kv_type]);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c718 if (sc->fw_dma.tag)
909 dma->tag = NULL;
914 1, size, 0, NULL, NULL, &dma->tag);
918 error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
923 error = bus_dmamap_load(dma->tag, dma->map, dma->vaddr, size,
928 bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
943 bus_dmamap_sync(dma->tag, dma->map,
945 bus_dmamap_unload(dma->tag, dma->map);
946 bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
949 if (dma->tag !
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c97 * in BAR 1; the driver passes in the tag and handle we need.
101 bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag)
123 error = bus_dma_tag_create(tag, /* parent */
136 device_printf(dev, "unable to allocate memory for cmd tag, "
100 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.c158 bus_dma_tag_t mh_dmat; /* bus DMA tag for cmd buffer */
242 * in BAR 1; the driver passes in the tag and handle we need.
246 bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag)
301 error = bus_dma_tag_create(tag, /* parent */
314 device_printf(dev, "unable to allocate memory for cmd tag, "
245 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
H A Dmwlhal.h83 bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag);
/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 DIcb.h131 descriptor_tag &_Tag() const { return ((icb_header *)fData.Block())->tag(); }
H A DUdfStructures.h561 /*! \brief Common tag found at the beginning of most udf descriptor structures.
564 - The disk location of the tag redundantly stored in the tag itself
565 - A checksum value for the tag
593 checksum for the tag.
602 \param The tag's enclosing descriptor.
603 \param The size of the tag's enclosing descriptor (including the
604 tag); only necessary if different from sizeof(Descriptor).
611 // check that this tag is actually owned by
613 if (this == &descriptor.tag())
701 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...]
H A DVolume.cpp279 status = fileSet->tag().id() == TAGID_FILE_SET_DESCRIPTOR
282 status = fileSet->tag().init_check(

Completed in 315 milliseconds

123456