Searched refs:astr (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | unicode.c | 124 char *astr, int *len_p) in hfsplus_uni2asc() argument 133 op = astr; in hfsplus_uni2asc() 248 *len_p = (char *)op - astr; in hfsplus_uni2asc() 256 static inline int asc2unichar(struct super_block *sb, const char *astr, int len, in asc2unichar() argument 259 int size = HFSPLUS_SB(sb)->nls->char2uni(astr, len, uc); in asc2unichar() 346 const char *astr, int len) in hfsplus_asc2uni() argument 355 size = asc2unichar(sb, astr, len, &c); in hfsplus_asc2uni() 370 astr += size; in hfsplus_asc2uni() 387 const char *astr; in hfsplus_hash_dentry() local 398 astr = str->name; in hfsplus_hash_dentry() [all …]
|
D | hfsplus_fs.h | 526 char *astr, int *len_p); 528 int max_unistr_len, const char *astr, int len);
|
/kernel/linux/linux-5.10/sound/ppc/ |
D | pmac.c | 186 struct pmac_stream *astr; in snd_pmac_pcm_prepare() local 195 astr = snd_pmac_get_stream(chip, another_stream(rec->stream)); in snd_pmac_pcm_prepare() 196 if (! astr) in snd_pmac_pcm_prepare() 198 astr->cur_freqs = 1 << rate_index; in snd_pmac_pcm_prepare() 199 astr->cur_formats = 1 << runtime->format; in snd_pmac_pcm_prepare() 605 struct pmac_stream *astr; in snd_pmac_pcm_close() local 609 astr = snd_pmac_get_stream(chip, another_stream(rec->stream)); in snd_pmac_pcm_close() 610 if (! astr) in snd_pmac_pcm_close() 614 astr->cur_freqs = chip->freqs_ok; in snd_pmac_pcm_close() 615 astr->cur_formats = chip->formats_ok; in snd_pmac_pcm_close()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | fcnal-test.sh | 125 local astr 127 astr=$(addr2str ${addr}) 128 log_test $rc $expected "$msg - ${astr}"
|