HomeSort by: relevance | last modified time | path
    Searched refs:its (Results 1 - 25 of 573) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/arm/cortex/
gicv3_its.c 60 * ITS translation table sizes
99 gits_read_4(struct gicv3_its *its, bus_size_t reg)
101 return bus_space_read_4(its->its_bst, its->its_bsh, reg);
105 gits_write_4(struct gicv3_its *its, bus_size_t reg, uint32_t val)
107 bus_space_write_4(its->its_bst, its->its_bsh, reg, val);
111 gits_read_8(struct gicv3_its *its, bus_size_t reg)
113 return bus_space_read_8(its->its_bst, its->its_bsh, reg)
578 struct gicv3_its * const its = msi->msi_priv; local
636 struct gicv3_its * const its = msi->msi_priv; local
711 struct gicv3_its * const its = msi->msi_priv; local
734 struct gicv3_its * const its = msi->msi_priv; local
980 struct gicv3_its * const its = priv; local
1023 struct gicv3_its * const its = priv; local
1034 struct gicv3_its * const its = priv; local
1064 struct gicv3_its *its; local
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
getifaddrs.c 52 ifaddr_test_state_t *its = context; local
55 its->lladdr_removed = true;
57 its->lladdr_added = true;
73 ifaddr_test_state_t *its = context; local
74 *ifaddrs = its->real_ifaddrs;
96 ifaddr_test_state_t *its = calloc(1, sizeof (*its)); local
97 TEST_FAIL_CHECK(state, its != NULL, "no memory for test-specific state.");
98 its->test_state = state;
102 TEST_FAIL_CHECK_STATUS(state, getifaddrs(&its->real_ifaddrs) == 0, "getifaddrs failed: %s", strerror(errno))
    [all...]
  /src/tests/usr.bin/xlint/lint2/
msg_010.exp 1 func has its return value used in msg_010.c?(30) but doesn't return one [lint2:010]
msg_004.exp 1 add has its return value used inconsistently by msg_004_define.c(2) and msg_004_call.c(4) [lint2:004]
msg_006.exp 1 add has its return value used inconsistently by msg_006_define.c(2) and msg_006_call.c(4) [lint2:004]
  /src/external/bsd/openldap/dist/tests/scripts/
its-all 31 echo ">>>>> Executing all LDAP ITS regression tests"
33 for CMD in $SRCDIR/data/regressions/its*/its*; do
  /src/external/apache2/llvm/autoconf/autoconf/m4/
need_dev_zero_for_mmap.m4 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
  /src/external/gpl3/gcc/dist/gcc/config/
gnu.h 37 # warning This file should be included after gnu-user.h, to override its STARTFILE_SPEC
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
user_counters_test.cc 48 double its = e.NumIterations(); local
51 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. * its, 0.001);
277 double its = e.NumIterations(); local
279 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, its, 0.001);
280 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. * its, 0.001);
318 double its = e.NumIterations(); local
321 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, its * 1. / t, 0.001);
322 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, its * 2. / t, 0.001);
357 double its = e.NumIterations(); local
359 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, 1. / its, 0.001)
395 double its = e.NumIterations(); local
    [all...]
  /src/tests/lib/libc/sys/
t_timerfd.c 177 struct itimerspec its = { 0 }; local
183 timerfd_gettime(fd, &its) == -1);
185 its.it_value.tv_sec = 5;
187 timerfd_settime(fd, 0, &its, NULL) == -1);
220 struct itimerspec its; local
233 its.it_value = einval_its[i].it_value;
234 its.it_value.tv_sec += now.tv_sec;
235 its.it_interval = einval_its[i].it_interval;
237 timerfd_settime(fd, TFD_TIMER_ABSTIME, &its, NULL) == -1);
259 struct itimerspec its = {.it_value = {-1, 0}, .it_interval = {0, 0}} local
308 const struct itimerspec its = { local
351 const struct itimerspec its = { local
389 struct itimerspec oits, its = { local
436 const struct itimerspec its = { local
483 const struct itimerspec its = { local
513 struct itimerspec its; local
650 const struct itimerspec its = { local
730 const struct itimerspec its = { local
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
foundation-v8-gicv3.dtsi 22 its: msi-controller@2f020000 {
23 compatible = "arm,gic-v3-its";
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
s390x.inc 9 # back chain, and space for the callee to save its registers.
m68hc11.inc 40 ; the linker script maps the data section in ROM (LMA) for its initial
41 ; content and in RAM (VMA) for its runtime value. We have to do
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
s390x.inc 9 # back chain, and space for the callee to save its registers.
m68hc11.inc 40 ; the linker script maps the data section in ROM (LMA) for its initial
41 ; content and in RAM (VMA) for its runtime value. We have to do
  /src/usr.bin/make/unit-tests/
cmdline-redirect-stdin.mk 22 # probably buffers its input. Most shells use unbuffered stdin, and this
25 # reads its input byte by byte, which makes it terribly slow for practical
varmod-sun-shell.mk 4 # given by the variable value and returns its output.
varmod-sun-shell1.mk 4 # given by the variable value only on first reference and caches its output.
  /src/external/mpl/bind/dist/contrib/scripts/
check5011.pl 151 Each key is printed on a line with its name, its tag, and its
152 algorithm, followed by a summary of its status.
175 The key has its revoked flag set. This is printed before the key's
  /src/sys/compat/netbsd32/
netbsd32_time.c 498 struct itimerspec its; local
502 &its)) != 0)
506 netbsd32_from_timespec(&its.it_interval, &its32.it_interval);
507 netbsd32_from_timespec(&its.it_value, &its32.it_value);
549 struct itimerspec its, oits, *oitsp = NULL; local
557 netbsd32_to_timespec(&its32.it_interval, &its.it_interval);
558 netbsd32_to_timespec(&its32.it_value, &its.it_value);
565 &its, oitsp, retval);
587 struct itimerspec its; local
590 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval)
    [all...]
  /src/external/bsd/openldap/dist/tests/data/regressions/its4184/
its4184 21 ITS=4184
22 ITSDIR=$DATADIR/regressions/its$ITS
  /src/external/bsd/openldap/dist/tests/data/regressions/its6794/
its6794 22 ITS=6794
23 ITSDIR=$DATADIR/regressions/its$ITS
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_netbsd_compat.inc 38 // its metadata. See
50 // its metadata. See
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_netbsd_compat.inc 38 // its metadata. See
50 // its metadata. See
  /src/external/ibm-public/postfix/dist/mantools/
make_soho_readme 29 does not receive mail directly (i.e. it does not have its own
30 Internet domain name and its own fixed IP address), then you will

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 91011>>