Searched refs:tail (Results 376 - 400 of 621) sorted by relevance

<<11121314151617181920>>

/freebsd-current/tools/test/stress2/misc/
H A Dnbufkv.sh46 [ `df -k $dir | tail -1 | awk '{print $4}'` -lt \
H A Dgnop13.sh132 { s=202; tail -10 $log; break; }
H A Dforce13.sh123 { s=202; tail -10 $log; break; }
H A Dforce11.sh96 tail -10 $log
H A Dfsck14.sh50 tail -1 | sed 's/,//g'`
/freebsd-current/share/examples/netgraph/
H A Dvirtual.chain209 EIFACE=`ngctl l | grep ngeth | tail -n 1| awk '{print $2}'`
H A Dvirtual.lan202 EIFACE=`ngctl l | grep ngeth | tail -n 1| awk '{print $2}'`
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe.h265 u32 tail; member in struct:tx_ring
291 u32 tail; member in struct:rx_ring
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_skbuff.c121 skb->head = skb->data = skb->tail = (uint8_t *)(skb+1);
188 skb_reserve(new, headroom); /* data and tail move headroom forward. */
189 skb_put(new, skb->len); /* tail and len get adjusted */
297 db_printf("\thead %p data %p tail %p end %p\n",
298 skb->head, skb->data, skb->tail, skb->end);
/freebsd-current/sys/dev/vnic/
H A Dnicvf_queues.h252 uint32_t tail; member in struct:rbdr
317 uint32_t tail; member in struct:snd_queue
/freebsd-current/tools/tools/netmap/
H A Dbridge.c369 rx->head, rx->cur, rx->tail);
374 rx->head, rx->cur, rx->tail);
/freebsd-current/tools/boot/
H A Dinstall-boot.sh29 gpart show $dev | tail +2 | awk '$4 == "'$part'" { print $3; }'
97 kbfree=$(df -k "${mntpt}" | tail -1 | cut -w -f 4)
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dfinite_pow.h48 log_inline (uint64_t ix, double *tail) argument
89 *tail = hi - y + lo;
234 /* exp(x) = 2^(k/N) * exp(r) ~= scale + scale * (tail + exp(r) - 1). */
/freebsd-current/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-current/sys/net/
H A Dnetmap_user.h45 * we can access ring->cur, ring->head, ring->tail, etc.
53 * All ring indexes (head, cur, tail) should always move forward.
150 * When everything is complete ring->head = ring->tail + 1 (modulo ring size)
155 return nm_ring_next(r, r->tail) != r->head;
163 int ret = ring->tail - ring->head;
947 D("TX%d %p h %d c %d t %d", i, r, r->head, r->cur, r->tail);
951 D("RX%d %p h %d c %d t %d", i, r, r->head, r->cur, r->tail);
1057 while (rem > ring->nr_buf_size && j != ring->tail) {
1061 if (j == ring->tail && rem > 0)
/freebsd-current/sys/net80211/
H A Dieee80211_superg.c663 sq->tail = NULL;
680 if (sq->tail != NULL) {
681 sq->tail->m_nextpkt = m;
692 sq->tail = m;
710 if (sq->tail == m)
711 sq->tail = mprev;
/freebsd-current/usr.bin/tftp/
H A Dmain.c113 static char *tail(char *);
472 cp = argc == 2 ? tail(targ) : argv[1];
497 if (asprintf(&path, "%s/%s", targ, tail(argv[n])) < 0)
586 cp = argc == 3 ? argv[2] : tail(src);
599 cp = tail(src); /* new .. jdg */
707 tail(char *filename) function
/freebsd-current/usr.bin/fortune/fortune/
H A Dfortune.c444 FILEDESC **tail, FILEDESC *parent)
511 head, tail, parent);
562 *head = *tail = fp;
564 (*tail)->next = fp;
565 fp->prev = *tail;
566 *tail = fp;
443 add_file(int percent, const char *file, const char *dir, FILEDESC **head, FILEDESC **tail, FILEDESC *parent) argument
/freebsd-current/sbin/pfctl/
H A Dpfctl_parser.c1357 n->tail = NULL;
1509 n->tail = n;
1513 h->tail->next = n;
1514 h->tail = n;
1625 h->tail->next = n;
1626 h->tail = n->tail;
1709 n->tail = n;
1713 h->tail->next = n;
1714 h->tail
[all...]
/freebsd-current/sys/dev/netmap/
H A Dif_ptnet.c1141 kring->ring->tail = ktoa->hwtail;
1149 kring->rtail, kring->ring->tail);
1523 KASSERT(head != ring->tail,
1629 if (!(slot->flags & NS_MOREFRAG) || head == ring->tail) {
1710 if (head == ring->tail) {
1716 if (head == ring->tail) {
1730 if (likely(head == ring->tail)) {
1784 head, ring->tail, slot->len,
1815 if (unlikely(head == ring->tail)) {
1901 head, ring->tail));
[all...]
/freebsd-current/tools/tools/kdrv/
H A DKernelDriver586 set f [file tail $fpath];
625 set f [file tail $fpath];
698 set f [file tail $fpath];
738 set f [file tail $fpath];
912 set progname [file tail $argv0];
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Ddp_mon.c826 if (mon_mpdu->tail)
827 mon_mpdu->tail->next = msdu;
829 mon_mpdu->tail = msdu;
845 pmon->mon_mpdu->head = pmon->mon_mpdu->tail;
846 pmon->mon_mpdu->tail = NULL;
1251 tail_msdu = mon_mpdu->tail;
1452 tx_ppdu_info->tx_mon_mpdu->tail = NULL;
1479 tx_ppdu_info->tx_mon_mpdu->tail = NULL;
1507 tx_ppdu_info->tx_mon_mpdu->tail = NULL;
1536 tx_ppdu_info->tx_mon_mpdu->tail
[all...]
/freebsd-current/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-current/lib/libc/regex/
H A Dengine.c423 const char *tail; /* string unmatched by rest of RE */ local
481 tail = walk(m, rest, stop, es, stopst, false);
482 if (tail == stop)
505 tail = walk(m, rest, stop, es, stopst, false);
506 if (tail == stop)
541 tail = walk(m, rest, stop, es, stopst, false);
542 if (tail == stop)
/freebsd-current/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;

Completed in 456 milliseconds

<<11121314151617181920>>