Parent Directory |
Revision Log |
Patch
revision 1.194 by khali, Mon May 4 11:24:54 2015 UTC | revision 1.195 by khali, Mon May 4 11:28:49 2015 UTC | |
---|---|---|
# | Line 4379 static void dmi_table_decode(u8 *buf, u3 | Line 4379 static void dmi_table_decode(u8 *buf, u3 |
4379 | ||
4380 | to_dmi_header(&h, data); | to_dmi_header(&h, data); |
4381 | display = ((opt.type == NULL || opt.type[h.type]) | display = ((opt.type == NULL || opt.type[h.type]) |
4382 | && !((opt.flags & FLAG_QUIET) && (h.type > 39 && h.type <= 127)) | && !((opt.flags & FLAG_QUIET) && (h.type == 126 || h.type == 127)) |
4383 | && !opt.string); | && !opt.string); |
4384 | ||
4385 | /* | /* |
|
savannah-hackers-public@gnu.org | ViewVC Help |
Powered by ViewVC 1.1.26 |