Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/powerpc/ps3/
HDps3disk.c130 static void ps3disk_strategy(struct bio *bp);
240 d->d_strategy = ps3disk_strategy; in ps3disk_attach()
346 ps3disk_strategy(bp); in ps3disk_task()
353 ps3disk_strategy(struct bio *bp) in ps3disk_strategy() function