Home
last modified time | relevance | path

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

/src/stand/libsa/
H A Dufsread.c172 fsread_size(ufs_ino_t inode, void *buf, size_t nbyte, size_t *fsizep) in fsread_size() function
328 return fsread_size(inode, buf, nbyte, NULL); in fsread()
/src/stand/efi/boot1/
H A Dufs_module.c162 if (fsread_size(ino, NULL, 0, &size) < 0 || size <= 0) { in load()