Searched refs:cd9660_iconv (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/fs/cd9660/ |
| D | cd9660_util.c | 52 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,
|
| D | cd9660_vfsops.c | 71 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/ |
| D | Makefile | 4 KMOD= cd9660_iconv 5 SRCS= cd9660_iconv.c
|
| /freebsd-12-stable/sys/modules/cd9660/ |
| D | Makefile | 9 EXPORT_SYMS= cd9660_iconv
|
| /freebsd-12-stable/sys/modules/ |
| D | Makefile | 90 cd9660_iconv \
|
| /freebsd-12-stable/sys/conf/ |
| D | files | 3827 fs/cd9660/cd9660_iconv.c optional cd9660_iconv
|