Home
last modified time | relevance | path

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

/freebsd/stand/libofw/
H A Dofw_disk.c170 block_size = OF_block_size(dev->d_handle); in ofwd_ioctl()
174 block_size = OF_block_size(dev->d_handle); in ofwd_ioctl()
199 block_size = OF_block_size(kdp->d_handle); in ofwd_print()
H A Dopenfirm.h107 int OF_block_size(ihandle_t);
H A Dopenfirm.c608 OF_block_size(ihandle_t instance) in OF_block_size() function