Searched refs:bounds_check_with_mediasize (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/sys/sys/ |
| D | disklabel.h | 510 int bounds_check_with_mediasize(struct buf *, int, uint64_t);
|
| /netbsd/src/sys/dev/flash/ |
| D | flash.c | 361 if (bounds_check_with_mediasize(bp, DEV_BSIZE, device_blks) <= 0) { in flashstrategy()
|
| /netbsd/src/sys/dev/dm/ |
| D | device-mapper.c | 618 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in dmstrategy()
|
| /netbsd/src/sys/dev/spi/ |
| D | spiflash.c | 336 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in spiflash_strategy()
|
| /netbsd/src/sys/kern/ |
| D | subr_disk.c | 309 bounds_check_with_mediasize(struct buf *bp, int secsize, uint64_t mediasize) in bounds_check_with_mediasize() function
|
| /netbsd/src/sys/dev/ |
| D | dksubr.c | 271 if (bounds_check_with_mediasize(bp, DEV_BSIZE, numblocks) <= 0) in dk_translate()
|
| D | fss.c | 302 bounds_check_with_mediasize(bp, DEV_BSIZE, in fss_strategy()
|
| D | vnd.c | 525 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in vndstrategy()
|
| /netbsd/src/sys/arch/hp300/dev/ |
| D | rd.c | 914 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in rdstrategy()
|
| /netbsd/src/sys/dev/dkwedge/ |
| D | dk.c | 1539 if (bounds_check_with_mediasize(bp, DEV_BSIZE, p_size) <= 0) in dkstrategy()
|
| /netbsd/src/sys/arch/emips/ebus/ |
| D | ace_ebus.c | 1761 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in acestrategy()
|
| D | flash_ebus.c | 1686 if (bounds_check_with_mediasize(bp, DEV_BSIZE, in eflashstrategy()
|