Searched refs:le (Results 126 - 150 of 237) sorted by relevance

12345678910

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp.kshlib184 if [[ $SECONDS -le $min_duration ]]; then
186 (${SECONDS}s le min_duration $min_duration)"
/freebsd-current/tools/test/stress2/misc/
H A Dmmap40.sh57 while [ $((`swapinfo | tail -1 | awk '{print $3}'` - $u1)) -le 100 ]; do
H A Dall.sh107 [ `sysctl -n hw.physmem` -le $((3 * 1024 * 1024 * 1024)) ] &&
/freebsd-current/tools/tools/nanobsd/
H A Dfill_pkg.sh46 [ "$l" -le "$VERBOSE" ] && echo $*
/freebsd-current/sys/compat/linux/
H A Dlinux_event.c291 struct epoll_event le; local
297 error = copyin(args->event, &le, sizeof(le));
326 error = epoll_to_kevent(td, args->fd, &le, kev, &nchanges);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_block_size_histogram.ksh192 if [ $blksize -le $max_pool_record_size ]; then
/freebsd-current/sys/dev/le/
H A Dam79900.c121 #include <dev/le/lancereg.h>
122 #include <dev/le/lancevar.h>
123 #include <dev/le/am79900reg.h>
124 #include <dev/le/am79900var.h>
H A Dam7990.c85 #include <dev/le/lancereg.h>
86 #include <dev/le/lancevar.h>
87 #include <dev/le/am7990reg.h>
88 #include <dev/le/am7990var.h>
/freebsd-current/contrib/netbsd-tests/dev/sysmon/
H A Dt_swsensor.sh298 if [ $new_rnd_bits -le $rnd_bits ] ; then
319 if [ $new_rnd_bits -le $rnd_bits ] ; then
/freebsd-current/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S107 ite le
H A Daeabi_vfp_double.S115 ite le
/freebsd-current/contrib/tzcode/
H A Dtzselect.ksh138 if test 1 -le $select_i && test $select_i -le $#; then
/freebsd-current/tools/regression/fsx/
H A Dfsx.c164 struct log_entry *le; local
166 le = &oplog[logptr];
167 le->operation = operation;
168 le->args[0] = arg0;
169 le->args[1] = arg1;
170 le->args[2] = arg2;
/freebsd-current/usr.sbin/jail/
H A Dcommand.c60 LIST_ENTRY(phash) le;
830 LIST_INSERT_HEAD(&phash[pid % PHASH_SIZE], ph, le);
866 LIST_FOREACH_SAFE(ph, &phash[i], le, tph)
871 LIST_REMOVE(ph, le);
885 LIST_FOREACH(ph, &phash[pid % PHASH_SIZE], le)
888 LIST_REMOVE(ph, le);
/freebsd-current/contrib/ntp/scripts/
H A Dsummary.in84 if ($date ge $startdate && $date le $enddate) {
91 if ($date ge $startdate && $date le $enddate) {
98 if ($date ge $startdate && $date le $enddate) {
/freebsd-current/share/mk/
H A Dmeta2deps.py164 le = None
166 if e == le:
168 le = e
/freebsd-current/contrib/bmake/mk/
H A Dmeta2deps.py164 le = None
166 if e == le:
168 le = e
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp37 Block *b, LineEntry *le, Symbol *s)
40 if (le)
41 line_entry = *le;
46 LineEntry *le, Symbol *s)
49 if (le)
50 line_entry = *le;
36 SymbolContext(const ModuleSP &m, CompileUnit *cu, Function *f, Block *b, LineEntry *le, Symbol *s) argument
44 SymbolContext(const TargetSP &t, const ModuleSP &m, CompileUnit *cu, Function *f, Block *b, LineEntry *le, Symbol *s) argument
/freebsd-current/sys/cam/ctl/
H A Dscsi_ctl.c523 LIST_INSERT_HEAD(&softc->atio_list, &new_ccb->ccb_h, periph_links.le);
570 LIST_INSERT_HEAD(&softc->inot_list, &new_ccb->ccb_h, periph_links.le);
617 LIST_FOREACH(hdr, &softc->atio_list, periph_links.le) {
621 LIST_FOREACH(hdr, &softc->inot_list, periph_links.le) {
995 LIST_INSERT_HEAD(&softc->atio_list, &ccb->ccb_h, periph_links.le);
997 LIST_INSERT_HEAD(&softc->inot_list, &ccb->ccb_h, periph_links.le);
1117 LIST_REMOVE(&done_ccb->ccb_h, periph_links.le);
1407 LIST_REMOVE(&done_ccb->ccb_h, periph_links.le);
/freebsd-current/contrib/netbsd-tests/fs/ffs/
H A Dt_setquota.sh28 for e in le be; do
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua290 __le = function(a,b) coroutine.yield(nil, "le"); return a - b <= 0 end,
329 {"le", "sub"}) == "<")
/freebsd-current/usr.bin/wc/tests/
H A Dwc_test.sh178 while [ $c -le $MAXBSIZE ] ; do
/freebsd-current/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh151 if ! [ "${topair}" -ge 0 -a "${topair}" -le "${#count}" ] \
/freebsd-current/usr.sbin/makefs/tests/
H A Dmakefs_zfs_tests.sh764 $usedds -le $(($rootmb * 1024 * 1024 + $fudge))
767 $usedds -le $(($childmb * 1024 * 1024 + $fudge))
774 $usedchild -le $(($childmb * 1024 * 1024 + $fudge))
783 $used -le $(($totalmb * 1024 * 1024 + 2 * $fudge))
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_common.kshlib64 if [[ $size -le $recordsize ]]; then

Completed in 464 milliseconds

12345678910