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

/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_subr.h52 #define hpfs_u2d(hpmp, c) ((((u_char)(c))&0x80)?(hpmp->hpm_u2d[((u_char)(c))&0x7F]):((u_char)(c)))
H A Dhpfs_subr.c271 error = vfs_copyopt(mp->mnt_optnew, "u2d", hpmp->hpm_u2d,
272 sizeof hpmp->hpm_u2d);
275 hpmp->hpm_u2d[i] = i + 0x80;
H A Dhpfs.h324 u_char hpm_u2d[0x80]; /* Unix to DOS Table*/ member in struct:hpfsmount

Completed in 84 milliseconds