Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h159 #define kobj_getc(p) (--(p)->_cnt >= 0 ? ((int)*(p)->_ptr++):kobj_filbuf(p))
202 extern int kobj_filbuf(struct _buf *);
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c114 kobj_filbuf(struct _buf *f __unused) in kobj_filbuf() function
H A Dkobj.c4015 kobj_filbuf(struct _buf *f) in kobj_filbuf() function
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dmapfile48 kobj_filbuf;