sym_name 66 arch/i386/stand/installboot/installboot.c char *sym_name; /* Must be initialised */ sym_name 456 arch/i386/stand/installboot/installboot.c for (p = sym_list; p->sym_name != NULL; p++) { sym_name 457 arch/i386/stand/installboot/installboot.c if (strcmp(p->sym_name, sym) == 0) sym_name 461 arch/i386/stand/installboot/installboot.c if (p->sym_name == NULL) sym_name 465 arch/i386/stand/installboot/installboot.c errx(1, "%s already set", p->sym_name); sym_name 485 arch/i386/stand/installboot/installboot.c for (sym = sym_list; sym->sym_name != NULL; sym++) { sym_name 487 arch/i386/stand/installboot/installboot.c errx(1, "%s not set", sym->sym_name); sym_name 494 arch/i386/stand/installboot/installboot.c nl->n_un.n_name = sym->sym_name; sym_name 498 arch/i386/stand/installboot/installboot.c fname, sym->sym_name); sym_name 502 arch/i386/stand/installboot/installboot.c fname, sym->sym_name, nl->n_type); sym_name 515 arch/i386/stand/installboot/installboot.c sym->sym_name, sym->sym_value); sym_name 522 arch/i386/stand/installboot/installboot.c sym->sym_name, sym->sym_value); sym_name 528 arch/i386/stand/installboot/installboot.c sym->sym_name, sym->sym_size); sym_name 421 ddb/db_sym.c char *sym_name; sym_name 428 ddb/db_sym.c db_symbol_values(sym, &sym_name, 0); sym_name 431 ddb/db_sym.c X_db_lookup(&db_symtabs[i], sym_name)) {