Lines Matching refs:cset
1194 int i, cset = 0, cs_old = 0, cs_fest = 0; in dlogframe() local
1296 cs_old = cset; in dlogframe()
1297 cset = *buf & 7; in dlogframe()
1321 if (cset == 0) { in dlogframe()
1331 dp += sprintf(dp, " Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1332 } else if (cset == 6) { in dlogframe()
1342 dp += sprintf(dp, " Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1344 dp += sprintf(dp, " Unknown Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1347 cset = cs_old; in dlogframe()
1383 cs_old = cset; in dlogframe()
1384 cset = *buf & 7; in dlogframe()
1395 if (cset == 0) { in dlogframe()
1406 } else if (cset == 5) { in dlogframe()
1417 } else if (cset == 6) { in dlogframe()
1429 dp += sprintf(dp, " Unknown Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1433 cset = cs_old; in dlogframe()