Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y312 if ($1->type != UNINITIALIZED) {
534 if ($2->type != UNINITIALIZED) {
716 case UNINITIALIZED:
735 if ($2->type != UNINITIALIZED) {
751 if ($2->type != UNINITIALIZED) {
765 if ($2->type != UNINITIALIZED) {
1037 if ($2->type != UNINITIALIZED) {
1430 if (sym->type == UNINITIALIZED) {
1471 case UNINITIALIZED: in initialize_symbol()
1627 if (symbol->type == UNINITIALIZED) { in process_register()
[all …]
H A Daicasm_symbol.h48 UNINITIALIZED, enumerator
H A Daicasm_symbol.c76 new_symbol->type = UNINITIALIZED; in symbol_create()
120 case UNINITIALIZED: in symbol_delete()
H A Daicasm_scan.l424 if (yylval.sym->type == UNINITIALIZED) {