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.c117 static int kobj_read_blks(struct _buf *, caddr_t, uint_t, uint_t);
3927 c_size = kobj_read_blks(file, buf, c_size, in kobj_read_file()
3945 c_size = kobj_read_blks(file, file->_base, in kobj_read_file()
3969 kobj_read_blks(struct _buf *file, char *buf, uint_t size, uint_t off) in kobj_read_blks() function