Searched refs:astr (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dunicode.c121 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr, char *astr, int *len_p) argument
130 op = astr;
238 *len_p = (char *)op - astr;
242 int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr, const char *astr, int len) argument
252 size = nls->char2uni(astr, len, &c);
257 astr += size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dunicode.c121 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr, char *astr, int *len_p) argument
130 op = astr;
238 *len_p = (char *)op - astr;
242 int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr, const char *astr, int len) argument
252 size = nls->char2uni(astr, len, &c);
257 astr += size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dpmac.c205 struct pmac_stream *astr; local
214 astr = snd_pmac_get_stream(chip, another_stream(rec->stream));
215 if (! astr)
217 astr->cur_freqs = 1 << rate_index;
218 astr->cur_formats = 1 << runtime->format;
525 struct pmac_stream *astr; local
529 astr = snd_pmac_get_stream(chip, another_stream(rec->stream));
530 if (! astr)
534 astr->cur_freqs = chip->freqs_ok;
535 astr
[all...]

Completed in 48 milliseconds