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

1234567891011>>

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dcirc_buf.h30 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size) - 1))
31 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head) + 1),(size))
H A Dbitmap.h42 const unsigned int tail = size & (BITS_PER_LONG - 1); local
46 if (tail)
47 addr[BIT_WORD(size)] = BITMAP_LAST_WORD_MASK(tail);
54 const unsigned int tail = size & (BITS_PER_LONG - 1); local
62 if (tail) {
63 const unsigned long mask = BITMAP_LAST_WORD_MASK(tail);
75 const unsigned int tail = size & (BITS_PER_LONG - 1); local
83 if (tail) {
84 const unsigned long mask = BITMAP_LAST_WORD_MASK(tail);
208 const unsigned int tail local
228 const unsigned int tail = size & (BITS_PER_LONG - 1); local
250 const unsigned tail = size & (BITS_PER_LONG - 1); local
272 const unsigned tail = size & (BITS_PER_LONG - 1); local
335 const unsigned int tail = size & (BITS_PER_LONG - 1); local
402 const unsigned int tail = size & (BITS_PER_LONG - 1); local
[all...]
/freebsd-current/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-current/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-current/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-current/sys/contrib/openzfs/tests/zfs-tests/callbacks/
H A Dzfs_dmesg.ksh27 sudo dmesg -c | tail -n $lines
H A Dzfs_dbgmsg.ksh25 sudo tail -n $lines /proc/spl/kstat/zfs/dbgmsg
/freebsd-current/usr.bin/find/
H A Doperator.c74 PLAN *tail; /* pointer to tail of subplan */ local
88 for (tail = subplan = NULL;;) {
106 tail = subplan = next;
108 tail->next = next;
109 tail = next;
111 tail->next = NULL;
125 PLAN *tail; /* pointer to tail of result plan */ local
128 result = tail
163 PLAN *tail; /* pointer to tail of result plan */ local
225 PLAN *tail; /* pointer to tail of result plan */ local
[all...]
/freebsd-current/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-current/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-current/tools/test/stress2/tools/
H A Diwatch.sh36 istart=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
37 kstart=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
39 i=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
40 k=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
H A Drwatch.sh42 istart=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
43 kstart=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
48 i=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
49 k=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
H A Dleaks.sh90 sysctl vm.kvm_free | tail -1 | sed 's/:/,/'
91 sysctl vm.swap_reserved | tail -1 | sed 's/:/,/'
H A Dministat.sh43 max=`ministat -n < $data | tail -1 | \
45 run=`grep $test $log | awk '{print $NF}' | tail -1`
49 ministat -n < $data | tail -2
/freebsd-current/lib/libc/riscv/gen/
H A Dsigsetjmp.S40 tail _C_LABEL(setjmp)
42 tail _C_LABEL(_setjmp)
52 tail _C_LABEL(longjmp)
54 tail _C_LABEL(_longjmp)
/freebsd-current/tests/sys/pjdfstest/tests/
H A Dconf5 mountpoint=$(df . | tail -1 | awk '{print $6}')
/freebsd-current/tools/tools/track/
H A Dtrack.sh30 tail -10000 -F "$@" |
/freebsd-current/usr.bin/tail/
H A DMakefile4 PROG= tail
5 SRCS= forward.c misc.c read.c reverse.c tail.c
/freebsd-current/crypto/openssl/util/
H A Dadd-depends.pl231 (my $tail = $') =~ s/\s*\R$//;
236 $tail = canonpath($tail);
238 unless (defined $depconv_cache{$tail}) {
239 my $dep = $tail;
246 $depconv_cache{$tail} = $dep;
250 return ($objfile, '"'.$depconv_cache{$tail}.'"')
251 if defined $depconv_cache{$tail};
252 print STDERR "DEBUG[$producer]: ignoring $objfile <- $tail\n"
279 (my $tail
[all...]
/freebsd-current/stand/efi/libefi/
H A Ddevpath.c80 char *tail; local
82 tail = NULL;
84 (void)asprintf(&tail, "/%s", suffix);
86 tail = strdup("");
87 return (tail);
101 char *name, *tail, *head; local
109 tail = efi_make_tail(suffix);
120 free(tail);
129 if (asprintf(&name, "%s]%s", head, tail) < 0)
132 free(tail);
140 char *name, *tail; local
185 char *name, *tail; local
250 char *tail; local
342 char *tail; local
[all...]
/freebsd-current/usr.bin/tail/tests/
H A Dtail_test.sh35 tail -r infile > outfile
36 tail -r < infile > outpipe
58 tail -r infile > outfile
59 tail -r < infile > outpipe
80 tail -rn2 infile > outfile
81 tail -rn2 < infile > outpipe
101 printf '\n1\n2\n3\n' | tail -r > outfile
102 printf '\n1\n2\n3\n' | tail -r > outpipe
123 tail -rc28 infile > outfile
124 tail
[all...]
/freebsd-current/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-current/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-current/usr.sbin/bhyve/
H A Dusb_emul.c65 xb = &xfer->data[xfer->tail];
73 xfer->tail = (xfer->tail + 1) % USB_MAX_XFER_BLOCKS;

Completed in 211 milliseconds

1234567891011>>