Home
last modified time | relevance | path

Searched refs:_table (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_function_hashtable.h108 #define load_strings(file, _table) load_hashtable_helper(file, insert_##_table, _table) argument
H A Dsmatch_db.c2351 static int save_cache_data(void *_table, int argc, char **argv, char **azColName) in save_cache_data() argument
2356 char *table = _table; in save_cache_data()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Djfs.h501 dir_table_slot_t _table[12]; /* 96: inline */ member
505 #define di_dirtable u._dir._table
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c1732 const uint32_t *_table, *_end; \
1733 _table = TABLE; \
1734 _end = _table + sizeof(TABLE)/sizeof(TABLE[0]); \
1735 for(; _table < _end; _table += 2) { \
1736 tw32(_table[0], _table[1]); \