Home
last modified time | relevance | path

Searched refs:bounds_check_with_mediasize (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/sys/
Ddisklabel.h510 int bounds_check_with_mediasize(struct buf *, int, uint64_t);
/netbsd/src/sys/dev/flash/
Dflash.c361 if (bounds_check_with_mediasize(bp, DEV_BSIZE, device_blks) <= 0) { in flashstrategy()
/netbsd/src/sys/dev/dm/
Ddevice-mapper.c618 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in dmstrategy()
/netbsd/src/sys/dev/spi/
Dspiflash.c336 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in spiflash_strategy()
/netbsd/src/sys/kern/
Dsubr_disk.c309 bounds_check_with_mediasize(struct buf *bp, int secsize, uint64_t mediasize) in bounds_check_with_mediasize() function
/netbsd/src/sys/dev/
Ddksubr.c271 if (bounds_check_with_mediasize(bp, DEV_BSIZE, numblocks) <= 0) in dk_translate()
Dfss.c302 bounds_check_with_mediasize(bp, DEV_BSIZE, in fss_strategy()
Dvnd.c525 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in vndstrategy()
/netbsd/src/sys/arch/hp300/dev/
Drd.c914 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in rdstrategy()
/netbsd/src/sys/dev/dkwedge/
Ddk.c1539 if (bounds_check_with_mediasize(bp, DEV_BSIZE, p_size) <= 0) in dkstrategy()
/netbsd/src/sys/arch/emips/ebus/
Dace_ebus.c1761 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in acestrategy()
Dflash_ebus.c1686 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in eflashstrategy()