Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c118 static int kobj_read_blks(struct _buf *, caddr_t, uint_t, uint_t);
4044 c_size = kobj_read_blks(file, buf, c_size, in kobj_read_file()
4062 c_size = kobj_read_blks(file, file->_base, in kobj_read_file()
4086 kobj_read_blks(struct _buf *file, char *buf, uint_t size, uint_t off) in kobj_read_blks() function