Home
last modified time | relevance | path

Searched refs:cd9660_iconv (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/fs/cd9660/
Dcd9660_util.c52 extern struct iconv_functions *cd9660_iconv;
78 if (flags & ISOFSMNT_KICONV && cd9660_iconv) {
85 cd9660_iconv->convchr(handle, __DECONST(const char **, &inp), &i,
235 if (flags & ISOFSMNT_KICONV && cd9660_iconv) {
236 cd9660_iconv->convchr(handle, (const char **)&string,
Dcd9660_vfsops.c71 struct iconv_functions *cd9660_iconv = NULL; variable
433 if (isomp->im_flags & ISOFSMNT_KICONV && cd9660_iconv) {
440 cd9660_iconv->open(cs_local, cs_disk, &isomp->im_d2l);
441 cd9660_iconv->open(cs_disk, cs_local, &isomp->im_l2d);
527 if (isomp->im_flags & ISOFSMNT_KICONV && cd9660_iconv) {
529 cd9660_iconv->close(isomp->im_d2l);
531 cd9660_iconv->close(isomp->im_l2d);
/freebsd-12-stable/sys/modules/cd9660_iconv/
DMakefile4 KMOD= cd9660_iconv
5 SRCS= cd9660_iconv.c
/freebsd-12-stable/sys/modules/cd9660/
DMakefile9 EXPORT_SYMS= cd9660_iconv
/freebsd-12-stable/sys/modules/
DMakefile90 cd9660_iconv \
/freebsd-12-stable/sys/conf/
Dfiles3827 fs/cd9660/cd9660_iconv.c optional cd9660_iconv