Searched defs:async_flt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h43 * The async_flt structure is used to record all pertinent information about
49 * which contains a struct async_flt as its first member. Each async_flt also
63 struct async_flt;
64 typedef void (*async_func_t)(struct async_flt *, char *);
66 struct async_flt { struct
96 * test for errors and enqueue async_flt events. They may not grab adaptive
124 extern void bus_async_log_err(struct async_flt *);
127 extern void ecc_cpu_call(struct async_flt *, char *, int);
129 extern void ce_scrub(struct async_flt *);
[all...]

Completed in 45 milliseconds