Home
last modified time | relevance | path

Searched defs:fillwith (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/msdosfs/
H A Dmsdosfs_fat.c572 fatchain(struct msdosfsmount *pmp, uint32_t start, uint32_t count, uint32_t fillwith) in fatchain()
694 uint32_t fillwith, uint32_t *retcluster, uint32_t *got) in chainalloc()
732 uint32_t fillwith = CLUST_EOFE; in clusteralloc() local
/openbsd-src/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c625 fatchain(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith) in fatchain()
736 chainalloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *retcluste… in chainalloc()
772 u_long fillwith = CLUST_EOFE; in clusteralloc() local