Lines Matching refs:cset
1203 int i, cset = 0, cs_old = 0, cs_fest = 0; in dlogframe() local
1305 cs_old = cset; in dlogframe()
1306 cset = *buf & 7; in dlogframe()
1330 if (cset == 0) { in dlogframe()
1340 dp += sprintf(dp, " Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1341 } else if (cset == 6) { in dlogframe()
1351 dp += sprintf(dp, " Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1353 dp += sprintf(dp, " Unknown Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1356 cset = cs_old; in dlogframe()
1392 cs_old = cset; in dlogframe()
1393 cset = *buf & 7; in dlogframe()
1404 if (cset == 0) { in dlogframe()
1415 } else if (cset == 5) { in dlogframe()
1426 } else if (cset == 6) { in dlogframe()
1438 dp += sprintf(dp, " Unknown Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1442 cset = cs_old; in dlogframe()