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

/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_compr.c106 u_int8_t * uup,
114 new = ntfs_uncompblock(uup + i * NTFS_COMPBLOCK_SIZE, cup + off);
104 ntfs_uncompunit( struct ntfsmount * ntmp, u_int8_t * uup, u_int8_t * cup) argument
H A Dntfs_subr.c1810 u_int8_t *uup; local
1820 uup = malloc(ntfs_cntob(NTFS_COMPUNIT_CL),
1851 error = ntfs_uncompunit(ntmp, uup, cup);
1855 uiomove(uup + off, tocopy, uio);
1857 memcpy(data, uup + off, tocopy);
1866 free(uup, M_NTFSDECOMP);

Completed in 115 milliseconds