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

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
fixup_tdescs.c 62 const char *acts[2] = { "vnode", "page" }; local
87 if (act->t_type != STRUCT || !streq(act->t_name, acts[i]))
107 strs[i], mems[i], acts[i]);
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_sugar.c 446 dt_node_t *acts, *pdesc; local
450 acts = dt_node_statement(dt_node_op2(DT_TOK_ASGN,
453 return (dt_node_clause(pdesc, NULL, acts));
dt_parser.c 2146 dt_node_if(dt_node_t *pred, dt_node_t *acts, dt_node_t *else_acts)
2150 dnp->dn_body = acts;
2217 dt_node_clause(dt_node_t *pdescs, dt_node_t *pred, dt_node_t *acts)
2223 dnp->dn_acts = acts;
  /src/external/bsd/ipf/dist/perl/
plog 118 # - Added S and n flags to %acts hash. Thanks to Stephen J. Roznowski
159 my %acts = (
353 my @acts = split (/,/, $arg);
355 foreach $a (@acts)
359 foreach $aa (keys (%acts))
361 if ($acts{$aa} eq $a)
419 %selectActs = %acts;
706 $act = '?' unless (defined ($act = $acts{$act}));
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mac.cpp 302 posix_spawn_file_actions_t acts;
303 res = posix_spawn_file_actions_init(&acts);
307 posix_spawn_file_actions_destroy(&acts);
310 res = posix_spawn_file_actions_adddup2(&acts, slave_fd, STDIN_FILENO) ||
311 posix_spawn_file_actions_adddup2(&acts, slave_fd, STDOUT_FILENO) ||
312 posix_spawn_file_actions_addclose(&acts, slave_fd);
332 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mac.cpp 306 posix_spawn_file_actions_t acts;
307 res = posix_spawn_file_actions_init(&acts);
311 posix_spawn_file_actions_destroy(&acts);
314 res = posix_spawn_file_actions_adddup2(&acts, secondary_fd, STDIN_FILENO) ||
315 posix_spawn_file_actions_adddup2(&acts, secondary_fd, STDOUT_FILENO) ||
316 posix_spawn_file_actions_addclose(&acts, secondary_fd);
336 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted);
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 218 # _fpsp_fline() distinguishes between the three and acts appropriately. F-Line
232 # _fpsp_fline() distinguishes between the three and acts appropriately. FPU disabled
  /src/sys/dev/pci/cxgb/
cxgb_t3_hw.c 1216 * @acts: table of interrupt actions
1228 const struct intr_info *acts,
1234 for ( ; acts->mask; ++acts) {
1235 if (!(status & acts->mask)) continue;
1236 if (acts->fatal) {
1239 acts->msg, status & acts->mask);
1240 } else if (acts->msg)
1242 acts->msg, status & acts->mask)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
lib1funcs.S 330 ;; Carry = 0 --> The ROR above acts like CP A0, 0
  /src/external/gpl3/gcc/dist/libgcc/config/avr/
lib1funcs.S 335 ;; Carry = 0 --> The ROR above acts like CP A0, 0

Completed in 96 milliseconds