Searched refs:tail (Results 1 - 25 of 386) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/ncurses/ncurses/
H A Dfifo_defs.h45 #define tail sp->_fifotail macro
53 if (head == tail) \
54 head = -1, tail = 0; \
60 if (head == tail) \
61 tail = -1; \
64 (tail >= FIFO_SIZE-1) \
65 ? tail = 0 \
66 : tail++; \
67 if (tail == head) \
68 tail
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/callbacks/
H A Dzfs_dmesg.ksh26 sudo dmesg | tail -n $lines
H A Dzfs_dbgmsg.ksh25 sudo tail -n $lines /proc/spl/kstat/zfs/dbgmsg
H A Dzfs_mmp.ksh32 sudo tail -n $lines $f
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-tail.exp0 tail (basename) of 'a/b/c' is 'c'
2 tail (basename) of 'def' is 'def'
3 tail (basename) of 'a.b.c' is 'a.b.c'
4 tail (basename) of 'a.b/c' is 'c'
5 tail (basename) of 'a' is 'a'
6 tail (basename) of 'a.a' is 'a.a'
7 tail (basename) of '.gitignore' is '.gitignore'
8 tail (basename) of 'a' is 'a'
9 tail (basename) of 'a.a' is 'a.a'
10 tail (basenam
[all...]
/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_hp_fifo.h55 struct ck_hp_fifo_entry *tail; member in struct:ck_hp_fifo
63 fifo->head = fifo->tail = stub;
73 fifo->head = fifo->tail = NULL;
83 struct ck_hp_fifo_entry *tail, *next; local
90 tail = ck_pr_load_ptr(&fifo->tail);
91 ck_hp_set_fence(record, 0, tail);
92 if (tail != ck_pr_load_ptr(&fifo->tail))
95 next = ck_pr_load_ptr(&tail
114 struct ck_hp_fifo_entry *tail, *next; local
142 struct ck_hp_fifo_entry *head, *tail, *next; local
176 struct ck_hp_fifo_entry *head, *tail, *next; local
[all...]
H A Dck_fifo.h50 struct ck_fifo_spsc_entry *tail; member in struct:ck_fifo_spsc
110 fifo->head = fifo->tail = fifo->head_snapshot = fifo->garbage = stub;
119 fifo->head = fifo->tail = NULL;
134 ck_pr_store_ptr(&fifo->tail->next, entry);
135 fifo->tail = entry;
220 struct ck_fifo_mpmc_pointer tail; member in struct:ck_fifo_mpmc
230 fifo->head.pointer = fifo->tail.pointer = stub;
231 fifo->head.generation = fifo->tail.generation = NULL;
240 fifo->head.pointer = fifo->tail.pointer = NULL;
249 struct ck_fifo_mpmc_pointer tail, nex local
306 struct ck_fifo_mpmc_pointer tail, next, update; local
359 struct ck_fifo_mpmc_pointer head, tail, next, update; local
414 struct ck_fifo_mpmc_pointer head, tail, next, update; local
[all...]
/freebsd-13-stable/.cirrus-ci/
H A Dpkg-install.sh9 dmesg tail:
10 $(dmesg | tail)
/freebsd-13-stable/usr.bin/find/
H A Doperator.c81 PLAN *tail; /* pointer to tail of subplan */ local
95 for (tail = subplan = NULL;;) {
113 tail = subplan = next;
115 tail->next = next;
116 tail = next;
118 tail->next = NULL;
132 PLAN *tail; /* pointer to tail of result plan */ local
135 result = tail
170 PLAN *tail; /* pointer to tail of result plan */ local
232 PLAN *tail; /* pointer to tail of result plan */ local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dcompile_et.h61 struct error_code *next, **tail; member in struct:error_code
70 (L)->tail = &(V)->next; \
73 *(L)->tail = (V); \
74 (L)->tail = &(V)->next; \
/freebsd-13-stable/contrib/com_err/
H A Dcompile_et.h58 struct error_code *next, **tail; member in struct:error_code
67 (L)->tail = &(V)->next; \
70 *(L)->tail = (V); \
71 (L)->tail = &(V)->next; \
/freebsd-13-stable/lib/libc/riscv/gen/
H A Dsigsetjmp.S42 tail _C_LABEL(setjmp)
44 tail _C_LABEL(_setjmp)
54 tail _C_LABEL(longjmp)
56 tail _C_LABEL(_longjmp)
/freebsd-13-stable/tools/tools/track/
H A Dtrack.sh31 tail -10000 -F "$@" |
/freebsd-13-stable/tests/sys/pjdfstest/tests/
H A Dconf6 mountpoint=$(df . | tail -1 | awk '{print $6}')
/freebsd-13-stable/usr.bin/tail/
H A DMakefile6 PROG= tail
7 SRCS= forward.c misc.c read.c reverse.c tail.c
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Diostat39 "$VDEV_UPATH" | tail -n 2)
45 "$VDEV_UPATH" | awk NF | tail -n 2)
64 vals=$(echo "$out" | tail -n 1 | sed -r 's/[[:blank:]]+/\t/g')
H A Diostat-10s39 "$VDEV_UPATH" | tail -n 2)
45 "$VDEV_UPATH" | awk NF | tail -n 2)
64 vals=$(echo "$out" | tail -n 1 | sed -r 's/[[:blank:]]+/\t/g')
H A Diostat-1s39 "$VDEV_UPATH" | tail -n 2)
45 "$VDEV_UPATH" | awk NF | tail -n 2)
64 vals=$(echo "$out" | tail -n 1 | sed -r 's/[[:blank:]]+/\t/g')
/freebsd-13-stable/usr.bin/tail/tests/
H A Dtail_test.sh36 tail -r infile > outfile
37 tail -r < infile > outpipe
59 tail -r infile > outfile
60 tail -r < infile > outpipe
81 tail -rn2 infile > outfile
82 tail -rn2 < infile > outpipe
102 printf '\n1\n2\n3\n' | tail -r > outfile
103 printf '\n1\n2\n3\n' | tail -r > outpipe
124 tail -rc28 infile > outfile
125 tail
[all...]
/freebsd-13-stable/stand/efi/libefi/
H A Ddevpath.c83 char *tail; local
85 tail = NULL;
87 (void)asprintf(&tail, "/%s", suffix);
89 tail = strdup("");
90 return (tail);
104 char *name, *tail, *head; local
112 tail = efi_make_tail(suffix);
123 free(tail);
132 if (asprintf(&name, "%s]%s", head, tail) < 0)
135 free(tail);
143 char *name, *tail; local
188 char *name, *tail; local
253 char *tail; local
345 char *tail; local
[all...]
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h100 /* tail */
102 const uint8_t *tail = (const uint8_t *) (data + nblocks*4); local
107 case 3: k1 ^= tail[2] << 16; JEMALLOC_FALLTHROUGH
108 case 2: k1 ^= tail[1] << 8; JEMALLOC_FALLTHROUGH
109 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15);
171 /* tail */
173 const uint8_t *tail = (const uint8_t *) (data + nblocks*16); local
180 case 15: k4 ^= tail[14] << 16; JEMALLOC_FALLTHROUGH
181 case 14: k4 ^= tail[13] << 8; JEMALLOC_FALLTHROUGH
182 case 13: k4 ^= tail[1
259 const uint8_t *tail = (const uint8_t*)(data + nblocks*16); local
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_ungetch.c55 T(("head = %d, tail = %d, peek = %d", head, tail, peek));
68 if (sp != 0 && tail >= 0) {
72 peek = tail; /* no raw keys */
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dqueue.h21 * There are built-in mutex locks for the head and tail of the queue,
47 type *head, *tail; \
56 (queue).tail = (void *) &((queue).headnode); \
60 #define ISC_QUEUE_EMPTY(queue) ISC_TF((queue).head == (queue).tail)
74 (queue).tail->link.next = elt; \
75 (queue).tail = elt; \
91 (queue).tail = (queue).head; \
H A Dlist.h31 #define ISC_LIST(type) struct { type *head, *tail; }
33 do { (list).head = NULL; (list).tail = NULL; } while (0)
46 #define ISC_LIST_TAIL(list) ((list).tail)
54 (list).tail = (elt); \
71 if ((list).tail != NULL) \
72 (list).tail->link.next = (elt); \
75 (elt)->link.prev = (list).tail; \
77 (list).tail = (elt); \
94 ISC_INSIST((list).tail == (elt)); \
95 (list).tail
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h44 const unsigned int tail = size & (BITS_PER_LONG - 1); local
48 if (tail)
49 addr[BIT_WORD(size)] = BITMAP_LAST_WORD_MASK(tail);
56 const unsigned int tail = size & (BITS_PER_LONG - 1); local
64 if (tail) {
65 const unsigned long mask = BITMAP_LAST_WORD_MASK(tail);
77 const unsigned int tail = size & (BITS_PER_LONG - 1); local
85 if (tail) {
86 const unsigned long mask = BITMAP_LAST_WORD_MASK(tail);
210 const unsigned int tail local
230 const unsigned int tail = size & (BITS_PER_LONG - 1); local
252 const unsigned tail = size & (BITS_PER_LONG - 1); local
[all...]

Completed in 344 milliseconds

1234567891011>>