Searched refs:im_d2l (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/lib/libprocstat/ |
| HD | udf.c | 69 void *im_d2l; member
|
| /freebsd-13-stable/sys/fs/udf/ |
| HD | udf_vfsops.c | 270 udf_iconv->open(cs_local, cs_disk, &imp->im_d2l); in udf_mount() 361 udfmp->im_d2l = NULL; in udf_mountfs() 533 if (udfmp->im_d2l) in udf_unmount() 534 udf_iconv->close(udfmp->im_d2l); in udf_unmount()
|
| HD | udf.h | 56 void *im_d2l; /* disk->local iconv handle */ member
|
| HD | udf_vnops.c | 541 udf_iconv->conv(udfmp->im_d2l, __DECONST(const char **, in udf_transname()
|
| /freebsd-13-stable/sys/fs/cd9660/ |
| HD | cd9660_vfsops.c | 458 cd9660_iconv->open(cs_local, cs_disk, &isomp->im_d2l); 461 isomp->im_d2l = NULL; 546 if (isomp->im_d2l) 547 cd9660_iconv->close(isomp->im_d2l);
|
| HD | cd9660_rrip.c | 294 ana->imp->im_flags, ana->imp->im_d2l); 506 ana->imp->im_flags, ana->imp->im_d2l); 649 imp->joliet_level, &c, NULL, imp->im_flags, imp->im_d2l);
|
| HD | iso.h | 263 void *im_d2l; member
|
| HD | cd9660_lookup.c | 260 imp->im_d2l,
|
| HD | cd9660_vnops.c | 620 imp->im_d2l);
|