/src/tests/rump/rumpkern/h_server/ |
h_simpleserver.c | 21 } actions[] = { variable in typeref:struct:__anon5aa42f0b0108[] 45 for (i = 0; i < __arraycount(actions); i++) { 46 if (strcmp(actions[i].str, argv[2]) == 0) { 48 actions[i].dofun(arg);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/actions/ |
s700.dtsi | 6 #include <dt-bindings/clock/actions,s700-cmu.h> 9 #include <dt-bindings/reset/actions,s700-reset.h> 12 compatible = "actions,s700"; 117 compatible = "actions,s900-uart", "actions,owl-uart"; 125 compatible = "actions,s900-uart", "actions,owl-uart"; 133 compatible = "actions,s900-uart", "actions,owl-uart"; 141 compatible = "actions,s900-uart", "actions,owl-uart" [all...] |
s900.dtsi | 6 #include <dt-bindings/clock/actions,s900-cmu.h> 9 #include <dt-bindings/reset/actions,s900-reset.h> 12 compatible = "actions,s900"; 123 compatible = "actions,s900-uart", "actions,owl-uart"; 131 compatible = "actions,s900-uart", "actions,owl-uart"; 139 compatible = "actions,s900-uart", "actions,owl-uart"; 147 compatible = "actions,s900-uart", "actions,owl-uart" [all...] |
s700-cubieboard7.dts | 11 compatible = "cubietech,cubieboard7", "actions,s700";
|
s900-bubblegum-96.dts | 11 compatible = "ucrobotics,bubblegum-96", "actions,s900";
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
owl-s500.dtsi | 3 * Actions Semi S500 SoC 8 #include <dt-bindings/clock/actions,s500-cmu.h> 12 #include <dt-bindings/reset/actions,s500-reset.h> 15 compatible = "actions,s500"; 34 enable-method = "actions,s500-smp"; 41 enable-method = "actions,s500-smp"; 48 enable-method = "actions,s500-smp"; 56 enable-method = "actions,s500-smp"; 133 compatible = "actions,s500-uart", "actions,owl-uart" [all...] |
owl-s500-roseapplepi.dts | 13 compatible = "roseapplepi,roseapplepi", "actions,s500"; 49 compatible = "actions,atc2603c"; 57 compatible = "actions,atc2603c-regulator";
|
/src/tests/usr.bin/xlint/lint1/ |
init.c | 64 } actions[1] = { variable in typeref:struct:__anone42d7e190408[1]
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
gcc_personality_v0.c | 147 __gcc_personality_sj0(int version, _Unwind_Action actions, 152 __gcc_personality_v0(int version, _Unwind_Action actions, 159 if ( actions & _UA_SEARCH_PHASE )
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ |
Makefile | 2 subdir-y += actions
|
/src/sys/dev/pci/ixgbe/ |
if_bypass.c | 623 eeprom[count].actions = 0; 638 log_off + i, &eeprom[count].actions); 665 u8 action = eeprom[count].actions & BYPASS_LOG_ACTION_M;
|
ixgbe_type.h | 4397 u8 actions; member in struct:ixgbe_bypass_eeprom
|
/src/usr.bin/make/unit-tests/ |
opt-debug-file.mk | 13 # Hide the logging output for the remaining actions.
|
/src/sys/arch/m68k/060sp/dist/ |
isp.doc | 201 actions which are too system-specific, then the system integrator must
|
/src/sys/kern/ |
kern_exec.c | 2153 handle_posix_spawn_file_actions(struct posix_spawn_file_actions *actions) 2159 if (actions == NULL) 2162 for (size_t i = 0; i < actions->len; i++) { 2164 &actions->fae[i]; 2722 * Create signal actions for the child process.
|
/src/distrib/syspkg/mk/ |
bsd.syspkg.mk | 228 # not happy with the default actions, and you can't solve it by
|
/src/tools/compat/ |
configure | 1546 # left behind by Apple's compiler. We do this before executing the actions. 8594 '$as_me' instantiates files and other configuration actions 8596 and actions are specified as TAGs, all are instantiated by default.
|
/src/tools/make/ |
configure | 1662 # left behind by Apple's compiler. We do this before executing the actions. 4114 \`$as_me' instantiates files and other configuration actions 4116 and actions are specified as TAGs, all are instantiated by default.
|
/src/lib/librumpuser/ |
configure | 1738 # left behind by Apple's compiler. We do this before executing the actions. 4749 \`$as_me' instantiates files and other configuration actions 4751 and actions are specified as TAGs, all are instantiated by default.
|