HomeSort by: relevance | last modified time | path
    Searched refs:Action (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_exceptions_test.cc 5 class Action {
7 Action() {}
18 const Action a;
  /src/sys/external/bsd/acpica/dist/tools/acpidump/
apmain.c 140 * PARAMETERS: Argument - Pointer to the argument for this action
141 * ToBeDone - What to do to process this action
145 * DESCRIPTION: Add an action item to the action table
155 /* Insert action and check for table overflow */
180 * and dumping tables are deferred via the action table.
365 AP_DUMP_ACTION *Action;
391 Action = &ActionTable[i];
392 switch (Action->ToBeDone)
401 Status = ApDumpTableByAddress (Action->Argument)
    [all...]
  /src/sys/dev/acpi/
apei_interp.c 30 * APEI action interpreter.
50 * | Action=SET_ERROR_TYPE |
55 * | Action=SET_ERROR_TYPE |
60 * | Action=SET_ERROR_TYPE |
64 * | Action=SET_ERROR_TYPE |
68 * | Action=EXECUTE_OPERATION |
72 * | Action=SET_ERROR_TYPE |
80 * The entries tell the OS, for each action the OS might want to
94 * sequence of instructions for each action, to make execution easier,
95 * since there's no requirement that the instructions for an action b
180 unsigned action, nact = I->nact; local
314 unsigned action; local
363 unsigned action; local
    [all...]
apei_einj.c 145 unsigned action; local
206 * Compile the interpreter from the EINJ action instruction
226 * Create sysctl hw.acpi.apei.einj.action for individual actions.
231 CTLTYPE_NODE, "action",
237 " hw.acpi.apei.einj.action: %d\n", error);
242 * Create sysctl nodes for each action we know about.
244 for (action = 0; action < __arraycount(apei_einj_action); action++) {
245 if (apei_einj_action[action] == NULL
682 enum AcpiEinjActions action; local
    [all...]
apei_erst.c 210 * instructions for each ERST action.
263 * Compile the interpreter from the ERST action instruction
326 * Routine to validate the ith entry, for an action with ninst
338 " disabling action %"PRIu32" (%s)\n", i,
340 header->Action,
341 apei_erst_action[header->Action]);
367 * action. Updates the ERST machine at cookie, and the ip if
524 * apei_erst_act(sc, action, x)
526 * Perform the named ERST action with input x, by stepping through
527 * all the instructions defined for the action by the ERST, an
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utdelete.c 63 UINT32 Action);
412 * Action - What to do (REF_INCREMENT or REF_DECREMENT)
423 UINT32 Action)
446 /* Perform the reference count action (increment, decrement) */
448 switch (Action)
508 ACPI_ERROR ((AE_INFO, "Unknown Reference Count action (0x%X)",
509 Action));
532 * Action - Either REF_INCREMENT or REF_DECREMENT
550 UINT16 Action)
594 AcpiUtUpdateRefCount (PrevObject, Action);
    [all...]
utstate.c 203 * Action - Update action to be performed
216 UINT16 Action)
236 State->Update.Value = Action;
246 * Action - Update action to be performed
utosi.c 369 * PARAMETERS: Action - Actions to be performed during the
382 UINT8 Action)
391 (Action & ACPI_FEATURE_STRINGS)) ||
393 (Action & ACPI_VENDOR_STRINGS)))
395 if (Action & ACPI_DISABLE_INTERFACES)
utmisc.c 209 * Action - Increment/Decrement
221 UINT16 Action,
237 State = AcpiUtCreateUpdateState (Object, Action);
utxface.c 474 * PARAMETERS: Action - Actions to be performed during the
486 UINT8 Action)
497 Status = AcpiUtUpdateInterfaces (Action);
  /src/lib/libc/net/
nsparser.y 67 %type <mapval> Status Action
133 : Status '=' Action
135 if ($3) /* if action == RETURN set RETURN bit */
149 Action
  /src/sys/external/bsd/acpica/dist/include/
achware.h 175 UINT32 Action);
acutils.h 438 UINT16 Action);
737 UINT8 Action);
806 UINT16 Action);
817 UINT16 Action,
acpixf.h 535 UINT8 Action))
966 UINT8 Action))
999 UINT8 Action))
actbl3.h 74 #define ACPI_SIG_WDAT "WDAT" /* Watchdog Action Table */
714 * WDAT - Watchdog Action Table
750 UINT8 Action;
759 /* Values for Action field above */
  /src/sys/external/bsd/acpica/dist/hardware/
hwgpe.c 95 * Action - Enable or disable
108 UINT32 Action)
138 switch (Action)
163 ACPI_ERROR ((AE_INFO, "Invalid GPE Action, %u", Action));
  /src/sys/external/bsd/acpica/dist/parser/
psxface.c 61 UINT16 Action);
382 * Action - Add or Remove reference
393 UINT16 Action)
407 Info->Parameters[i], Action);
  /src/sys/external/bsd/acpica/dist/events/
evxfgpe.c 238 * Action - ACPI_GPE_ENABLE or ACPI_GPE_DISABLE
265 UINT8 Action)
286 /* Perform the action */
288 switch (Action)
589 * Action - Enable or Disable
602 UINT8 Action)
642 /* Perform the action */
644 switch (Action)
658 ACPI_ERROR ((AE_INFO, "%u, Invalid action", Action));
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahdecode.c 356 printf ("%*s%s\n", 6, " ", Info->Action);
377 printf ("%*s%s\n", 6, " ", Info->Action);
  /src/sys/external/bsd/acpica/dist/compiler/
prscan.c 92 char *Action,
1165 * PARAMETERS: Action - Action being performed
1176 char *Action,
1185 Action, DirectiveName, AslGbl_IfDepth);
  /src/sys/dev/ic/
mpt.c 582 cfgp->Action = MPI_CONFIG_ACTION_PAGE_HEADER;
633 cfgp->Action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
718 cfgp->Action = MPI_CONFIG_ACTION_PAGE_WRITE_CURRENT;
mpt_mpilib.h 1030 U8 Action; /* 00h */
1046 * Action field values
1060 U8 Action; /* 00h */
2601 * 10-04-01 01.02.04 Added defines for SEP request Action field.
2809 U8 Action; /* 04h */
2818 /* Action defines */
2849 U8 Action; /* 04h */
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo3.c 619 * WDAT - Watchdog Action Table
646 {ACPI_DMT_UINT8, ACPI_WDAT0_OFFSET (Action), "Watchdog Action", 0},
dmtbinfo1.c 1082 {ACPI_DMT_EINJACT, ACPI_EINJ0_OFFSET (Action), "Action", 0},
1381 {ACPI_DMT_ERSTACT, ACPI_ERST0_OFFSET (Action), "Action", 0},
  /src/usr.sbin/acpitools/acpidump/
acpi.c 135 void (*action)(ACPI_SUBTABLE_HEADER *));
137 void (*action)(ACPI_NFIT_HEADER *));
147 "No Action",
149 "Action",
859 void (*action)(ACPI_SUBTABLE_HEADER *))
872 action(subtable);
880 void (*action)(ACPI_NFIT_HEADER *))
893 action(subtable);
1567 switch (whea->Action) {
1605 printf("%d", whea->Action);
    [all...]

Completed in 154 milliseconds

1 2