Searched defs:bufpos (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dlseek.c71 off_t bufpos, filepos, target; local
109 bufpos = filepos - f->f_ralen;
115 target = bufpos + offset;
121 if (bufpos <= target && target < filepos) {
122 f->f_raoffset += target - bufpos;
123 f->f_ralen -= target - bufpos;
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinet6_opt.c43 #define bufpos(p) ((p) - (uint8_t *)extbuf) macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_dp.h92 int16_t bufpos; /* Position in buffer. */ member in struct:dp_packet
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c561 caddr_t bufpos; local
566 bufpos = outbuf;
567 (void) bcopy_data(h, sizeof (ctf_header_t), &bufpos);
569 &bufpos);
570 (void) strtab_write(&buf->ctb_strtab, bcopy_data, &bufpos);
571 *resszp = bufpos - outbuf;
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/usb_ac/
H A Dusb_ac.h152 caddr_t bufpos; /* buffer position */ member in struct:usb_audio_eng
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c853 static int gl_buffer_char(GetLine *gl, char c, int bufpos);
858 static int gl_buffer_string(GetLine *gl, const char *s, int n, int bufpos);
7491 int bufpos; /* The buffer index being checked. */ local
7498 bufpos = gl->buff_curpos + 1;
7504 if(bufpos >= gl->ntotal)
7509 for(i=0; i<n && bufpos<gl->ntotal; i++) {
7513 for( ; bufpos<gl->ntotal && !gl_is_word_char((int)gl->line[bufpos]);
7514 bufpos++)
7519 for( ; bufpos<g
7542 int bufpos; /* The buffer index being checked. */ local
7581 int bufpos; /* The buffer index being checked. */ local
11977 gl_buffer_char(GetLine *gl, char c, int bufpos) argument
12015 gl_buffer_string(GetLine *gl, const char *s, int n, int bufpos) argument
[all...]

Completed in 67 milliseconds