Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dkobj.h149 #define kobj_getc(p) (--(p)->_cnt >= 0 ? ((int)*(p)->_ptr++):kobj_filbuf(p))
191 extern int kobj_filbuf(struct _buf *);
/titanic_44/usr/src/uts/common/krtld/
H A Dkobj_stubs.c124 kobj_filbuf(struct _buf *f) in kobj_filbuf() function
H A Dkobj.c4002 kobj_filbuf(struct _buf *f) in kobj_filbuf() function
/titanic_44/usr/src/uts/sparc/krtld/
H A Dmapfile48 kobj_filbuf;