Searched refs:up (Results 1 - 25 of 529) sorted by last modified time

1234567891011>>

/freebsd-current/usr.bin/diff/tests/
H A Ddiff_test.sh63 diff -up -L input_c1.in -L input_c2.in "$(atf_get_srcdir)/input_c1.in" "$(atf_get_srcdir)/input_c2.in"
73 diff -up --strip-trailing-cr -L b230049_a.in -L b230049_b.in \
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c471 /* If we don't have a pending timer, set one up to catch our recent
611 u32 up = 0; local
618 up = (vlan_tag >> 13) % MLX4_EN_NUM_UP;
623 return ((queue_index % rings_p_up) + (up * rings_p_up));
/freebsd-current/contrib/bsddialog/lib/
H A Ddatebox.c79 enum operation up; member in struct:dateitem
695 datectl(di[sel].up, &yy, &mm, &dd);
704 datectl(di[sel].up, &yy, &mm, &dd);
/freebsd-current/contrib/one-true-awk/
H A Dawk.h251 uschar *up; member in union:rrow::__anon6
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk47 # All unqualified entries end up being qualified with .${TARGET_SPEC}
541 # clean up
/freebsd-current/tests/sys/net/if_ovpn/
H A Dif_ovpn.sh45 jexec a ifconfig ${l}a 192.0.2.1/24 up
47 jexec b ifconfig ${l}b 192.0.2.2/24 up
91 # Give the tunnel time to come up
124 jexec a ifconfig ${l}a 192.0.2.1/24 up
126 jexec b ifconfig ${l}b 192.0.2.2/24 up
170 # Give the tunnel time to come up
196 jexec a ifconfig ${l}a 192.0.2.1/24 up
198 jexec b ifconfig ${l}b 192.0.2.2/24 up
243 # Give the tunnel time to come up
269 jexec a ifconfig ${l}a inet6 2001:db8::1/64 up no_da
[all...]
/freebsd-current/share/mk/
H A Dbsd.sys.mk161 # We should clean up warnings produced with these flags.
274 # immintrin.h are still found but stddef.h, etc. are picked up from FreeBSD.
341 # in the same namespace, meaning that, for example, GCC builds of clang pick up
385 # or expect to ever be up-to-date.
/freebsd-current/sys/dev/md/
H A Dmd.c372 uintptr_t up; local
376 up = 0;
380 up = cip->array[idx];
381 cip = (struct indir *)up;
399 uintptr_t up; local
403 up = 0;
410 up = cip->array[idx];
411 if (up != 0) {
412 cip = (struct indir *)up;
421 up
[all...]
/freebsd-current/sys/conf/
H A Dkmod.mk45 # the opt_*.h files, .o's and kernel winds up.
141 # Disallow common variables, and if we end up with commons from
145 # until at least we catch up to GCC10/LLVM11 or otherwise enable -fno-common
147 # CFLAGS for in-tree module builds as they will also pick it up from
/freebsd-current/lib/libc/regex/
H A Dregcomp.c80 * parse structure, passed up and down to avoid global variables and
258 /* set things up */
314 /* tidy up loose ends and fill things in */
1056 if (p->error != 0) /* don't mess things up further */
1274 - p_b_coll_elem - parse a collating-element name and look it up
1985 * to calculate the offset -- so we give up;
2043 /* If we gave up already on offsets, return */
2207 /* Compute the matchjump up to the last substring found to jump
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c254 PR_STATSTIME("time.up", shm_stat->time.up);
411 PR_UL("num.query.authzone.up", s->svr.num_query_authzone_up);
543 ssl_path_err("Error setting up SSL_CTX client cert", c_cert);
545 ssl_path_err("Error setting up SSL_CTX client key", c_key);
547 ssl_err("Error setting up SSL_CTX client key");
549 ssl_path_err("Error setting up SSL_CTX verify, server cert",
/freebsd-current/contrib/unbound/daemon/
H A Dremote.c148 log_crypto_err("Error setting up SSL_CTX verify locations");
850 struct timeval up, dt; local
851 timeval_subtract(&up, &now, &worker->daemon->time_boot);
857 if(!ssl_printf(ssl, "time.up"SQ ARG_LL "d.%6.6d\n",
858 (long long)up.tv_sec, (unsigned)up.tv_usec)) return 0;
1065 if(!ssl_printf(ssl, "num.query.authzone.up"SQ"%lu\n",
/freebsd-current/contrib/unbound/
H A Dconfigure1493 # mess up M-x gdb in Emacs.
2539 # Strip out --no-create and --no-recursion so they do not pile up.
3085 # $ac_aux_dir_candidates and give up.
7149 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cannot find output from $LEX; giving up on $LEX" >&5
7150 printf "%s\n" "$as_me: WARNING: cannot find output from $LEX; giving up on $LEX" >&2;}
7202 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: required lex library not found; giving up on $LEX" >&5
7203 printf "%s\n" "$as_me: WARNING: required lex library not found; giving up on $LEX" >&2;}
8401 # On DJGPP, this test can blow up pretty badly due to problems in libc
8416 # On Win9x/ME, this test blows up -- it succeeds, but takes
8419 # you end up wit
[all...]
/freebsd-current/tests/sys/netinet/
H A Dcarp.sh83 jexec carp_basic_v4_one ifconfig ${bridge} 192.0.2.4/29 up
86 jexec carp_basic_v4_one ifconfig ${epair_one}a up
87 jexec carp_basic_v4_one ifconfig ${epair_two}a up
89 jexec carp_basic_v4_two ifconfig ${epair_one}b 192.0.2.202/29 up
92 jexec carp_basic_v4_three ifconfig ${epair_two}b 192.0.2.203/29 up
129 jexec ${j}_one ifconfig ${bridge} 192.0.2.4/29 up
132 jexec ${j}_one ifconfig ${epair_one}a up
133 jexec ${j}_one ifconfig ${epair_two}a up
135 jexec ${j}_two ifconfig ${epair_one}b 192.0.2.202/29 up
138 jexec ${j}_three ifconfig ${epair_two}b 192.0.2.203/29 up
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp140 // Round up to byte boundary.
144 // Round up to the mask_size_type boundary.
756 // sets up worker thread stats
1043 /* First, check to see whether the monitor thread exists to wake it up. This
1049 __kmp_resume_monitor(); // Wake up the monitor thread
1548 // we woke up with resume
1625 /* This routine signals the thread specified by target_gtid to wake up
1648 // different location; wake up at new location
1653 // else woke it up.
1702 KF_TRACE(30, ("__kmp_resume_template: T#%d exiting after signaling wake up"
2140 char *up = buf + lstsz; local
[all...]
/freebsd-current/tests/sys/net/
H A Dif_lagg_test.sh52 ifconfig $TAP0 up
53 ifconfig $TAP1 up
54 atf_check ifconfig $LAGG up laggport $TAP0 laggport $TAP1 \
97 ifconfig $TAP0 inet6 ifdisabled up
98 ifconfig $TAP1 inet6 ifdisabled up
99 ifconfig $TAP2 inet6 ifdisabled up
100 ifconfig $TAP3 inet6 ifdisabled up
107 ifconfig $LAGG up laggport $TAP0 laggport $TAP1 laggport $TAP2\
148 ifconfig $TAP0 inet6 ifdisabled up
149 ifconfig $TAP1 inet6 ifdisabled up
[all...]
/freebsd-current/sys/net/
H A Dif_lagg.c1238 * link up/down events aswell, but using a timer also provides
1265 lagg_if_updown(struct lagg_softc *sc, bool up) argument
1273 if (up)
1693 * If interface is marked up and it is stopped, then
1820 * Look up the port used by a specific flow. This only works for lagg
2283 /* Our link is considered up if at least one of our ports is active */
/freebsd-current/contrib/libfido2/src/
H A Dwinhello.c613 if (assert->up == FIDO_OPT_FALSE) {
614 fido_log_debug("%s: up %d", __func__, assert->up);
1005 const char *o[4] = { "rk", "up", "uv", "plat" };
H A Dassert.c142 if (assert->up != FIDO_OPT_OMIT || uv != FIDO_OPT_OMIT)
143 if ((argv[4] = cbor_encode_assert_opt(assert->up, uv)) == NULL) {
358 fido_check_flags(uint8_t flags, fido_opt_t up, fido_opt_t uv) argument
361 fido_log_debug("%s: up=%d, uv=%d", __func__, up, uv);
363 if (up == FIDO_OPT_TRUE &&
527 if (fido_check_flags(stmt->authdata.flags, assert->up,
734 fido_assert_set_options(fido_assert_t *assert, bool up, bool uv) argument
736 assert->up = up
743 fido_assert_set_up(fido_assert_t *assert, fido_opt_t up) argument
[all...]
/freebsd-current/contrib/libfido2/tools/
H A Dassert_get.c20 fido_opt_t up; member in struct:toggle
64 if (!strcmp(key, "up"))
65 k = &opt->up;
110 fprintf(stderr, "up=%s\n", opt2str(opt->up));
125 if ((r = fido_assert_set_up(assert, opt->up)) != FIDO_OK)
227 opt.up = opt.uv = opt.pin = FIDO_OPT_OMIT;
247 opt.up = FIDO_OPT_TRUE;
/freebsd-current/contrib/libfido2/src/fido/
H A Dtypes.h219 fido_opt_t up; /* user presence */ member in struct:fido_assert
/freebsd-current/contrib/libfido2/fuzz/
H A Dfuzz_assert.c36 uint8_t up; member in struct:param
83 unpack_byte(v[1], &p->up) < 0 ||
123 (argv[1] = pack_byte(p->up)) == NULL ||
207 const char *rp_id, int ext, uint8_t up, uint8_t uv, const char *pin,
222 if (up & 1)
255 const unsigned char *sig_ptr, size_t sig_len, uint8_t up, uint8_t uv,
274 if (up & 1)
457 get_assert(assert, p->opt, &p->cdh, p->rp_id, p->ext, p->up, p->uv,
469 fido_assert_sig_len(assert, i), p->up, p->uv, p->ext, pk);
508 mutate_byte(&p->up);
206 get_assert(fido_assert_t *assert, uint8_t opt, const struct blob *cdh, const char *rp_id, int ext, uint8_t up, uint8_t uv, const char *pin, uint8_t cred_count, const struct blob *cred) argument
253 verify_assert(int type, const unsigned char *cdh_ptr, size_t cdh_len, const char *rp_id, const unsigned char *authdata_ptr, size_t authdata_len, const unsigned char *sig_ptr, size_t sig_len, uint8_t up, uint8_t uv, int ext, void *pk) argument
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod.mk114 # malformed, and this error should be propagated up to Cond_EvalLine.
H A Dvarmod-match-escape.mk38 # both patterns would end up as '::'.
H A Dvarmod-loop-delete.mk14 # Set up the variable that deletes itself when it is evaluated.

Completed in 230 milliseconds

1234567891011>>