Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hpfs/
HDhpfs_subr.h54 #define hpfs_d2u(hpmp, c) ((((u_char)(c))&0x80)?(hpmp->hpm_d2u[((u_char)(c))&0x7F]):((u_char)(c…
HDhpfs_subr.c265 bcopy(argsp->d2u, hpmp->hpm_d2u, sizeof(u_char) * 0x80); in hpfs_cpinit()
269 hpmp->hpm_d2u[i] = i + 0x80; in hpfs_cpinit()
HDhpfs.h324 u_char hpm_d2u[0x80]; /* DOS to Unix Table*/ member