HomeSort by: relevance | last modified time | path
    Searched refs:actions (Results 1 - 14 of 14) sorted by relevancy

  /src/tests/rump/rumpkern/h_server/
h_simpleserver.c 21 } actions[] = { variable in typeref:struct:__anon7936
45 for (i = 0; i < __arraycount(actions); i++) {
46 if (strcmp(actions[i].str, argv[2]) == 0) {
48 actions[i].dofun(arg);
  /src/tests/usr.bin/xlint/lint1/
init.c 64 } actions[1] = { variable in typeref:struct:__anon8026
  /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/external/gpl2/dts/dist/arch/arm/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.
8626 '$as_me' instantiates files and other configuration actions
8628 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.
  /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.

Completed in 42 milliseconds