Searched refs:bd_strategy (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dbiosdisk.c101 static int bd_strategy(void *devdata, int flag, daddr_t dblk, size_t size,
115 bd_strategy,
346 bd_strategy(void *devdata, int rw, daddr_t dblk, size_t size, char *buf, function
372 panic("bd_strategy: %d bytes I/O not multiple of block size", size);
389 DEBUG("bd_strategy: frag read %d from %d+%d to %p",
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dbiosdisk.c116 static int bd_strategy(void *devdata, int flag, daddr_t dblk,
128 bd_strategy,
718 bd_strategy(void *devdata, int rw, daddr_t dblk, size_t size, char *buf, size_t *rsize) function
740 panic("bd_strategy: %d bytes I/O not multiple of block size", size);
757 DEBUG("bd_strategy: frag read %d from %d+%d to %p",

Completed in 49 milliseconds