Searched refs:le (Results 201 - 225 of 237) sorted by relevance

12345678910

/freebsd-current/stand/libsa/zfs/
H A Dzfsimpl.c2650 struct zap_leaf_entry *le; local
2662 *chunkp != CHAIN_END; chunkp = &le->le_next) {
2666 le = ZAP_LEAF_ENTRY(zl, chunk);
2667 if (le->le_hash != hash)
/freebsd-current/crypto/openssh/regress/
H A Dtest-exec.sh815 if [ "$PUTTYMINORVER" -le "64" ]; then
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3245 RecordDecl::field_iterator li = left->field_begin(), le = left->field_end();
3247 for (; li != le && ri != re; ++li, ++ri) {
3251 return (li == le && ri == re);
3279 li = left->param_begin(), le = left->param_end(), ri = right->param_begin(),
3282 for (; li != le && ri != re; ++li, ++ri) {
/freebsd-current/contrib/ofed/libcxgb4/
H A Dt4fw_api.h482 } le; member in struct:fw_ofld_connection_wr
865 } le; member in union:fw_ldst_cmd::fw_ldst
/freebsd-current/sys/dev/aic7xxx/
H A Daic79xx.c5716 LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) {
5917 LIST_REMOVE(scb, links.le);
5921 LIST_REMOVE(scb->col_scb, links.le);
5946 scb, links.le);
5955 scb, links.le);
5957 scb->col_scb, links.le);
5976 scb, links.le);
9039 LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) {
/freebsd-current/crypto/heimdal/lib/asn1/
H A DMakefile.in1044 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1050 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess1264 if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c351 ctf_encoding_t le, re; local
367 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
383 lrank = le.cte_bits + ((le.cte_format & CTF_INT_SIGNED) == 0);
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dconfig.guess1276 if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
/freebsd-current/stand/common/
H A Dload_elf.c122 f(d, le); \
/freebsd-current/sys/cam/
H A Dcam_ccb.h319 LIST_ENTRY(ccb_hdr) le; member in union:__anon17
/freebsd-current/contrib/bmake/unit-tests/
H A DMakefile69 TESTS+= cond-cmp-numeric-le
/freebsd-current/usr.bin/bmake/unit-tests/
H A DMakefile72 TESTS+= cond-cmp-numeric-le
/freebsd-current/sys/cam/scsi/
H A Dscsi_cd.c496 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le)
959 &start_ccb->ccb_h, periph_links.le);
1197 LIST_REMOVE(&done_ccb->ccb_h, periph_links.le);
H A Dscsi_da.c2237 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le)
3487 &start_ccb->ccb_h, periph_links.le);
4645 LIST_REMOVE(&done_ccb->ccb_h, periph_links.le);
/freebsd-current/usr.sbin/cxgbetool/
H A Dcxgbetool.c353 T4_MODREGS(le),
390 T5_MODREGS(le),
427 T6_MODREGS(le),
/freebsd-current/sys/contrib/dev/rtw89/
H A Dfw.c419 __DEF_FW_FEAT_COND(le, <=); /* less or equal */
441 __CFG_FW_FEAT(RTL8852A, le, 0, 13, 29, 0, OLD_HT_RA_FORMAT),
450 __CFG_FW_FEAT(RTL8852C, le, 0, 27, 33, 0, NO_DEEP_PS),
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c834 struct list_head *le, *next; local
876 list_for_each_safe(le, next, &mc_list.addr_list) {
877 addr = list_entry(le, struct netdev_hw_addr, addr_list);
/freebsd-current/contrib/openpam/
H A Dconfig.guess1295 if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
/freebsd-current/tools/test/netfibs/
H A Dforwarding.sh231 while test ${rc} -ne 0 -a ${i} -le ${WAITS}; do
/freebsd-current/crypto/heimdal/
H A DMakefile.in786 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
/freebsd-current/crypto/heimdal/lib/gssapi/
H A DMakefile.in2109 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
2115 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
/freebsd-current/crypto/heimdal/lib/hx509/
H A DMakefile.in1554 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1560 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
/freebsd-current/contrib/libpcap/
H A Dconfigure1726 if test $ac_lo -le $ac_mid; then
1770 if test $ac_mid -le $ac_hi; then
2057 if test $ac_lo -le $ac_mid; then
2101 if test $ac_mid -le $ac_hi; then
/freebsd-current/contrib/tcpdump/
H A Dconfigure1836 if test $ac_lo -le $ac_mid; then
1880 if test $ac_mid -le $ac_hi; then

Completed in 629 milliseconds

12345678910