Searched refs:Symbol (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h43 * code int The Symbol::code argument.
44 * sym_data void * The Symbol::data argument to be deleted.
92 } Symbol; typedef in typeref:struct:__anon4082
137 Symbol *_new_HashSymbol(HashTable *hash, const char *key, int code,
146 Symbol *_del_HashSymbol(HashTable *hash, const char *key);
150 Symbol *_find_HashSymbol(HashTable *hash, const char *key);
155 #define HASH_SCAN_FN(fn) int (fn)(Symbol *sym, void *context)
H A Dhash.c61 * See symbol.h for the definition of the Symbol container type.
65 Symbol symbol; /* The symbol stored in the hash-entry */
340 Symbol *_new_HashSymbol(HashTable *hash, const char *name, int code,
395 Symbol *_del_HashSymbol(HashTable *hash, const char *name)
433 * return Symbol * The located hash-table symbol, or NULL if not
436 Symbol *_find_HashSymbol(HashTable *hash, const char *name)
H A Dkeytab.c228 Symbol *sym = _find_HashSymbol(kt->actions, action);
665 Symbol *sym; /* The symbol table entry of the action */
984 Symbol *sym; /* The symbol table entry of the action */
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmcstyle.c671 char *Symbol; local
677 Symbol = " += ";
681 Symbol = " -= ";
685 Symbol = " *= ";
689 Symbol = " /= ";
693 Symbol = " %= ";
697 Symbol = " <<= ";
701 Symbol = " >>= ";
705 Symbol = " &= ";
709 Symbol
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A DMakefile53 SYMBOL_MAPS= ${.CURDIR}/Symbol.map
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactypes.h336 #define ACPI_EXPORT_SYMBOL_INIT(Symbol)
340 #define ACPI_EXPORT_SYMBOL(Symbol)
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl693 if ($line =~ /^Symbol Sort Section:\s+([^\s]+)\s+/) {

Completed in 107 milliseconds