Home
last modified time | relevance | path

Searched refs:its (Results 1 – 25 of 3429) sorted by relevance

12345678910>>...138

/netbsd-src/sys/arch/arm/cortex/
H A Dgicv3_its.c99 gits_read_4(struct gicv3_its *its, bus_size_t reg)
101 return bus_space_read_4(its->its_bst, its->its_bsh, reg); in gits_read_8() argument
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); in gits_write_8() argument
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); in gits_command() argument
117 gits_write_8(struct gicv3_its *its, bus_size_ in gits_command()
89 gits_read_4(struct gicv3_its * its,bus_size_t reg) gits_read_4() argument
95 gits_write_4(struct gicv3_its * its,bus_size_t reg,uint32_t val) gits_write_4() argument
139 gits_command_mapc(struct gicv3_its * its,uint16_t icid,uint64_t rdbase,bool v) gits_command_mapc() argument
160 gits_command_mapd(struct gicv3_its * its,uint32_t deviceid,uint64_t itt_addr,u_int size,bool v) gits_command_mapd() argument
180 gits_command_mapti(struct gicv3_its * its,uint32_t deviceid,uint32_t eventid,uint32_t pintid,uint16_t icid) gits_command_mapti() argument
197 gits_command_movi(struct gicv3_its * its,uint32_t deviceid,uint32_t eventid,uint16_t icid) gits_command_movi() argument
214 gits_command_inv(struct gicv3_its * its,uint32_t deviceid,uint32_t eventid) gits_command_inv() argument
230 gits_command_invall(struct gicv3_its * its,uint16_t icid) gits_command_invall() argument
246 gits_command_sync(struct gicv3_its * its,uint64_t rdbase) gits_command_sync() argument
285 gits_wait(struct gicv3_its * its) gits_wait() argument
310 gicv3_its_msi_alloc_lpi(struct gicv3_its * its,const struct pci_attach_args * pa) gicv3_its_msi_alloc_lpi() argument
330 gicv3_its_msi_free_lpi(struct gicv3_its * its,int lpi) gicv3_its_msi_free_lpi() argument
358 gicv3_its_device_map(struct gicv3_its * its,uint32_t devid,u_int count) gicv3_its_device_map() argument
395 gicv3_its_msi_enable(struct gicv3_its * its,int lpi,int count) gicv3_its_msi_enable() argument
432 gicv3_its_msi_disable(struct gicv3_its * its,int lpi) gicv3_its_msi_disable() argument
449 gicv3_its_msix_enable(struct gicv3_its * its,int lpi,int msix_vec,bus_space_tag_t bst,bus_space_handle_t bsh) gicv3_its_msix_enable() argument
477 gicv3_its_msix_disable(struct gicv3_its * its,int lpi) gicv3_its_msix_disable() argument
497 struct gicv3_its * const its = msi->msi_priv; gicv3_its_msi_alloc() local
550 struct gicv3_its * const its = msi->msi_priv; gicv3_its_msix_alloc() local
625 struct gicv3_its * const its = msi->msi_priv; gicv3_its_msi_intr_establish() local
648 struct gicv3_its * const its = msi->msi_priv; gicv3_its_msi_intr_release() local
669 gicv3_its_command_init(struct gicv3_softc * sc,struct gicv3_its * its) gicv3_its_command_init() argument
689 gicv3_its_table_params(struct gicv3_softc * sc,struct gicv3_its * its,u_int * devbits,u_int * innercache,u_int * share) gicv3_its_table_params() argument
710 gicv3_its_table_init(struct gicv3_softc * sc,struct gicv3_its * its) gicv3_its_table_init() argument
795 gicv3_its_enable(struct gicv3_softc * sc,struct gicv3_its * its) gicv3_its_enable() argument
807 struct gicv3_its * const its = priv; gicv3_its_cpu_init() local
850 struct gicv3_its * const its = priv; gicv3_its_get_affinity() local
861 struct gicv3_its * const its = priv; gicv3_its_set_affinity() local
891 struct gicv3_its *its; gicv3_its_init() local
[all...]
/netbsd-src/tests/lib/libc/sys/
H A Dt_timerfd.c177 struct itimerspec its = { 0 }; in ATF_TC_HEAD()
183 timerfd_gettime(fd, &its) == -1); in ATF_TC_BODY()
185 its.it_value.tv_sec = 5; in ATF_TC_BODY()
187 timerfd_settime(fd, 0, &its, NULL) == -1); in ATF_TC_BODY()
220 struct itimerspec its; in ATF_TC_BODY()
228 its.it_value = einval_its[i].it_value; in ATF_TC_BODY()
229 its.it_value.tv_sec += now.tv_sec + 60; in ATF_TC_BODY()
231 timerfd_settime(fd, TFD_TIMER_ABSTIME, &its, NULL) == -1); in ATF_TC_BODY()
253 struct itimerspec its = {.it_value = {-1, 0}, .it_interval = {0, 0}}; in ATF_TC_BODY()
261 timespecadd(&then, &its in ATF_TC_BODY() local
156 struct itimerspec its = { 0 }; ATF_TC_BODY() local
186 const struct itimerspec its = { ATF_TC_BODY() local
223 const struct itimerspec its = { ATF_TC_BODY() local
300 const struct itimerspec its = { ATF_TC_BODY() local
347 const struct itimerspec its = { ATF_TC_BODY() local
377 struct itimerspec its; ATF_TC_BODY() local
515 const struct itimerspec its = { ATF_TC_BODY() local
595 const struct itimerspec its = { ATF_TC_BODY() local
[all...]
/netbsd-src/external/bsd/openldap/dist/tests/
H A DMakefile.in69 @$(MAKE) mdb-its
71 its: regressions
73 mdb-its: mdb-its-$(BUILD_MDB)
74 mdb-its-no:
77 mdb-its-yes mdb-its-mod: FORCE
78 @$(RUN) -b mdb its-all
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Duser_counters_test.cc48 double its = e.NumIterations(); in CheckSimple() local
51 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. * its, 0.001); in CheckSimple()
277 double its = e.NumIterations(); in CheckIterationInvariant() local
279 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, its, 0.001); in CheckIterationInvariant()
280 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. * its, 0.001); in CheckIterationInvariant()
318 double its = e.NumIterations(); in CheckIsIterationInvariantRate() local
321 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, its * 1. / t, 0.001); in CheckIsIterationInvariantRate()
322 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, its * 2. / t, 0.001); in CheckIsIterationInvariantRate()
357 double its = e.NumIterations(); in CheckAvgIterations() local
359 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, 1. / its, 0.001); in CheckAvgIterations()
[all …]
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_time.c498 struct itimerspec its; in netbsd32___timer_gettime50() local
502 &its)) != 0) in netbsd32___timer_gettime50()
506 netbsd32_from_timespec(&its.it_interval, &its32.it_interval); in netbsd32___timer_gettime50()
507 netbsd32_from_timespec(&its.it_value, &its32.it_value); in netbsd32___timer_gettime50()
549 struct itimerspec its, oits, *oitsp = NULL; in netbsd32_timerfd_settime() local
557 netbsd32_to_timespec(&its32.it_interval, &its.it_interval); in netbsd32_timerfd_settime()
558 netbsd32_to_timespec(&its32.it_value, &its.it_value); in netbsd32_timerfd_settime()
565 &its, oitsp, retval); in netbsd32_timerfd_settime()
587 struct itimerspec its; in netbsd32_timerfd_gettime() local
590 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval); in netbsd32_timerfd_gettime()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_cmp_msg_check_update.pod30 =item its sender is of appropriate type (currently only B<X509_NAME>)
33 =item its protection is present and valid (or a callback function B<cb>
36 =item its CMP protocol version is acceptable, namely B<OSSL_CMP_PVNO>,
38 =item its body type is valid,
40 =item its transaction ID matches any transaction ID given in B<ctx>, and
42 =item its recipNonce matches any senderNonce given in B<ctx>.
47 function is called with its B<invalid_protection> parameter being 0, while in
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4531.txt152 Upon completion of the Turn, the responding peer in its new client
153 role has an anonymous association at the initiating peer in its new
155 of the initiating peer in its pre-existing client role is left intact
156 at the responding peer in its pre-existing server role. If the turn
159 The responding peer may establish its identity in its client role by
187 and the initiating peer (the original client) establishes its
190 After the turn, the responding peer, in its new client role,
191 establishes its identity with the initiating peer in its new server
207 establishes its identity through the use of the EXTERNAL mechanism of
210 responding peer, in its new client role, establishes its identity
[all …]
/netbsd-src/games/hack/
H A Ddata55 seen among men it left in its wake a trail of destruction and
58 clouds of sulphurous fumes pouring from its fire-breathing nos-
59 trils, but also with the thrashings of its tail, the most deadly
60 part of its serpent-like body.
80 friend', but its more correct use is for the friendly spir-
81 its of the brownie type. In 'A midsummer night's dream' a
146 gle glance from its yellow, piercing toad's eyes will kill
148 so great that sometimes simply to hear its hiss can prove
156 sees its own reflection in a mirror it will perish instant-
158 that merely touching its lifeless body can cause a person to
[all …]
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_linuxthr.man5 in its man page.
25 A process is considered a thread of its parent if the
26 following values are identical to its parent: address space size,
29 until the child has either called exec or allocated space on its own.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBlockFrequencyTerminology.rst20 sum of its outgoing branch probabilities should be 1.0.
27 branch probability associated with a given edge is its own weight divided by
68 it's packaged up to act as a pseudo-node in its parent loop's (or the
100 its containing loop, if any), and each loop pseudo-node has a loop scale and
101 its own mass (from its parent's DAG).
105 is the product of its mass, the mass of containing loops' pseudo nodes, and the
/netbsd-src/usr.bin/make/unit-tests/
H A Ddirective-for.mk68 . warning After the .for loop, var must still have its original value.
71 . warning After the .for loop, var2 must still have its original value.
82 . warning After the .for loop, var must still have its original value.
85 . warning After the .for loop, var2 must still have its original value.
/netbsd-src/external/gpl3/autoconf/dist/
H A DCOPYING.EXCEPTION23 its Covered Code which that version can copy from its code (i.e., not
24 from its input file) into its minimally verbose, non-debugging and
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A DREADME7 switches its terminal to raw mode, then rlfe passes your characters
18 readline itself, it will do its own line editing. (The inferior
19 readline will not know about rlfe, and it will have its own history.)
45 and -s allows you to specify its size. It default to "emacs" mode,
57 (A protocol so that the o/s tty code can reliably communicate its
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A DREADME7 switches its terminal to raw mode, then rlfe passes your characters
18 readline itself, it will do its own line editing. (The inferior
19 readline will not know about rlfe, and it will have its own history.)
45 and -s allows you to specify its size. It default to "emacs" mode,
57 (A protocol so that the o/s tty code can reliably communicate its
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Djava.schema66 # Directory String' and its case is significant.
100 # This attribute's syntax is 'IA5 String' and its case is significant.
123 # This attribute's syntax is 'Directory String' and its case is
167 # This attribute's syntax is 'Directory String' and its case is
188 # reference. Each of its values represents one address, a Java object
205 # number of an address is its position in the JNDI reference, with the
206 # first address being numbered 0. It is represented by its shortest
221 # This attribute's syntax is 'Directory String' and its case is
244 # This attribute's syntax is 'IA5 String' and its case is significant.
383 # or assist in its implementation may be prepared, copied, published
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dperformance.rst30 measure time spent since its creation. The timer maintains a stack
145 for its presence using
160 for its presence using
181 for its presence using
192 for its presence using
208 for its presence using
223 for its presence using
236 for its presence using
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dperformance.rst30 measure time spent since its creation. The timer maintains a stack
145 for its presence using
160 for its presence using
181 for its presence using
192 for its presence using
208 for its presence using
223 for its presence using
236 for its presence using
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dbsd_callg_bl.m14 accounted for by this function and its
31 its membership in a cycle, if any.
51 its parents.
54 all of its parents. This is the denominator of
83 children the name of this child, and an indication of its
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dchild.ipp13 // * Neither the name of Google Inc. nor the names of its contributors
40 /// Spawns a new subprocess and redirects its stdout and stderr to files.
43 /// dump an error message to its stderr channel and it then calls std::abort().
73 /// Spawns a new subprocess and multiplexes and captures its stdout and stderr.
76 /// dump an error message to its stderr channel and it then calls std::abort().
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dbsd_callg_bl.m14 accounted for by this function and its
31 its membership in a cycle, if any.
51 its parents.
54 all of its parents. This is the denominator of
83 children the name of this child, and an indication of its
/netbsd-src/crypto/external/cpl/tpm-tools/dist/
H A DLICENSE31 necessarily infringed by the use or sale of its Contribution alone or when
58 to its Contributions set forth herein, no assurances are provided by any
69 d) Each Contributor represents that to its knowledge it has sufficient
70 copyright rights in its Contribution, if any, to grant the copyright license set
75 A Contributor may choose to distribute the Program in object code form under its
80 b) its license agreement:
107 Each Contributor must identify itself as the originator of its Contribution, if
124 connection with its distribution of the Program in a commercial product
131 any such claim at its own expense.
150 distributing the Program and assumes all risks associated with its exercise of
[all …]
/netbsd-src/external/mpl/bind/dist/
H A DCOPYING70 or transfer of either its Contributions or its Contributor Version.
102 modify, display, perform, distribute, and otherwise exploit its
107 sale, have made, import, and otherwise transfer either its
108 Contributions or its Contributor Version.
127 modifications of Covered Software, or (ii) the combination of its
128 Contributions with other software (except as part of its Contributor
132 its Contributions.
147 Each Contributor represents that the Contributor believes its
148 Contributions are its original creation(s) or it has sufficient rights to
149 grant the rights to its Contributions conveyed by this License.
[all …]
H A DLICENSE70 or transfer of either its Contributions or its Contributor Version.
102 modify, display, perform, distribute, and otherwise exploit its
107 sale, have made, import, and otherwise transfer either its
108 Contributions or its Contributor Version.
127 modifications of Covered Software, or (ii) the combination of its
128 Contributions with other software (except as part of its Contributor
132 its Contributions.
147 Each Contributor represents that the Contributor believes its
148 Contributions are its original creation(s) or it has sufficient rights to
149 grant the rights to its Contributions conveyed by this License.
[all …]
/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/
H A Dsvcb.test-vectors-pf.zone21 ; This example has a key that is not registered, its value is unquoted.
25 ; This example has a key that is not registered, its value is quoted and
64 ; This example has a key that is not registered, its value is unquoted.
68 ; This example has a key that is not registered, its value is quoted and
/netbsd-src/sys/compat/linux/common/
H A Dlinux_time.c430 struct itimerspec its; in linux_sys_timer_gettime() local
434 error = dotimer_gettime(SCARG(uap, timerid), l->l_proc, &its); in linux_sys_timer_gettime()
436 native_to_linux_itimerspec(&lits, &its); in linux_sys_timer_gettime()
491 struct itimerspec its; in linux_sys_timerfd_gettime() local
495 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval); in linux_sys_timerfd_gettime()
497 native_to_linux_itimerspec(&lits, &its); in linux_sys_timerfd_gettime()

12345678910>>...138