Home
last modified time | relevance | path

Searched refs:keystr (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/storage/
H A Ddebug.c148 const char *what, *keystr, *fmt; in usb_stor_show_sense() local
150 keystr = scsi_sense_key_string(key); in usb_stor_show_sense()
153 if (keystr == NULL) in usb_stor_show_sense()
154 keystr = "(Unknown Key)"; in usb_stor_show_sense()
159 usb_stor_dbg(us, "%s: %s (%s%x)\n", keystr, what, fmt, ascq); in usb_stor_show_sense()
161 usb_stor_dbg(us, "%s: %s\n", keystr, what); in usb_stor_show_sense()
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs_kunit.c115 u32 *keystr, *mskstr, *actstr; in test_cache_read() local
121 keystr = &admin->cache.keystream[start]; in test_cache_read()
125 __LINE__, start + idx, keystr[idx]); in test_cache_read()
157 u32 *keystr, *mskstr, *actstr; in test_cache_write() local
162 keystr = &admin->cache.keystream[start]; in test_cache_write()
166 __LINE__, start + idx, keystr[idx]); in test_cache_write()
H A Dvcap_api_kunit.c106 u32 *keystr, *mskstr, *actstr; in test_cache_read() local
112 keystr = &admin->cache.keystream[start]; in test_cache_read()
116 __LINE__, start + idx, keystr[idx]); in test_cache_read()
148 u32 *keystr, *mskstr, *actstr; in test_cache_write() local
153 keystr = &admin->cache.keystream[start]; in test_cache_write()
157 __LINE__, start + idx, keystr[idx]); in test_cache_write()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c438 u32 *keystr, *mskstr, *actstr; in lan966x_vcap_cache_write() local
440 keystr = &admin->cache.keystream[start]; in lan966x_vcap_cache_write()
447 lan_wr(keystr[i] & mskstr[i], lan966x, in lan966x_vcap_cache_write()
480 u32 *keystr, *mskstr, *actstr; in lan966x_vcap_cache_read() local
482 keystr = &admin->cache.keystream[start]; in lan966x_vcap_cache_read()
488 keystr[i] = in lan966x_vcap_cache_read()
/linux/drivers/nvdimm/
H A Dsecurity.c521 char cmd[SEC_CMD_SIZE+1], keystr[KEY_ID_SIZE+1], in nvdimm_security_store() local
529 cmd, keystr, nkeystr); in nvdimm_security_store()
538 rc = kstrtouint(keystr, 0, &key); in nvdimm_security_store()
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py2461 keystr = "(none)"
2464 keystr = key_field.dpstr(None, True)
2469 print("MISS upcall[%d/%s]: %s" % (seq, pktpres, keystr), flush=True)