Searched refs:astr (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/hfsplus/ |
| H A D | unicode.c | 186 int max_len, char *astr, int *len_p, in hfsplus_uni2asc() argument 196 op = astr; in hfsplus_uni2asc() 304 *len_p = (char *)op - astr; in hfsplus_uni2asc() 309 const struct hfsplus_unistr *ustr, char *astr, in hfsplus_uni2asc_str() argument 314 astr, len_p, in hfsplus_uni2asc_str() 321 char *astr, int *len_p) in hfsplus_uni2asc_xattr_str() argument 324 HFSPLUS_ATTR_MAX_STRLEN, astr, len_p, in hfsplus_uni2asc_xattr_str() 364 static inline int asc2unichar(struct super_block *sb, const char *astr, int len, in asc2unichar() argument 367 int size = HFSPLUS_SB(sb)->nls->char2uni(astr, len, uc); in asc2unichar() 449 const char *astr, int len, int name_type) in hfsplus_asc2uni() argument [all …]
|
| H A D | hfsplus_fs.h | 503 const struct hfsplus_unistr *ustr, char *astr, 507 char *astr, int *len_p); 509 int max_unistr_len, const char *astr, int len,
|
| /linux/sound/ppc/ |
| H A 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() 600 struct pmac_stream *astr; in snd_pmac_pcm_close() local 604 astr = snd_pmac_get_stream(chip, another_stream(rec->stream)); in snd_pmac_pcm_close() 605 if (! astr) in snd_pmac_pcm_close() 609 astr->cur_freqs = chip->freqs_ok; in snd_pmac_pcm_close() 610 astr->cur_formats = chip->formats_ok; in snd_pmac_pcm_close()
|
| /linux/tools/testing/selftests/net/ |
| H A D | fcnal-test.sh | 138 local astr 140 astr=$(addr2str ${addr}) 141 log_test $rc $expected "$msg - ${astr}"
|