Home
last modified time | relevance | path

Searched refs:setblock (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/libdos/
H A DMakefile35 dup.S dup2.S curdir.S malloc.S mfree.S setblock.S loadexec.S load.S \
/netbsd-src/sbin/newfs/
H A Dmkfs.c121 static void setblock(struct fs *, unsigned char *, int);
869 setblock(&sblock, cg_blksfree(&acg, 0), blkno); in initcg()
892 setblock(&sblock, cg_blksfree(&acg, 0), blkno); in initcg()
1537 setblock(struct fs *fs, unsigned char *cp, int h) in setblock() function