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

/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_subr.c1935 u_int16_t *cfxp; local
1953 cfxp = (u_int16_t *) (xbuf + ntmp->ntm_bps - 2);
1956 if (*cfxp != fixup) {
1960 *cfxp = *fxp;
1961 cfxp = (u_int16_t *)((char *)cfxp + ntmp->ntm_bps);

Completed in 112 milliseconds