Home
last modified time | relevance | path

Searched refs:fmdump_asru_ops (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.h84 extern const fmdump_ops_t fmdump_asru_ops;
H A Dasru.c132 const fmdump_ops_t fmdump_asru_ops = { variable
H A Dfmdump.c714 &fmdump_asru_ops /* but we need ops when it is */
1398 else if (strcmp(fmd_log_label(lp), fmdump_asru_ops.do_label) == 0) in main()
1399 ops = &fmdump_asru_ops; in main()