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

  /src/sys/dev/acpi/
apei_interp.c 140 const char *const *actname; member in struct:apei_interp
155 const char *const *actname, unsigned nact,
166 I->actname = actname;
222 if (E->Action >= I->nact || I->actname[E->Action] == NULL) {
259 E->Action, I->actname[E->Action]);
292 if (E->Action > I->nact || I->actname[E->Action] == NULL)
339 if (E->Action >= I->nact || I->actname[E->Action] == NULL)
376 I->actname[action], A->ip, A->ninst);
397 I->name, I->actname[action], j
    [all...]
  /src/external/bsd/less/dist/
lesskey_parse.c 458 static int findaction(char *actname, struct lesskey_tables *tables)
463 if (strcmp(tables->currtable->names[i].cn_name, actname) == 0)
465 parse_error("unknown action: \"%s\"", actname);
478 char *actname; local
507 actname = p;
515 action = findaction(actname, tables);
  /src/external/gpl2/texinfo/dist/info/
infokey.c 383 static int lookup_action (const char *actname);
804 lookup_action (const char *actname)
808 if (strcmp ("invalid", actname) == 0)
811 if (strcmp (function_key_array[i].name, actname) == 0)

Completed in 23 milliseconds