astr 524 fs/hfsplus/hfsplus_fs.h char *astr, int *len_p); astr 526 fs/hfsplus/hfsplus_fs.h int max_unistr_len, const char *astr, int len); astr 124 fs/hfsplus/unicode.c char *astr, int *len_p) astr 133 fs/hfsplus/unicode.c op = astr; astr 248 fs/hfsplus/unicode.c *len_p = (char *)op - astr; astr 256 fs/hfsplus/unicode.c static inline int asc2unichar(struct super_block *sb, const char *astr, int len, astr 259 fs/hfsplus/unicode.c int size = HFSPLUS_SB(sb)->nls->char2uni(astr, len, uc); astr 346 fs/hfsplus/unicode.c const char *astr, int len) astr 355 fs/hfsplus/unicode.c size = asc2unichar(sb, astr, len, &c); astr 370 fs/hfsplus/unicode.c astr += size; astr 387 fs/hfsplus/unicode.c const char *astr; astr 398 fs/hfsplus/unicode.c astr = str->name; astr 402 fs/hfsplus/unicode.c size = asc2unichar(sb, astr, len, &c); astr 403 fs/hfsplus/unicode.c astr += size; astr 204 sound/ppc/pmac.c struct pmac_stream *astr; astr 213 sound/ppc/pmac.c astr = snd_pmac_get_stream(chip, another_stream(rec->stream)); astr 214 sound/ppc/pmac.c if (! astr) astr 216 sound/ppc/pmac.c astr->cur_freqs = 1 << rate_index; astr 217 sound/ppc/pmac.c astr->cur_formats = 1 << runtime->format; astr 623 sound/ppc/pmac.c struct pmac_stream *astr; astr 627 sound/ppc/pmac.c astr = snd_pmac_get_stream(chip, another_stream(rec->stream)); astr 628 sound/ppc/pmac.c if (! astr) astr 632 sound/ppc/pmac.c astr->cur_freqs = chip->freqs_ok; astr 633 sound/ppc/pmac.c astr->cur_formats = chip->formats_ok;