Searched refs:flt_id (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | async.h | 67 uint64_t flt_id; /* gethrtime() at time of fault */ member in struct:async_flt
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | error.c | 176 aflt->flt_id = gethrtime(); 260 aflt->flt_id = gethrtime(); 415 de.fme_ena = fm_ena_generate(aflt->flt_id, FM_ENA_FMT1);
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire.c | 377 #define CPU_ERRID 0x0004 /* print flt_id */ 379 #define CPU_ERRID_FIRST 0x0010 /* print flt_id first in message */ 839 ecc->flt_id = gethrtime_waitfree(); 1297 aflt->flt_id = gethrtime_waitfree(); 2174 ASSERT(aflt->flt_id == panic_aflt.flt_id); 2356 cpflt->flt_id = aflt->flt_id; 2488 * (panic_aflt.flt_id is non-zero), we need to read our %afsr to look for 2498 if (panic_aflt.flt_id ! [all...] |
H A D | opl_olympus.c | 1552 fm_ena_generate(aflt->flt_id, FM_ENA_FMT1), detector, NULL); 1579 de.fme_ena = fm_ena_generate(aflt->flt_id, FM_ENA_FMT1); 1937 aflt->flt_id = gethrtime_waitfree(); 2118 aflt->flt_id = gethrtime_waitfree();
|
H A D | us3_common.c | 1215 aflt->flt_id = gethrtime_waitfree(); 1383 aflt->flt_id = gethrtime_waitfree(); 1811 aflt->flt_id = gethrtime_waitfree(); 2107 aflt->flt_id = gethrtime_waitfree(); 3390 aflt->flt_id = gethrtime_waitfree(); 6365 aflt->flt_id = gethrtime_waitfree(); 6724 fm_ena_generate_cpu(aflt->flt_id, aflt->flt_inst, FM_ENA_FMT1), 6787 de.fme_ena = fm_ena_generate_cpu(aflt->flt_id, aflt->flt_inst, 7008 aflt->flt_id = gethrtime_waitfree();
|
H A D | us3_cheetahplus.c | 1017 aflt->flt_id = gethrtime_waitfree();
|
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_ecc.c | 297 ecc_err_p->ecc_aflt.flt_id = gethrtime();
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sysioerr.c | 391 ecc.flt_id = gethrtime(); 515 ecc.flt_id = gethrtime(); 811 aflt.flt_id = gethrtime();
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | plat_ecc_unum.c | 566 e2d.ee2d_timestamp = aflt->flt_id; 778 i2d->ei2d_timestamp = aflt->flt_id; 1007 aflt.flt_id = gethrtime();
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_ecc.c | 343 ecc_err_p->ecc_aflt.flt_id = gethrtime();
|
Completed in 345 milliseconds