Lines Matching refs:cset
1204 int i, cset = 0, cs_old = 0, cs_fest = 0; in dlogframe() local
1306 cs_old = cset; in dlogframe()
1307 cset = *buf & 7; in dlogframe()
1331 if (cset == 0) { in dlogframe()
1341 dp += sprintf(dp, " Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1342 } else if (cset == 6) { in dlogframe()
1352 dp += sprintf(dp, " Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1354 dp += sprintf(dp, " Unknown Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1357 cset = cs_old; in dlogframe()
1393 cs_old = cset; in dlogframe()
1394 cset = *buf & 7; in dlogframe()
1405 if (cset == 0) { in dlogframe()
1416 } else if (cset == 5) { in dlogframe()
1427 } else if (cset == 6) { in dlogframe()
1439 dp += sprintf(dp, " Unknown Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1443 cset = cs_old; in dlogframe()