Searched refs:tail (Results 201 - 225 of 449) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.h254 uint32_t tail; member in struct:rbdr
319 uint32_t tail; member in struct:snd_queue
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dencode.c315 goto tail;
350 tail:
/freebsd-11-stable/share/examples/netgraph/
H A Dvirtual.chain210 EIFACE=`ngctl l | grep ngeth | tail -n 1| awk '{print $2}'`
H A Dvirtual.lan203 EIFACE=`ngctl l | grep ngeth | tail -n 1| awk '{print $2}'`
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_netmap.c298 IXGBE_WRITE_REG(&adapter->hw, txr->tail, nic_i);
484 IXGBE_WRITE_REG(&adapter->hw, rxr->tail, nic_i);
/freebsd-11-stable/tools/tools/netmap/
H A Dbridge.c336 rx->head, rx->cur, rx->tail);
341 rx->head, rx->cur, rx->tail);
/freebsd-11-stable/sys/dev/netmap/
H A Dif_ixl_netmap.h260 wr32(vsi->hw, txr->tail, nic_i);
409 wr32(vsi->hw, rxr->tail, nic_i);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h200 ITT_STUBV(ITTAPI, void, relation_add_to_current, (const __itt_domain *domain, __itt_relation relation, __itt_id tail), (ITT_FORMAT domain, relation, tail), relation_add_to_current, __itt_group_structure, "%p, %lu, %p")
201 ITT_STUBV(ITTAPI, void, relation_add, (const __itt_domain *domain, __itt_id head, __itt_relation relation, __itt_id tail), (ITT_FORMAT domain, head, relation, tail), relation_add, __itt_group_structure, "%p, %p, %lu, %p")
312 ITT_STUBV(ITTAPI, void, relation_add_to_current_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_relation relation, __itt_id tail), (ITT_FORMAT domain, clock_domain, timestamp, relation, tail), relation_add_to_current_ex, __itt_group_structure, "%p, %p, %lu, %d, %lu")
313 ITT_STUBV(ITTAPI, void, relation_add_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id head, __itt_relation relation, __itt_id tail), (ITT_FORMAT domain, clock_domain, timestamp, head, relation, tail), relation_add_ex, __itt_group_structure, "%p, %p, %lu, %lu, %d, %lu")
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-script.c612 /* Don't forget the tail. */
642 /* Don't forget the tail. */
892 struct command_line *head, *tail, *next;
909 head = tail = NULL;
943 if (tail)
945 tail->next = next;
952 tail = next;
890 struct command_line *head, *tail, *next; local
/freebsd-11-stable/sys/net80211/
H A Dieee80211_superg.c651 sq->tail = NULL;
668 if (sq->tail != NULL) {
669 sq->tail->m_nextpkt = m;
676 sq->tail = m;
694 if (sq->tail == m)
695 sq->tail = mprev;
/freebsd-11-stable/usr.bin/fortune/fortune/
H A Dfortune.c457 FILEDESC **tail, FILEDESC *parent)
524 head, tail, parent);
575 *head = *tail = fp;
577 (*tail)->next = fp;
578 fp->prev = *tail;
579 *tail = fp;
456 add_file(int percent, const char *file, const char *dir, FILEDESC **head, FILEDESC **tail, FILEDESC *parent) argument
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dcq.c292 wq->tail += (uint16_t) (wqe_index - (uint16_t) wq->tail);
293 *pwr_id = wq->wrid[wq->tail & (wq->wqe_cnt - 1)];
294 ++wq->tail;
301 *pwr_id = wq->wrid[wq->tail & (wq->wqe_cnt - 1)];
302 ++wq->tail;
/freebsd-11-stable/sys/net/
H A Dnetmap_user.h44 * we can access ring->cur, ring->head, ring->tail, etc.
52 * All ring indexes (head, cur, tail) should always move forward.
131 * When everything is complete ring->head = ring->tail + 1 (modulo ring size)
136 return nm_ring_next(r, r->tail) != r->head;
144 int ret = ring->tail - ring->head;
930 D("TX%d %p h %d c %d t %d", i, r, r->head, r->cur, r->tail);
934 D("RX%d %p h %d c %d t %d", i, r, r->head, r->cur, r->tail);
1039 while (rem > ring->nr_buf_size && j != ring->tail) {
1043 if (j == ring->tail && rem > 0)
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c124 static char *tail(char *);
461 cp = argc == 2 ? tail(targ) : argv[1];
486 strcpy(cp, tail(argv[n]));
566 cp = argc == 3 ? argv[2] : tail(src);
578 cp = tail(src); /* new .. jdg */
685 tail(char *filename) function
/freebsd-11-stable/tools/tools/kdrv/
H A DKernelDriver587 set f [file tail $fpath];
626 set f [file tail $fpath];
699 set f [file tail $fpath];
739 set f [file tail $fpath];
913 set progname [file tail $argv0];
/freebsd-11-stable/contrib/nvi/regex/
H A Dengine.c301 const RCHAR_T *tail; /* string unmatched by rest of RE */ local
355 tail = slow(m, rest, stop, es, stopst);
356 if (tail == stop)
379 tail = slow(m, rest, stop, es, stopst);
380 if (tail == stop)
415 tail = slow(m, rest, stop, es, stopst);
416 if (tail == stop)
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_tx.c607 tbd = &scd->scq[scd->tail];
615 scd->tail, w1, segs->ds_addr, w3, a->hdr);
618 if (++scd->tail == IDT_SCQ_SIZE)
619 scd->tail = 0;
638 patm_debug(a->sc, TX, "SCD tail %u (%lx:%lx)", scd->tail,
639 (u_long)scd->phy, (u_long)scd->phy + (scd->tail << IDT_TBD_SHIFT));
641 scd->phy + (scd->tail << IDT_TBD_SHIFT));
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c380 const char *tail; /* string unmatched by rest of RE */ local
434 tail = walk(m, rest, stop, es, stopst, false);
435 if (tail == stop)
458 tail = walk(m, rest, stop, es, stopst, false);
459 if (tail == stop)
494 tail = walk(m, rest, stop, es, stopst, false);
495 if (tail == stop)
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_cp.c610 dev_priv->ring.tail = cur_read_ptr;
735 dev_priv->ring.tail = cur_read_ptr;
1910 ring->space = (head - ring->tail) * sizeof(u32);
2102 tail_aligned = dev_priv->ring.tail & (RADEON_RING_ALIGN - 1);
2109 ring[dev_priv->ring.tail + i] = CP_PACKET2();
2111 dev_priv->ring.tail += i;
2116 dev_priv->ring.tail &= dev_priv->ring.tail_mask;
2122 RADEON_WRITE(R600_CP_RB_WPTR, dev_priv->ring.tail);
2126 RADEON_WRITE(RADEON_CP_RB_WPTR, dev_priv->ring.tail);
H A Dradeon_drv.h200 u32 tail; member in struct:drm_radeon_ring_buffer
300 drm_radeon_freelist_t *tail; member in struct:drm_radeon_private
1992 if (head == dev_priv->ring.tail) \
2059 _align_nr = RADEON_RING_ALIGN - ((dev_priv->ring.tail + n) & (RADEON_RING_ALIGN - 1)); \
2067 write = dev_priv->ring.tail; \
2073 DRM_INFO( "ADVANCE_RING() wr=0x%06x tail=0x%06x\n", \
2074 write, dev_priv->ring.tail ); \
2076 if (((dev_priv->ring.tail + _nr) & mask) != write) { \
2079 ((dev_priv->ring.tail + _nr) & mask), \
2082 dev_priv->ring.tail
[all...]
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dcq.c170 wqe_ctr = wq->tail & (wq->wqe_cnt - 1);
172 ++wq->tail;
217 wqe_ctr = wq->tail & (wq->wqe_cnt - 1);
219 ++wq->tail;
599 wq->tail = wq->wqe_head[idx] + 1;
660 wq->tail = wq->wqe_head[idx] + 1;
685 cq->ibv_cq.wr_id = wq->wrid[wq->tail & (wq->wqe_cnt - 1)];
687 wc->wr_id = wq->wrid[wq->tail & (wq->wqe_cnt - 1)];
688 ++wq->tail;
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_term.c1767 (n->parent->tail != NULL && n->parent->tail->child != NULL)))
1776 int body, tail; local
1787 tail = n->parent->tail != NULL && n->parent->tail->child != NULL;
1789 if (body && tail)
1791 else if ( ! (body || tail))
1793 else if ( ! tail)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c381 struct wpa_ssid *ssid, *tail, *head; local
398 tail = head = config->ssid;
399 while (tail && tail->next)
400 tail = tail->next;
425 head = tail = ssid;
427 tail->next = ssid;
428 tail = ssid;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.h141 u32 tail; member in struct:drm_radeon_ring_buffer
205 drm_radeon_freelist_t *tail; member in struct:drm_radeon_private
2005 if (head == dev_priv->ring.tail) \
2073 _align_nr = RADEON_RING_ALIGN - ((dev_priv->ring.tail + n) & (RADEON_RING_ALIGN-1)); \
2081 write = dev_priv->ring.tail; \
2087 DRM_INFO( "ADVANCE_RING() wr=0x%06x tail=0x%06x\n", \
2088 write, dev_priv->ring.tail ); \
2090 if (((dev_priv->ring.tail + _nr) & mask) != write) { \
2093 ((dev_priv->ring.tail + _nr) & mask), \
2096 dev_priv->ring.tail
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Ddw2gencfi.c593 struct cfi_escape_data *head, **tail, *e;
609 tail = &head;
614 *tail = e;
615 tail = &e->next;
618 *tail = NULL;
591 struct cfi_escape_data *head, **tail, *e; local

Completed in 322 milliseconds

1234567891011>>