Searched refs:tail (Results 226 - 250 of 621) sorted by relevance

1234567891011>>

/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dstrchr.S89 cbnz tmp1, L(tail)
112 L(tail):
H A Dstrchrnul.S81 cbnz tmp1, L(tail)
103 L(tail):
/freebsd-current/tools/test/stress2/misc/
H A Dmmap40.sh55 u1=`swapinfo | tail -1 | awk '{print $3}'`
57 while [ $((`swapinfo | tail -1 | awk '{print $3}'` - $u1)) -le 100 ]; do
H A Dsuj36.sh81 grep -q "WAS MODIFIED" $log && { tail -12 $log; s=100; }
H A Dbuildworld3.sh50 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dptrace12.sh47 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dunionfs6.sh60 set `df -ik $mp2 | tail -1 | awk '{print $4,$7}'`
H A Dunionfs13.sh65 df -i $mp2 | tail -1
H A Dswap.sh50 tail -F -n 0 /var/log/messages > $log & lpid=$!
H A Dfs.sh47 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dquota9.sh64 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dswapoff5.sh40 [ `df -k $dir | tail -1 | awk '{print $4}'` -lt \
166 n=`swapinfo | tail -1 | awk '{print $3}'`
H A Dswapoff3.sh37 [ `df -k $dir | tail -1 | awk '{print $4}'` -lt \
115 n=`swapinfo | tail -1 | awk '{print $3}'`
H A Dkillpg4.sh100 tail -1 | awk '{print $4}'`
/freebsd-current/tools/test/stress2/tools/
H A Dfail.sh41 grep $f $log | tail -1
/freebsd-current/sys/dev/evdev/
H A Duinput.c176 size_t head, tail; local
181 tail = (state->ucs_buffer_tail + 1) % UINPUT_BUFFER_SIZE;
183 microtime(&state->ucs_buffer[tail].time);
184 state->ucs_buffer[tail].type = type;
185 state->ucs_buffer[tail].code = code;
186 state->ucs_buffer[tail].value = value;
187 state->ucs_buffer_tail = tail;
190 if (tail == head) {
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D800.scrub-zfs58 egrep "^[0-9\.\:\-]{19} zpool scrub ${pool}\$" | tail -1 |\
/freebsd-current/usr.sbin/bsdinstall/
H A Dstartbsdinstall26 tail -f /tmp/bsdinstall_log > /dev/ttyv2 &
/freebsd-current/contrib/openresolv/
H A Dlibc.in92 if [ -f "$SYSCONFDIR"/resolv.conf.d/tail ]; then
93 resolv_conf_tail="$(cat "$SYSCONFDIR"/resolv.conf.d/tail)"
103 if [ "${resolv_conf_tail-x}" = x ] && [ -f "$SYSCONFDIR"/resolv.conf.tail ]
105 resolv_conf_tail="$(cat "$SYSCONFDIR"/resolv.conf.tail)"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_active_import.ksh55 tail -n 50 $MMP_ZTEST_LOG
/freebsd-current/bin/dd/tests/
H A Ddd2_test.sh15 case $(df -T . | tail -n 1 | cut -wf 2) in
/freebsd-current/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c33 SHA_CTX head, tail, md; member in struct:__anon3915
86 key->tail = key->head;
329 ctx->A[i] = key->tail.h0;
331 ctx->B[i] = key->tail.h1;
333 ctx->C[i] = key->tail.h2;
335 ctx->D[i] = key->tail.h3;
337 ctx->E[i] = key->tail.h4;
342 ctx->A[i] = key->tail.h0;
344 ctx->B[i] = key->tail.h1;
346 ctx->C[i] = key->tail
[all...]
/freebsd-current/stand/efi/loader/arch/riscv/
H A Dstart.S162 tail _C_LABEL(efi_main)
/freebsd-current/sys/dev/ixl/
H A Di40e_adminq.h65 u32 tail; member in struct:i40e_adminq_ring
/freebsd-current/usr.sbin/syslogd/tests/
H A Dsyslogd_test.sh82 tail -n 1 "${logfile}"
92 tail -n 1 "${logfile}"
99 tail -n 1 "${logfile}"
120 atf_check -s exit:0 -o match:"reload: pre-reload" tail -n 1 "${logfile}"

Completed in 164 milliseconds

1234567891011>>