Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hpfs/
HDhpfs_subr.h53 #define hpfs_u2d(hpmp, c) ((((u_char)(c))&0x80)?(hpmp->hpm_u2d[((u_char)(c))&0x7F]):((u_char)(c…
HDhpfs_subr.c266 bcopy(argsp->u2d, hpmp->hpm_u2d, sizeof(u_char) * 0x80); in hpfs_cpinit()
270 hpmp->hpm_u2d[i] = i + 0x80; in hpfs_cpinit()
HDhpfs.h323 u_char hpm_u2d[0x80]; /* Unix to DOS Table*/ member