Searched refs:tail (Results 101 - 125 of 621) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dswap.h30 struct ath10k_swap_code_seg_tail tail; member in union:ath10k_swap_code_seg_item
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dlist.h136 list_node_t *tail = list->list_head.prev; local
137 if (tail == &list->list_head)
140 list_del(tail);
141 return (list_object(list, tail));
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp.h82 ? got - want - tail ulp - 0.5 ulp
83 : got - want - tail ulp + 0.5 ulp; */
85 e = d > 0 ? -p->tail - 0.5 : -p->tail + 0.5;
93 e = -p->tail;
155 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp);
157 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp);
181 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp);
183 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp);
239 p->tail
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dmmap13.sh50 done 2>&1 | tail -5
H A Dnfssillyrename.sh56 tail -F dst/foo &
H A Dnullfs16.sh51 if [ `df -i $mp2 | tail -1 | awk '{print $5}'` = "100%" ]; then
H A Dvmio.sh50 [ `df -k $(dirname $diskimage) | tail -1 | awk '{print int($4 / 1024)}'` \
H A Ddfull.sh44 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dffs_syncvnode2.sh53 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dmd3.sh44 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dsuj4.sh44 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dnewfs7.sh49 [ $s -ne 0 ] && tail -10 $log
H A Dnullfs18.sh47 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
95 inodes=`df -i $mntpoint | tail -1 | awk '{print $6}'`
118 inodes=`df -i $mntpoint | tail -1 | awk '{print $6}'`
H A Dsnap11.sh51 last=`tail -1 /var/log/messages | cut -c1-15`
74 tail -50 /var/log/messages | grep -m 1 "g_vfs_done():md5a" && s=1
85 sed "1,/$last/d" < /var/log/messages | tail -20 | grep -m 1 "check-hash" && s=1
H A Dgnop10.sh85 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
131 { echo "$fsck did not mark FS as clean"; tail -12 $log; exit 1; }
134 $fsck -fy /dev/$md > $log || { tail -5 $log; exit 1; }
H A Dgnop9.sh75 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
130 [ $i -ne 1 ] && tail -3 $log
136 $fsck -fy /dev/$md > $log || { tail -5 $log; exit 1; }
H A Dgnop12.sh64 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
108 { echo "$fsck did not mark FS as clean"; tail -12 $log; exit 1; }
111 $fsck -fy /dev/$md > $log || { tail -5 $log; exit 1; }
/freebsd-current/usr.sbin/bhyve/
H A Dusb_emul.h112 int tail; member in struct:usb_data_xfer
140 (x)->head = (x)->tail = 0; \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_setjmp_riscv64.S39 tail ASM_WRAPPER_NAME(sigsetjmp)
81 tail __sigjmp_save
/freebsd-current/contrib/ntp/
H A Dbootstrap162 case `ls -1tr config.h.in aclocal.m4 | tail -1` in
165 case `ls -1tr sntp/config.h.in sntp/aclocal.m4 | tail -1` in
168 case `ls -1tr sntp/libevent/config.h.in sntp/libevent/aclocal.m4 | tail -1` in
/freebsd-current/crypto/openssl/crypto/evp/
H A De_rc4_hmac_md5.c33 MD5_CTX head, tail, md; member in struct:__anon3953
57 key->tail = key->head;
126 key->md = key->tail;
170 key->md = key->tail;
214 MD5_Init(&key->tail);
215 MD5_Update(&key->tail, hmac_key, sizeof(hmac_key));
/freebsd-current/usr.sbin/cron/cron/
H A Ddatabase.c113 new_db.head = new_db.tail = NULL;
204 if (db->tail)
205 db->tail->next = u;
206 u->prev = db->tail;
208 db->tail = u;
220 db->tail = u->prev;
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_freebsd_transport_debug.c30 int head, tail, empty; local
35 tail = csr_ops->read_csr_ring_tail(csr,
49 "head %x, tail %x, empty: %d\n",
51 tail,
140 int head, tail, empty; local
148 tail = csr_ops->read_csr_ring_tail(csr,
154 "ring num %02d, head %04x, tail %04x, empty: %d\n",
157 tail,
/freebsd-current/usr.bin/procstat/tests/
H A Dprocstat_test.sh62 atf_check -o match:"$line_re" tail -n 1 procstat.out
66 atf_check -o match:"$line_re" tail -n 1 procstat.out
86 atf_check -o match:"$line_re" tail -n 1 procstat.out
90 atf_check -o match:"$line_re" tail -n 1 procstat.out
111 atf_check -o match:"$line_re" tail -n 1 procstat.out
115 atf_check -o match:"$line_re" tail -n 1 procstat.out
/freebsd-current/sys/dev/vmware/vmci/
H A Dvmci_defs.h363 * in a store, for example, you walk up to the tail.
374 * For a queue of buffer 'size' bytes, the tail and head pointers will be in
390 * tail pointers. 64bit atomic read on a 32bit entity involves cmpxchg8b which
392 * consumer tries to read the producer's tail pointer, for example, because the
393 * consumer has read-only access to the producer's tail pointer.
432 * Helper to add a given offset to a head or tail pointer. Wraps the value
464 * The contents of the queue's producer tail.
487 * The contents of the queue's consumer tail.
508 * qp_add_pointer() is used to manipulate the tail itself.
557 * Helper routine for getting the head and the tail pointe
658 uint64_t tail; local
[all...]

Completed in 158 milliseconds

1234567891011>>