Searched refs:bufs (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/ape/lib/ap/plan9/ |
| H A D | _buf.c | 23 Muxbuf bufs[INITBUFS]; /* can grow, via segbrk() */ member 75 if(_SEGBRK(mux, mux->bufs+mux->curfds) < 0){ in _startbuf() 83 b = &mux->bufs[slot]; in _startbuf() 312 b = &mux->bufs[i]; in select()
|
| H A D | acidlib | 675 'a' 40 bufs; 693 print(" bufs ", addr.bufs, "\n");
|
| /plan9/sys/src/cmd/cwfs/doc/ |
| H A D | user.mode.boot | 13 bufs = 500 sm 100 lg 0 res
|
| /plan9/sys/src/cmd/ |
| H A D | tar.c | 43 typedef char *(*Refill)(int ar, char *bufs, int justhdr); 311 refill(int ar, char *bufs, int justhdr) in refill() argument 325 n = eread(arname, ar, bufs, bytes); in refill() 335 endblk = (Hdr *)bufs + nblock; in refill() 344 n = ereadn(arname, ar, bufs, bytes); in refill() 353 memset(bufs + n, 0, bytes - n); in refill() 355 return bufs; in refill()
|