Searched refs:kobj_getc (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/
H A Dmaster_ops.c173 while ((ch = kobj_getc(file)) == ' ' || ch == '\t')
178 while ((ch = kobj_getc(file)) != '\n' && ch != '\r' &&
203 while (!badquote && (ch = kobj_getc(file)) != '"') {
233 *cp++ = (char)(ch = kobj_getc(file));
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dmodsysfile.c217 while ((ch = kobj_getc(file)) == ' ' || ch == '\t')
253 while ((ch = kobj_getc(file)) == ' ' ||
272 while (!badquote && (ch = kobj_getc(file)) != '"') {
290 ch = (char)kobj_getc(file);
300 ch = (char)kobj_getc(file);
337 *cp++ = (char)(ch = kobj_getc(file));
350 *cp++ = (char)(ch = kobj_getc(file));
356 if ((ch = kobj_getc(file)) == 'x') {
362 ch = kobj_getc(file);
369 ch = kobj_getc(fil
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dkobj.h149 #define kobj_getc(p) (--(p)->_cnt >= 0 ? ((int)*(p)->_ptr++):kobj_filbuf(p)) macro
/opensolaris-onvv-gate/usr/src/uts/common/krtld/
H A Dkobj.c3987 return (kobj_getc(f));

Completed in 120 milliseconds