Searched refs:idstr (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/arch/arm64/util/ |
| H A D | header.c | 84 * Return 0 if idstr is a higher or equal to version of the same part as 86 * version of idstr will match as long as it's the same CPU type. 88 * Return 1 if the CPU type is different or the version of idstr is lower. 90 int strcmp_cpuid_str(const char *mapcpuid, const char *idstr) in strcmp_cpuid_str() argument 95 u64 id = strtoull(idstr, NULL, 16); in strcmp_cpuid_str()
|
| /linux/fs/nfsd/ |
| H A D | nfs4idmap.c | 138 char idstr[11]; in idtoname_request() local 141 snprintf(idstr, sizeof(idstr), "%u", ent->id); in idtoname_request() 143 qword_add(bpp, blen, idstr); in idtoname_request()
|
| /linux/sound/usb/ |
| H A D | midi2.c | 710 char idstr[16]; in create_midi2_ump() local 722 snprintf(idstr, sizeof(idstr), "UMP %d", rmidi->index); in create_midi2_ump() 725 err = snd_ump_endpoint_new(umidi->chip->card, idstr, rmidi->index, in create_midi2_ump()
|
| /linux/tools/power/pm-graph/ |
| H A D | bootgraph.py | 218 idstr = '' variable in Data 227 self.idstr = 'a' 240 devid = '%s%d' % (self.idstr, self.html_device_id)
|
| H A D | sleepgraph.py | 1537 self.idstr = idchar[num] 2001 devid = '%s%d' % (self.idstr, self.html_device_id)
|
| /linux/drivers/nvme/host/ |
| H A D | core.c | 3136 static bool string_matches(const char *idstr, const char *match, size_t len) in string_matches() argument 3146 if (memcmp(idstr, match, matchlen)) in string_matches() 3150 if (idstr[matchlen] != ' ') in string_matches()
|