Home
last modified time | relevance | path

Searched refs:action_table (Results 1 – 5 of 5) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Daction.c88 static struct action_entry action_table[]; variable
465 for (i = 0; action_table[i].args != -1; i++) in parse_action()
466 if (strcmp(string, action_table[i].name) == 0) in parse_action()
469 if (action_table[i].args == -1) { in parse_action()
474 action = &action_table[i]; in parse_action()
3250 static struct action_entry action_table[] = { variable
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py225 action_table = [('recreate' , 'Fixing the serial device'),
229 for i, (action, description) in enumerate(action_table):
/external/elfutils/src/
Dreadelf.c11003 const unsigned char *const action_table = readp + call_site_table_len; in print_debug_exception_table() local
11004 if (unlikely (action_table > dataend)) in print_debug_exception_table()
11008 while (readp < action_table) in print_debug_exception_table()
11031 if (readp != action_table) in print_debug_exception_table()
11039 size_t maxdata = (size_t) (dataend - action_table); in print_debug_exception_table()
11048 = action_table + max_action + 1; in print_debug_exception_table()
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h70793 struct acpi_whea_header *action_table; member
Dvmlinux_510.h70793 struct acpi_whea_header *action_table; member