Home
last modified time | relevance | path

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

/freebsd-13.1/stand/libofw/
H A Dofw_disk.c166 block_size = OF_block_size(dev->d_handle); in ofwd_ioctl()
170 block_size = OF_block_size(dev->d_handle); in ofwd_ioctl()
H A Dopenfirm.h110 int OF_block_size(ihandle_t);
H A Dopenfirm.c611 OF_block_size(ihandle_t instance) in OF_block_size() function