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

/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c131 /* Holds a reference to all of the platforms */
132 typedef struct platforms { struct
143 /* This is the list of all platforms and their associated code op pairs. */
151 static const platforms_t platforms = { variable
599 for (i = 0; i < platforms.pcount; i++) {
600 if (strcmp(platforms.plist[i].pid, pid) == 0) {
602 for (x = 0; x < platforms.plist[i].count; x++) {
603 if (code == platforms.plist[i].codes[x].code) {
604 status = platforms.plist[i].codes[x].
632 for (i = 0; i < platforms
[all...]

Completed in 284 milliseconds