Searched refs:ge (Results 76 - 93 of 93) sorted by relevance

1234

/freebsd-13-stable/tests/sys/netgraph/
H A Dng_macfilter_test.sh182 if [ "$v1" -ge "$v2" ]; then
/freebsd-13-stable/contrib/bc/
H A Dconfigure294 if [ "$#" -ge 1 ] && [ "$1" != "" ]; then
296 while [ "$#" -ge 1 ]; do
322 if [ "$#" -ge 1 ]; then
H A Dconfigure.sh294 if [ "$#" -ge 1 ] && [ "$1" != "" ]; then
296 while [ "$#" -ge 1 ]; do
322 if [ "$#" -ge 1 ]; then
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c989 struct mlx4_ib_gid_entry *ge, *tmp; local
991 list_for_each_entry_safe(ge, tmp, &qp->gid_list, list) {
992 list_del(&ge->list);
993 kfree(ge);
1533 struct mlx4_ib_gid_entry *ge, *tmp; local
1535 list_for_each_entry_safe(ge, tmp, &qp->gid_list, list) {
1536 if (!ge->added && mlx4_ib_add_mc(dev, qp, &ge->gid)) {
1537 ge->added = 1;
1538 ge
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java345 String ge = ">= " + b;
346 out.printf("%16s ", ge);
/freebsd-13-stable/tests/sys/netinet6/
H A Doutput6.sh88 if [ ${counter} -ge 50 ]; then break; fi
165 if [ ${counter} -ge 50 ]; then break; fi
/freebsd-13-stable/usr.bin/man/
H A Dman.sh164 if [ $debug -ge ${2:-1} ]; then
/freebsd-13-stable/tests/sys/netinet/
H A Dfibs_test.sh758 if [ "$fib" -ge "$net_fibs" ]; then
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot625 [ $ndisks -ge $want_disks ] && break # to success
711 [ $ndisks -ge $want_disks ] &&
1637 [ ${disksize:-0} -ge 0 ] || disksize=0
/freebsd-13-stable/contrib/bmake/unit-tests/
H A DMakefile56 TESTS+= cond-cmp-numeric-ge
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile60 TESTS+= cond-cmp-numeric-ge
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcie.c239 pciercx_cfg070.s.ge = 1; /* ECRC generation enable. */
H A Dcvmx-pcieepx-defs.h4545 uint32_t ge : 1; /**< ECRC Generation Enable */ member in struct:cvmx_pcieepx_cfg070::cvmx_pcieepx_cfg070_s
4551 uint32_t ge : 1;
H A Dcvmx-pciercx-defs.h4126 uint32_t ge : 1; /**< ECRC Generation Enable */ member in struct:cvmx_pciercx_cfg070::cvmx_pciercx_cfg070_s
4132 uint32_t ge : 1;
/freebsd-13-stable/contrib/subversion/
H A Dconfigure7352 if test "$sqlite_ver_num" -ge "$sqlite_min_ver_num"; then
24248 if test -n "$SWIG_VERSION" && test "$SWIG_VERSION" -ge "103024"; then
24486 if test "$SWIG_VERSION" -ge "300010"; then
24523 if test "$PERL_VERSION" -ge "5008000"; then
24885 if test -n "$SWIG_VERSION" && test "$SWIG_VERSION" -ge "103024"; then
25123 if test "$SWIG_VERSION" -ge "300010"; then
25160 if test "$PERL_VERSION" -ge "5008000"; then
25522 if test -n "$SWIG_VERSION" && test "$SWIG_VERSION" -ge "103024"; then
25760 if test "$SWIG_VERSION" -ge "300010"; then
25797 if test "$PERL_VERSION" -ge "500800
[all...]
/freebsd-13-stable/contrib/apr-util/
H A Dconfigure12293 while [ $db_version -ge 40 ]
16319 while [ $db_minor -ge 0 ]
16734 while [ $db_version -ge 40 ]
/freebsd-13-stable/contrib/apr/
H A Dconfigure6692 if test $os_version -ge "502102"; then
7306 if test $PLATOSVERS -ge 10; then
/freebsd-13-stable/contrib/ntp/
H A Dconfigure31993 if test "$2" -ge 17
32014 if test "$2" -ge 07

Completed in 609 milliseconds

1234