HomeSort by: relevance | last modified time | path
    Searched defs:bptr (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/pmax/ibus/
if_le_ibus.c 109 volatile uint16_t *bptr; local in function:le_dec_copytobuf_gap2
113 bptr = ((volatile uint16_t *)buf) + (boff - 1);
114 *bptr = (*from++ << 8) | (*bptr & 0xff);
115 bptr += 2;
118 bptr = ((volatile uint16_t *)buf) + boff;
120 *bptr = (from[1] << 8) | (from[0] & 0xff);
121 bptr += 2;
126 *bptr = (uint16_t)*from;
134 volatile uint16_t *bptr; local in function:le_dec_copyfrombuf_gap2
160 volatile uint16_t *bptr; local in function:le_dec_zerobuf_gap2
    [all...]
  /src/usr.bin/fmt/
buffer.h 41 wchar_t *bptr; member in struct:buffer
48 buf->ptr = buf->bptr = calloc(BUF_SIZE, sizeof(*buf->ptr));
57 free(buf->bptr);
64 size_t len = (buf->eptr - buf->bptr) +
66 wchar_t *nptr = realloc(buf->bptr, len * sizeof(*buf->ptr));
71 if (nptr == buf->bptr) {
72 buf->eptr = buf->bptr + len;
76 diff = nptr - buf->bptr;
77 buf->bptr += diff;
78 buf->eptr = buf->bptr + len
    [all...]
  /src/libexec/talkd/
announce.c 103 char *bptr, *lptr, vis_user[sizeof(request->l_name) * 4]; local in function:print_mesg
139 bptr = big_buf;
140 *bptr++ = '\a'; /* send something to wake them up */
141 *bptr++ = '\r'; /* add a \r in case of raw mode */
142 *bptr++ = '\n';
147 *(bptr++) = *(lptr++);
150 *(bptr++) = ' ';
151 *(bptr++) = '\r'; /* add a \r in case of raw mode */
152 *(bptr++) = '\n';
154 *bptr = '\0'
    [all...]
  /src/games/phantasia/
gamesupport.c 33 phbool *bptr; /* pointer to bool item to change */ local in function:changestats
371 bptr = &playerp->p_palantir;
376 bptr = &playerp->p_blessing;
381 bptr = &playerp->p_virgin;
386 bptr = &playerp->p_blindness;
438 mvprintw(23, 0, "%s = %c; %s = ", prompt, flag[(int)*bptr],
442 *bptr = TRUE;
445 *bptr = FALSE;
  /src/lib/libedit/TEST/
wtc1.c 62 char *buf, *bptr; local in function:complete
76 buf = bptr = malloc(mblen);
81 bptr += wctomb(bptr, ptr[i]);
83 *bptr = 0; /* Terminate multibyte string */
84 mblen = bptr - buf;
  /src/sys/arch/vax/if/
if_le.c 239 volatile uint16_t *bptr; local in function:lance_copytobuf_gap2
243 bptr = ((volatile uint16_t *)buf) + (boff - 1);
244 *bptr = (*from++ << 8) | (*bptr & 0xff);
245 bptr += 2;
248 bptr = ((volatile uint16_t *)buf) + boff;
250 *bptr = (from[1] << 8) | (from[0] & 0xff);
251 bptr += 2;
256 *bptr = (uint16_t)*from;
264 volatile uint16_t *bptr; local in function:lance_copyfrombuf_gap2
290 volatile uint16_t *bptr; local in function:lance_zerobuf_gap2
    [all...]
  /src/sys/dev/isa/
if_ai.c 140 uint8_t *bptr = dst; local in function:ai_copyin
143 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
144 offset++; bptr++; size--;
148 bus_space_read_region_2(sc->bt, sc->bh, offset, (uint16_t *)bptr,
152 bptr += size - 1;
154 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
162 const uint8_t *bptr = src; local in function:ai_copyout
165 bus_space_write_1(sc->bt, sc->bh, offset, *bptr);
166 offset++; bptr++; size--;
171 (const uint16_t *)bptr, size >> 1)
    [all...]
if_ef.c 247 uint8_t *bptr = dst; local in function:ef_copyin
250 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
251 offset++; bptr++; size--;
255 bus_space_read_region_2(sc->bt, sc->bh, offset, (uint16_t *) bptr,
259 bptr += size - 1;
261 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
269 const uint8_t *bptr = src; local in function:ef_copyout
272 bus_space_write_1(sc->bt, sc->bh, offset, *bptr);
273 offset++; bptr++; size--;
278 (const uint16_t *)bptr, size >> 1)
    [all...]
if_ix.c 241 uint8_t *bptr = dst; local in function:ix_copyin
252 *bptr = bus_space_read_1(sc->bt, sc->bh, IX_DATAPORT);
254 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
255 offset++; bptr++; size--;
259 wptr = (uint16_t*)bptr;
268 (uint16_t *)bptr, size / 2);
271 bptr += size - 1;
275 *bptr = bus_space_read_1(sc->bt, sc->bh, IX_DATAPORT);
277 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
285 const uint8_t *bptr = src local in function:ix_copyout
    [all...]
  /src/sys/dev/mca/
if_elmc_mca.c 281 u_int8_t* bptr = dst; local in function:elmc_mca_copyin
284 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
285 offset++; bptr++; size--;
289 bus_space_read_region_2(sc->bt, sc->bh, offset, (u_int16_t *) bptr,
293 bptr += size - 1;
295 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
304 const u_int8_t* bptr = src; local in function:elmc_mca_copyout
307 bus_space_write_1(sc->bt, sc->bh, offset, *bptr);
308 offset++; bptr++; size--;
313 (const u_int16_t *)bptr, size >> 1)
    [all...]
  /src/sys/dev/tc/
if_le_ioasic.c 198 volatile uint16_t *bptr; local in function:le_ioasic_copytobuf_gap2
202 bptr = ((volatile uint16_t *)buf) + (boff - 1);
203 *bptr = (*from++ << 8) | (*bptr & 0xff);
204 bptr += 2;
207 bptr = ((volatile uint16_t *)buf) + boff;
209 *bptr = (from[1] << 8) | (from[0] & 0xff);
210 bptr += 2;
215 *bptr = (uint16_t)*from;
223 volatile uint16_t *bptr; local in function:le_ioasic_copyfrombuf_gap2
257 uint8_t *bptr; local in function:le_ioasic_copytobuf_gap16
339 uint8_t *bptr; local in function:le_ioasic_copyfrombuf_gap16
411 uint8_t *bptr; local in function:le_ioasic_zerobuf_gap16
    [all...]
  /src/bin/csh/
exec.c 640 struct biltins *bptr; local in function:tellmewhat
683 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) {
684 if (eq(sp->word, str2short(bptr->bname))) {
  /src/usr.bin/gencat/
gencat.c 280 static char buf[BUFSIZ], *bptr = buf, *bend = buf; local in function:get_line
292 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) {
293 if (*bptr == '\n') {
295 ++bptr;
298 *cptr = *bptr;
304 if (bptr == bend) {
314 bptr = buf;

Completed in 17 milliseconds