/netbsd-src/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 105 daddr_t bno; in ffs_alloc() local 303 daddr_t bno, blkno; in ffs_alloccg() local 388 int32_t bno; in ffs_alloccgblk() local 433 ffs_blkfree(struct inode *ip, daddr_t bno, long size) in ffs_blkfree() 540 int32_t bno; in ffs_mapsearch() local
|
H A D | mkfs.c | 801 ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_rdfs() 824 ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_wtfs()
|
/netbsd-src/sys/lib/libsa/ |
H A D | cd9660.c | 61 daddr_t bno; /* Starting block number */ member 76 #define cdb2devb(bno) ((bno) * ISO_DEFAULT_BLOCK_SIZE / DEV_BSIZE) argument 142 daddr_t bno; in cd9660_open() local 314 daddr_t bno; in cd9660_read() local
|
/netbsd-src/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 134 ffs_check_bad_allocation(const char *func, struct fs *fs, daddr_t bno, in ffs_check_bad_allocation() 181 daddr_t bno; in ffs_alloc() local 316 daddr_t bno; in ffs_realloccg() local 977 daddr_t bno; in ffs_fragextend() local 1058 int32_t bno; in ffs_alloccg() local 1189 int32_t bno; in ffs_alloccgblk() local 1442 ffs_blkalloc(struct inode *ip, daddr_t bno, long size) in ffs_blkalloc() 1455 ffs_blkalloc_ump(struct ufsmount *ump, daddr_t bno, long size) in ffs_blkalloc_ump() 1560 ffs_blkfree_cg(struct fs *fs, struct vnode *devvp, daddr_t bno, long size) in ffs_blkfree_cg() 1599 daddr_t bno; member [all …]
|
H A D | ffs_snapshot.c | 1549 ffs_snapblkfree(struct fs *fs, struct vnode *devvp, daddr_t bno, in ffs_snapblkfree()
|
H A D | fs.h | 669 #define old_cbtocylno(fs, bno) \ argument 671 #define old_cbtorpos(fs, bno) \ argument
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | dsk.c | 397 lba_read(struct disk *d, int64_t bno, int bcnt, void *buf) in lba_read() 435 issue48(struct dvata_chan *chan, int64_t bno, int nblk) in issue48() 451 issue28(struct dvata_chan *chan, int64_t bno, int nblk) in issue28() 548 int64_t bno; in dsk_strategy() local
|
/netbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_alloc.c | 121 daddr_t bno; in ext2fs_alloc() local 346 int error, bno, start, end, loc; in ext2fs_alloccg() local 516 ext2fs_blkfree(struct inode *ip, daddr_t bno) in ext2fs_blkfree()
|
/netbsd-src/sbin/newfs_ext2fs/ |
H A D | mke2fs.c | 1258 uint32_t loc, bno; in alloc() local 1391 rdfs(daddr_t bno, int size, void *bf) in rdfs() argument 1407 wtfs(daddr_t bno,int size,void * bf) wtfs() argument [all...] |
/netbsd-src/sbin/badsect/ |
H A D | badsect.c | 251 rdfs(off_t bno, size_t size, void *bf) in rdfs()
|
/netbsd-src/sbin/newfs/ |
H A D | mkfs.c | 1423 rdfs(daddr_t bno, int size, void *bf) in rdfs() 1450 wtfs(daddr_t bno, int size, void *bf) in wtfs()
|
/netbsd-src/sbin/fsdb/ |
H A D | fsdb.c | 1421 daddr_t bno; in CMDFUNC() local 1451 daddr_t bno; in CMDFUNC() local 1481 daddr_t bno; in CMDFUNC() local
|
/netbsd-src/sys/arch/i386/stand/lib/ |
H A D | biosdisk.c | 195 #define devb2cdb(bno) (((bno) * DEV_BSIZE) / ISO_DEFAULT_BLOCK_SIZE) argument 622 daddr_t bno; in check_cd9660() local
|
/netbsd-src/sys/dev/ata/ |
H A D | wd.c | 1531 daddr_t bno; in wd_discard() local 1956 wd_trim(struct wd_softc *wd, daddr_t bno, long size) in wd_trim() argument [all...] |
/netbsd-src/usr.sbin/dumpfs/ |
H A D | dumpfs.c | 765 size_t count, blklen, bno, skip; in print_journal() local
|
/netbsd-src/usr.sbin/quotacheck/ |
H A D | quotacheck.c | 858 bread(daddr_t bno, char *buf, long cnt) in bread()
|
/netbsd-src/sys/dev/usb/ |
H A D | uaudio.c | 1080 int c, chs, ichs, ochs, nchs, i, o, bno, p, k; in uaudio_add_mixer() local 1135 #define _BIT(bno) ((bm[bno / 8] >> (7 - bno % 8)) & 1) in uaudio_add_mixer() argument
|