| /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 in function:gicv3_its_msi_alloc 636 struct gicv3_its * const its = msi->msi_priv; local in function:gicv3_its_msix_alloc 711 struct gicv3_its * const its = msi->msi_priv; local in function:gicv3_its_msi_intr_establish 734 struct gicv3_its * const its = msi->msi_priv; local in function:gicv3_its_msi_intr_release 980 struct gicv3_its * const its = priv; local in function:gicv3_its_cpu_init 1023 struct gicv3_its * const its = priv; local in function:gicv3_its_get_affinity 1034 struct gicv3_its * const its = priv; local in function:gicv3_its_set_affinity 1064 struct gicv3_its *its; local in function:gicv3_its_init [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/tests/lib/libc/sys/ |
| t_timerfd.c | 177 struct itimerspec its = { 0 }; local in function:ATF_TC_BODY 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 in function:ATF_TC_BODY 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 in function:ATF_TC_BODY 308 const struct itimerspec its = { local in function:ATF_TC_BODY 351 const struct itimerspec its = { local in function:ATF_TC_BODY 389 struct itimerspec oits, its = { local in function:ATF_TC_BODY 436 const struct itimerspec its = { local in function:ATF_TC_BODY 483 const struct itimerspec its = { local in function:ATF_TC_BODY 513 struct itimerspec its; local in function:ATF_TC_BODY 650 const struct itimerspec its = { local in function:ATF_TC_BODY 730 const struct itimerspec its = { local in function:ATF_TC_BODY [all...] |
| t_timer_create.c | 445 struct itimerspec its; local in function:ATF_TC_BODY 458 its.it_value = einval_its[i].it_value; 459 its.it_value.tv_sec += now.tv_sec; 460 its.it_interval = einval_its[i].it_interval; 462 timer_settime(t, TIMER_ABSTIME, &its, NULL) == -1);
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
| foundation-v8-gicv3.dtsi | 22 its: msi-controller@2f020000 { label in label:gic 23 compatible = "arm,gic-v3-its";
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/microchip/ |
| sparx5_nand.dtsi | 3 * Copyright (c) 2020 Microchip Technology Inc. and its subsidiaries.
|
| sparx5_pcb134_emmc.dts | 3 * Copyright (c) 2020 Microchip Technology Inc. and its subsidiaries.
|
| sparx5_pcb135_emmc.dts | 3 * Copyright (c) 2020 Microchip Technology Inc. and its subsidiaries.
|
| /src/usr.bin/make/unit-tests/ |
| depsrc-made.mk | 4 # which marks all its dependencies as already made, so their commands
|
| deptgt-default.mk | 4 # attaches its associated commands to all targets that don't specify any way
|
| directive-ifnmake.mk | 3 # Tests for the .ifnmake directive, which evaluates to true if its argument
|
| 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
|
| depsrc-wait.mk | 4 # which adds a sequence point between the nodes to its left and the nodes 5 # to its right.
|
| archive-suffix.mk | 5 # .IMPSRC of an archive node to its .TARGET.
|
| varmod-path.mk | 10 # In this test, the real target is located in a subdirectory, and its full 12 # between its path and its name would not be visible.
|
| dep-double-colon.mk | 4 # several dependency groups for a single node, each having its own attributes
|
| depsrc-precious.mk | 11 # just because its timestamp says so.
|
| suff-main.mk | 3 # Demonstrate that an inference rule is considered the main target if its
|
| varmod-sun-shell.mk | 4 # given by the variable value and returns its output.
|
| cond-op-not.mk | 3 # Tests for the ! operator in .if conditions, which negates its argument. 5 # The exclamation mark negates its operand.
|
| /src/sys/compat/netbsd32/ |
| netbsd32_time.c | 498 struct itimerspec its; local in function:netbsd32___timer_gettime50 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 in function:netbsd32_timerfd_settime 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 in function:netbsd32_timerfd_gettime 590 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval) [all...] |
| /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/canaan/ |
| k210_generic.dts | 4 * Copyright (C) 2020 Western Digital Corporation or its affiliates.
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 14 // which has to define its own macros: 927 // its metadata. See 938 // its metadata. See 979 // its metadata. See 997 // its metadata. See 1014 // its metadata. See 1032 // its metadata. See 1207 // its metadata. See 1339 // its metadata. See 1352 // its metadata. Se [all...] |