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

1234

/freebsd-13-stable/contrib/bc/
H A Dlocale_uninstall.sh42 test "$#" -ge 2 || usage
50 if [ "$#" -ge 1 ]; then
H A Dexec-install.sh42 test "$#" -ge 2 || usage
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_apei.c343 apei_ge_handler(struct apei_ge *ge, bool copy) argument
345 uint8_t *buf = copy ? ge->copybuf : ge->buf;
366 if (!copy && ge->v1.Header.Type == ACPI_HEST_TYPE_GENERIC_ERROR_V2 &&
367 ge->res2) {
368 uint64_t val = READ8(ge->res2, 0);
369 val &= ge->v2.ReadAckPreserve;
370 val |= ge->v2.ReadAckWrite;
371 WRITE8(ge->res2, 0, val);
384 struct apei_ge *ge local
392 struct apei_ge *ge = apei_nmi_ge; local
430 struct apei_ge *ge = context; local
441 struct apei_ge *ge; local
455 struct apei_ge *ge; local
613 struct apei_ge *ge; local
670 struct apei_ge *ge; local
[all...]
/freebsd-13-stable/usr.sbin/ypldap/
H A Dentries.c49 struct groupent *ge; local
105 RB_FOREACH(ge, group_name_tree, env->sc_group_names) {
110 ge->ge_line[strlen(ge->ge_line)] = ':';
111 log_debug("pushing line: %s", ge->ge_line);
112 len = strlen(ge->ge_line) + 1;
113 memcpy(endp, ge->ge_line, len);
115 free(ge->ge_line);
116 ge->ge_line = endp;
H A Dypldap.c153 struct groupent *ge; local
166 while ((ge = RB_ROOT(env->sc_group_names_t))
169 env->sc_group_names_t, ge);
170 free(ge->ge_line);
171 free(ge);
182 struct groupent *ge; local
225 RB_FOREACH(ge, group_name_tree, env->sc_group_names_t) {
226 bp = cp = ge->ge_line;
249 ukey.ue_line, ge->ge_line);
258 if (ge
278 struct groupent *ge; local
415 struct groupent *ge; local
[all...]
/freebsd-13-stable/libexec/rc/rc.d/
H A Dsecurelevel23 if [ ${kern_securelevel} -ge 0 ]; then
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_sync/
H A Dzpool_sync_001_pos.ksh54 if [[ $orig_txg -ge $new_txg ]]; then
67 if [[ $orig_txg -ge $new_txg ]]; then
75 if [[ $orig_txg -ge $new_txg ]]; then
84 if [[ $orig_txg -ge $new_txg ]]; then
/freebsd-13-stable/contrib/bmake/mk/
H A Dlinks.mk41 while test $$\# -ge 2; do \
48 while test $$\# -ge 2; do \
63 while test $$\# -ge 2; do \
70 while test $$\# -ge 2; do \
/freebsd-13-stable/tools/regression/tmpfs/
H A Dt_statvfs48 [ $((${f_bsize} * ${f_blocks})) -ge $((10 * 1024 * 1024)) ] || die
/freebsd-13-stable/lib/libc/arm/string/
H A Dmemset.S131 itttt ge
136 itttt ge
141 itttt ge
146 itttt ge
178 itttt ge
197 itt ge
214 it ge
231 it ge
241 it ge
247 it ge
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dgedf2vfp.S29 ITE(ge)
H A Dgesf2vfp.S29 ITE(ge)
H A Daeabi_dcmp.S11 // int __aeabi_dcmp{eq,lt,le,ge,gt}(double a, double b) {
12 // int result = __{eq,lt,le,ge,gt}df2(a, b);
47 DEFINE_AEABI_DCMP(ge)
H A Daeabi_fcmp.S11 // int __aeabi_fcmp{eq,lt,le,ge,gt}(float a, float b) {
12 // int result = __{eq,lt,le,ge,gt}sf2(a, b);
47 DEFINE_AEABI_FCMP(ge)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events.kshlib32 if [[ $count -ge $eventnum ]]; then
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_offline_export_import_online.ksh56 [[ "$new_progress" -ge "$progress" ]] || \
62 [[ "$new_progress" -ge "$progress" ]] || \
H A Dzpool_initialize_split.ksh54 [[ "$(initialize_progress $TESTPOOL $DISK1)" -ge "$orig_prog1" ]] || \
60 [[ "$(initialize_progress $TESTPOOL1 $DISK2)" -ge "$orig_prog2" ]] || \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_offline_export_import_online.ksh52 [[ "$new_progress" -ge "$progress" ]] || \
58 [[ "$new_progress" -ge "$progress" ]] || \
H A Dzpool_trim_split.ksh50 [[ "$(trim_progress $TESTPOOL $DISK1)" -ge "$orig_prog1" ]] || \
56 [[ "$(trim_progress $TESTPOOL1 $DISK2)" -ge "$orig_prog2" ]] || \
/freebsd-13-stable/contrib/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
288 ge = gs-1;
290 while (aFreq < tFreq && ge < alphaSize-1) {
291 ge++;
292 aFreq += s->mtfFreq[ge];
295 if (ge > gs
298 aFreq -= s->mtfFreq[ge];
299 ge--;
305 nPart, gs, ge, aFreq,
309 if (v >= gs && v <= ge)
[all...]
/freebsd-13-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_statvfs.sh53 [ $((${f_bsize} * ${f_blocks})) -ge $((10 * 1024 * 1024)) ] || \
/freebsd-13-stable/lib/libgeom/
H A Dgeom_xml2tree.c367 struct ggeom *ge; local
411 LIST_FOREACH(ge, &cl->lg_geom, lg_geom) {
412 gmp->lg_ident[i].lg_id = ge->lg_id;
413 gmp->lg_ident[i].lg_ptr = ge;
416 LIST_FOREACH(pr, &ge->lg_provider, lg_provider) {
422 LIST_FOREACH(co, &ge->lg_consumer, lg_consumer) {
432 LIST_FOREACH(ge, &cl->lg_geom, lg_geom) {
433 ge->lg_class =
434 geom_lookupid(gmp, ge->lg_class)->lg_ptr;
435 LIST_FOREACH(pr, &ge
490 struct ggeom *ge; local
[all...]
/freebsd-13-stable/contrib/hyperv/tools/scripts/
H A Dhyperv_vfattach65 test $hyperv_vf_delay -ge 2 > /dev/null 2>&1
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim.kshlib69 if [[ $ios -ge $min_trim_ios ]]; then
89 if [ "$(date +%s)" -ge $stop_time ]; then
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dprocfs_list_stale_read.ksh69 [[ $(wc -l <$TXG_HIST) -ge 20 ]] || log_fail "expected more entries"

Completed in 260 milliseconds

1234