Searched refs:le (Results 101 - 125 of 237) sorted by relevance

12345678910

/freebsd-current/tools/test/stress2/misc/
H A Dgnop7.sh69 [ $((n += 1)) -le 10 ] && continue
H A Dumountf2.sh257 struct log_entry *le;
259 le = &oplog[logptr];
260 le->operation = operation;
261 le->args[0] = arg0;
262 le->args[1] = arg1;
263 le->args[2] = arg2;
H A Dgraid1.sh41 [ $((`sysctl -n hw.usermem` / 1024 / 1024 / 1024)) -le 4 ] &&
H A Dgraid1_10.sh42 [ $((`sysctl -n hw.usermem` / 1024 / 1024 / 1024)) -le 4 ] &&
H A Dgraid1_9.sh46 [ $((`sysctl -n hw.usermem` / 1024 / 1024 / 1024)) -le 4 ] &&
H A Dsyscall5.sh95 [ $n -le $esyscall ] && break
H A Dlinger2.sh61 [ `echo $r | awk '{print $3}'` -le $min ] && break
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/
H A Draidz_expand_002_pos.ksh104 if [[ "$expand_size" -le "$pool_size" ]]; then
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache_012_pos.ksh98 while $do_once || [[ $l2_size1 -le $l2_size2 ]]; do
/freebsd-current/sbin/dhclient/
H A Ddhclient-script92 elif [ $1 -le 8 ]; then
95 elif [ $1 -le 16 ]; then
98 elif [ $1 -le 24 ]; then
/freebsd-current/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dt_enable_quotas.sh28 for e in le be; do
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mount/
H A Dumount_unlinked_drain.ksh48 while [[ $iters -le $MAX_ITERS ]]; do
/freebsd-current/tests/sys/cddl/zfs/tests/mv_files/
H A Dmv_files_common.kshlib47 while [ \$i -le 50 ]
/freebsd-current/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh135 if [ "$XCODE_VERSION" -le 6 ]; then
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c96 int li = 1, le = 1; local
98 while (lua_getstack(L, le, &ar)) { li = le; le *= 2; }
100 while (li < le) {
101 int m = (li + le)/2;
103 else le = m;
105 return le - 1;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_006_pos.ksh87 [[ $refer_diff -le $expected_diff && \
88 $file_diff -le $expected_diff ]] || \
/freebsd-current/contrib/lua/src/
H A Dlauxlib.c118 int li = 1, le = 1; local
120 while (lua_getstack(L, le, &ar)) { li = le; le *= 2; }
122 while (li < le) {
123 int m = (li + le)/2;
125 else le = m;
127 return le - 1;
/freebsd-current/tests/sys/netinet6/
H A Doutput6.sh357 while [ ${counter} -le 50 ]; do
387 if [ ${pkt_0} -le 10 ]; then
390 if [ ${pkt_1} -le 10 ]; then
499 while [ ${counter} -le 50 ]; do
529 if [ ${pkt_0} -le 10 ]; then
532 if [ ${pkt_1} -le 10 ]; then
637 if [ ${pkt_0} -le 10 ]; then
640 if [ ${pkt_1} -le 10 ]; then
/freebsd-current/sys/kern/
H A Dkern_timeout.c476 LIST_FOREACH_SAFE(c, sc, c_links.le, next) {
489 LIST_REMOVE(c, c_links.le);
498 LIST_REMOVE(c, c_links.le);
607 LIST_INSERT_HEAD(&cc->cc_callwheel[bucket], c, c_links.le);
996 cc_exec_next(cc) = LIST_NEXT(c, c_links.le);
997 LIST_REMOVE(c, c_links.le);
1307 cc_exec_next(cc) = LIST_NEXT(c, c_links.le);
1308 LIST_REMOVE(c, c_links.le);
1389 LIST_FOREACH(tmp, sc, c_links.le) {
/freebsd-current/sys/cam/scsi/
H A Dscsi_pt.c406 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le)
455 periph_links.le);
548 LIST_REMOVE(&done_ccb->ccb_h, periph_links.le);
/freebsd-current/crypto/openssl/test/testutil/
H A Dtests.c228 DEFINE_COMPARISON(type, name, le, <=, fmt) \
386 DEFINE_BN_COMPARISONS(le, <=, BN_is_negative(a) || BN_is_zero(a))
472 DEFINE_TIME_T_COMPARISON(le, <=)
/freebsd-current/contrib/netbsd-tests/fs/tmpfs/
H A Dt_sizes.sh104 [ ${f_bused} -ge ${of_bused} -a ${f_bused} -le $((${of_bused} + 1)) ] \
/freebsd-current/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh15 BYTESWAP=le
/freebsd-current/contrib/netbsd-tests/fs/nfs/
H A Dt_rquotad.sh27 for e in le be; do
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_object_range_pos.ksh47 if [[ $obj -ge $begin && $obj -le $end ]] ; then

Completed in 318 milliseconds

12345678910