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

/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_subr.h53 #define hpfs_d2u(hpmp, c) ((((u_char)(c))&0x80)?(hpmp->hpm_d2u[((u_char)(c))&0x7F]):((u_char)(c)))
H A Dhpfs_subr.c263 error = vfs_copyopt(mp->mnt_optnew, "d2u", hpmp->hpm_d2u,
264 sizeof hpmp->hpm_d2u);
267 hpmp->hpm_d2u[i] = i + 0x80;
H A Dhpfs.h325 u_char hpm_d2u[0x80]; /* DOS to Unix Table*/ member in struct:hpfsmount

Completed in 107 milliseconds