/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 | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 248 * PARAMETERS: Argument - Pointer to the argument for this action 249 * ToBeDone - What to do to process this action 253 * DESCRIPTION: Add an action item to the action table 263 /* Insert action and check for table overflow */ 288 * and dumping tables are deferred via the action table. 473 AP_DUMP_ACTION *Action; 499 Action = &ActionTable[i]; 500 switch (Action->ToBeDone [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 in function:apei_interp_destroy 314 unsigned action; local in function:apei_interp_pass3_alloc 363 unsigned action; local in function:apei_interp_pass5_verify [all...] |
apei_einj.c | 145 unsigned action; local in function:apei_einj_attach 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 in function:apei_einj_action_sysctl [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 | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 171 UINT32 Action); 520 * Action - What to do (REF_INCREMENT or REF_DECREMENT) 531 UINT32 Action) 554 /* Perform the reference count action (increment, decrement) */ 556 switch (Action) 616 ACPI_ERROR ((AE_INFO, "Unknown Reference Count action (0x%X)", 617 Action)); 640 * Action - Either REF_INCREMENT or REF_DECREMENT 658 UINT16 Action) [all...] |
utstate.c | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 311 * Action - Update action to be performed 324 UINT16 Action) 344 State->Update.Value = Action; 354 * Action - Update action to be performed
|
utosi.c | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 473 * PARAMETERS: Action - Actions to be performed during the 486 UINT8 Action) 495 (Action & ACPI_FEATURE_STRINGS)) || 497 (Action & ACPI_VENDOR_STRINGS))) 499 if (Action & ACPI_DISABLE_INTERFACES)
|
utmisc.c | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 317 * Action - Increment/Decrement 329 UINT16 Action, 345 State = AcpiUtCreateUpdateState (Object, Action);
|
utxface.c | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 582 * PARAMETERS: Action - Actions to be performed during the 594 UINT8 Action) 605 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 | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 283 UINT32 Action);
|
acutils.h | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 546 UINT16 Action); 845 UINT8 Action); 914 UINT16 Action); 925 UINT16 Action,
|
acpixf.h | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 643 UINT8 Action)) 1074 UINT8 Action)) 1107 UINT8 Action))
|
actbl3.h | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 182 #define ACPI_SIG_WDAT "WDAT" /* Watchdog Action Table */ 821 * WDAT - Watchdog Action Table 857 UINT8 Action; 866 /* Values for Action field above */
|
/src/sys/external/bsd/acpica/dist/hardware/ |
hwgpe.c | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 203 * Action - Enable or disable 216 UINT32 Action) 246 switch (Action) 271 ACPI_ERROR ((AE_INFO, "Invalid GPE Action, %u", Action));
|
/src/sys/external/bsd/acpica/dist/parser/ |
psxface.c | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 169 UINT16 Action); 490 * Action - Add or Remove reference 501 UINT16 Action) 515 Info->Parameters[i], Action);
|
/src/sys/external/bsd/acpica/dist/events/ |
evxfgpe.c | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 346 * Action - ACPI_GPE_ENABLE or ACPI_GPE_DISABLE 373 UINT8 Action) 394 /* Perform the action */ 396 switch (Action) 697 * Action - Enable or Disable 710 UINT8 Action) 750 /* Perform the action */ 752 switch (Action) 766 ACPI_ERROR ((AE_INFO, "%u, Invalid action", Action)) [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
sun8i-v3-sl631.dtsi | 14 model = "SL631 Action Camera";
|
/src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
ahdecode.c | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 464 printf ("%*s%s\n", 6, " ", Info->Action); 485 printf ("%*s%s\n", 6, " ", Info->Action);
|
/src/sys/external/bsd/acpica/dist/compiler/ |
prscan.c | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 200 char *Action, 1273 * PARAMETERS: Action - Action being performed 1284 char *Action, 1293 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 | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 702 * WDAT - Watchdog Action Table 729 {ACPI_DMT_UINT8, ACPI_WDAT0_OFFSET (Action), "Watchdog Action", 0},
|
dmtbinfo1.c | 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 1190 {ACPI_DMT_EINJACT, ACPI_EINJ0_OFFSET (Action), "Action", 0}, 1489 {ACPI_DMT_ERSTACT, ACPI_ERST0_OFFSET (Action), "Action", 0},
|