Searched refs:tail (Results 26 - 49 of 49) sorted by relevance

12

/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y98 tuple_info_t *tail = $1;
99 while (tail->next != NULL) tail = tail->next;
100 tail->next = $2;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTreeEntryIterator.cpp419 ext2_htree_tail* tail = _HTreeEntryTail(block); local
420 tail->reserved = 0xde00000c;
421 tail->checksum = _Checksum(block);
H A DInode.cpp1005 ext2_dir_entry_tail* tail = _DirEntryTail(block); local
1006 tail->twelve = 12;
1007 tail->hexade = 0xde;
1008 tail->checksum = _DirEntryChecksum(block, id, gen);
1048 struct ext2_extent_tail *tail = (struct ext2_extent_tail *) local
1050 tail->checksum = checksum;
1060 struct ext2_extent_tail *tail = (struct ext2_extent_tail *) local
1062 return tail->checksum == checksum;
H A DJournal.cpp845 JournalBlockTail *tail = (JournalBlockTail*)(block + fBlockSize local
847 uint32 oldChecksum = tail->checksum;
848 tail->checksum = 0;
851 tail->checksum = checksum;
853 tail->checksum = oldChecksum;
H A DDirectoryIterator.cpp914 ext2_htree_tail* tail = _HTreeEntryTail(block, offset); local
915 tail->reserved = 0x0;
916 tail->checksum = _HTreeRootChecksum(block, offset, count);
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dengine.cpp50 // benaphore does), but it must happen before writing the new tail...
253 uint32 head, tail; local
257 tail = read32(ring.register_base + RING_BUFFER_TAIL)
260 if (head == tail)
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DExtent.cpp117 Extent::BlockFirstLeaf(ExtentBlockTail* tail) argument
119 return (ExtentLeafEntry*)tail - B_BENDIAN_TO_HOST_INT32(tail->count);
H A DExtent.h168 ExtentLeafEntry* BlockFirstLeaf(ExtentBlockTail* tail);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.h64 struct mbuf *tail; /* last frame in queue */ member in struct:ieee80211_stageq
H A Dieee80211_superg.c665 sq->tail = NULL;
682 if (sq->tail != NULL) {
683 sq->tail->m_nextpkt = m;
694 sq->tail = m;
712 if (sq->tail == m)
713 sq->tail = mprev;
/haiku/src/system/runtime_loader/
H A Dimages.cpp78 image->prev = queue->tail;
79 if (queue->tail)
80 queue->tail->next = image;
82 queue->tail = image;
94 queue->tail = image->prev;
/haiku/src/libs/bsd/
H A Dfts.c671 FTSENT *cur, *tail; local
795 for (head = tail = NULL, nitems = 0;
875 head = tail = p;
877 tail->fts_link = p;
878 tail = p;
/haiku/src/system/kernel/arch/riscv64/
H A Darch_asm.S146 tail SVecURet
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h165 image_t *tail; member in struct:image_queue_t
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c254 /* Move the tail of @dst out of the way, then copy in @src. */
341 /* Move the tail of @dst out of the way, then copy in @src. */
391 int tail; /* Start of tail of @dst */ local
428 * tail - Offset of the tail of @dst
429 * Nominally: @tail = @loc + 1 (location, skipping the replaced run)
432 tail = loc + right + 1;
441 /* Move the tail of @dst out of the way, then copy in @src. */
442 ntfs_rl_mm(dst, marker, tail, dsiz
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h281 int tail; member in struct:iwm_tx_ring
H A Dif_iwm.c1435 ring->tail = 0;
1538 ring->tail = 0;
2468 ring->tail = idx;
5713 while (ring->tail != idx) {
5714 txd = &ring->data[ring->tail];
5716 iwm_reset_sched(sc, ring->qid, ring->tail, IWM_STATION_ID);
5720 ring->tail = (ring->tail + 1) % IWM_TX_RING_COUNT;
8002 struct iwm_scan_req_umac_tail_v2 *tail; local
8085 tail
[all...]
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h453 uint32 tail, tail_mask; // next write position in dwords; mask for wrap-arounds member in struct:__anon28::__anon29
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxvar.h251 int tail; member in struct:iwx_tx_ring
H A Dif_iwx.c2046 ring->tail = 0;
2165 ring->tail = 0;
5345 txd = &ring->data[ring->tail];
5347 iwx_clear_tx_desc(sc, ring, ring->tail);
5348 iwx_tx_update_byte_tbl(sc, ring, ring->tail, 0, 0);
5352 ring->tail = (ring->tail + 1) % IWX_TX_RING_COUNT;
11280 * some dummy TR/CR tail pointers - which shouldn't be
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A DCP_setup.c274 si->cp.ring.tail = cur_read_ptr;
370 cp->ring.tail = 0;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c1913 struct wpi_rx_tail *tail; local
1932 tail = (struct wpi_rx_tail *)((caddr_t)(head + 1) + len);
1933 flags = le32toh(tail->flags);
1938 head->plcp, head->chan, (uintmax_t)le64toh(tail->tstamp));
2012 sc->rx_tstamp = tail->tstamp;
2022 tap->wr_tsft = tail->tstamp;
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c443 #define IDXDIFF(head, tail, wrap) \
444 ((head) >= (tail) ? (head) - (tail) : (wrap) - (tail) + (head))
916 * (fl->ifl_pidx - 1) % N (included), to avoid the NIC tail/prod
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1054 kprintf("queue = %p, queue->head = %p, queue->tail = %p, queue->count = %"
4048 /*! Moves a page to either the tail of the head of its current queue,
4049 depending on \a tail.
4053 vm_page_requeue(struct vm_page *page, bool tail) argument
4093 queue->RequeueUnlocked(page, tail);

Completed in 419 milliseconds

12