Searched refs:head (Results 76 - 82 of 82) sorted by relevance

1234

/haiku/src/apps/bootmanager/
H A Dbootman.S60 ; dh - head (0 - 15)
70 ; dh - max head
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c1912 struct wpi_rx_head *head; local
1930 head = (struct wpi_rx_head *)((caddr_t)(stat + 1) + stat->len);
1931 len = le16toh(head->len);
1932 tail = (struct wpi_rx_tail *)((caddr_t)(head + 1) + len);
1938 head->plcp, head->chan, (uintmax_t)le64toh(tail->tstamp));
1990 m->m_data = (caddr_t)(head + 1);
2018 if (head->flags & htole16(WPI_STAT_FLAG_SHPREAMBLE))
2023 tap->wr_antenna = (le16toh(head->flags) >> 4) & 0xf;
2024 tap->wr_rate = plcp2rate(head
[all...]
/haiku/
H A Dconfigure811 clangVersion=`$HAIKU_clang -v 2>&1 | head -1 | cut -d " " -f3`
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c443 #define IDXDIFF(head, tail, wrap) \
444 ((head) >= (tail) ? (head) - (tail) : (wrap) - (tail) + (head))
613 * XXX need to ensure that this can't accidentally cause the head to be moved backwards
917 * pointer to overrun the head/cons pointer, although this is
1024 u_int const head = kring->rhead; local
1045 * If we have packets to send (nm_i != head)
1063 if (nm_i != head) { /* we have new packets to send */
1075 for (n = 0; nm_i != head;
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_general.c1549 void set_crtc_owner(bool head) argument
1553 if (!head)
1650 /* enable head 2 on connector 1 */
1651 /* (b8 = select CRTC (head) for output,
1655 /* enable head 1 on connector 2 */
1662 /* enable head 1 on connector 1 */
1664 /* enable head 2 on connector 2 */
1727 /* enable access to primary head */
1729 /* unlock head's registers for R/W access */
1734 /* enable access to secondary head */
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c3037 caddr_t head; local
3063 head = (caddr_t)(mpdu + 1);
3066 head = (caddr_t)(stat + 1) + stat->cfg_phy_len;
3070 flags = le32toh(*(uint32_t *)(head + len));
3131 m->m_data = head;
/haiku/src/system/kernel/
H A Delf.cpp1513 image_t* imageAddress = imageQueue.head;

Completed in 110 milliseconds

1234