HomeSort by: relevance | last modified time | path
    Searched refs:buffers (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/libform/
field.c 53 0, /* number of buffers associated with this field */
82 NULL, /* array of buffers for the field */
135 if (fp->buffers[i].length > fp->cols)
136 fp->buffers[i].string[fp->cols] = '\0';
170 if (fp->buffers[i].length > fp->cols)
171 fp->buffers[i].string[fp->cols] = '\0';
335 strlcpy(field->alines->string, field->buffers[buffer].string,
389 if (field->buffers[buffer].allocated != 0)
390 free(field->buffers[buffer].string);
392 len = vasprintf(&field->buffers[buffer].string, fmt, args)
    [all...]
form.h 207 int nbuf; /* number of buffers associated with this field */
238 FORM_STR *buffers; /* array of buffers for the field */ member in struct:_form_field
internals.c 3008 if (cur->buffers[0].string == NULL) {
3015 count = _formi_skip_blanks(cur->buffers[0].string, 0);
3020 if (cur->buffers[0].string[count] == '\0') {
3573 if (field->buffers[0].string != NULL)
3574 free(field->buffers[0].string);
3575 field->buffers[0].allocated = length;
3576 field->buffers[0].length = length - 1;
3577 field->buffers[0].string = nstr;
  /src/usr.bin/xlint/lint2/
msg.c 110 } buffers[2]; local in function:mkpos
113 struct buffer *buf = buffers + buf_index;
  /src/sys/arch/acorn32/doc/
bootoptions 57 nbuf= Specify the number of buffers
61 nbuf= Specify the number of buffers to use.
  /src/usr.bin/systat/
bufcache.c 145 " %*d metadata buffers using %*"PRIu64" kBytes of "
254 struct buf_sysctl *bp, *buffers; local in function:fetchbufcache
268 /* Get metadata buffers */
270 buffers = NULL;
279 error("can't get buffers size: %s\n", strerror(errno));
286 buffers = malloc(size);
287 if (buffers == NULL) {
288 error("can't allocate buffers: %s\n", strerror(errno));
291 if (sysctl(mib, 6, buffers, &size, NULL, 0) < 0) {
292 free(buffers);
    [all...]
  /src/sys/dev/raidframe/
rf_paritylogging.c 290 /* build pool of region buffers */
308 raidPtr->regionBufferPool.buffers = RF_Malloc(
310 sizeof(*raidPtr->regionBufferPool.buffers));
311 if (raidPtr->regionBufferPool.buffers == NULL) {
318 raidPtr->regionBufferPool.buffers[i] =
320 if (raidPtr->regionBufferPool.buffers[i] == NULL) {
322 RF_Free(raidPtr->regionBufferPool.buffers[i],
326 RF_Free(raidPtr->regionBufferPool.buffers,
331 printf("raidPtr->regionBufferPool.buffers[%d] = %lx\n", i,
332 (long) raidPtr->regionBufferPool.buffers[i])
    [all...]
rf_paritylog.h 99 int totalBuffers; /* size of array 'buffers' */
100 int availableBuffers; /* num available 'buffers' */
103 void **buffers; /* array buffers used to hold parity */ member in struct:RF_RegionBufferQueue_s
rf_paritylogDiskMgr.c 72 bufPtr = pool->buffers[pool->availBuffersIndex];
96 pool->buffers[pool->emptyBuffersIndex] = bufPtr;
378 * 1. acquire region and parity buffers
623 * buffers Second, reintegrate all regions which are
630 * appends, buffers are not released to the world
631 * until those appends blocked on buffers are removed
638 /* empty flushQueue, using free'd log buffers to
  /src/sys/arch/mac68k/dev/
if_mcvar.h 51 #error Must have at least two buffers for DMA!
  /src/sys/arch/macppc/dev/
if_mcvar.h 51 #error Must have at least two buffers for DMA!
  /src/usr.bin/make/unit-tests/
cmdline-redirect-stdin.mk 22 # probably buffers its input. Most shells use unbuffered stdin, and this
  /src/common/dist/zlib/contrib/pascal/
example.pas 181 * Test deflate with small buffers
204 c_stream.avail_out := 1; { force small buffers }
210 (* Finish the stream, still forcing small buffers: *)
226 * Test inflate with small buffers
250 d_stream.avail_out := 1; (* force small buffers *)
269 * Test deflate with large buffers and dynamic change of compression level
321 * Test inflate with large buffers
564 WriteLn('** Testing deflate with small buffers');
568 WriteLn('** Testing inflate with small buffers');
573 WriteLn('** Testing deflate with large buffers');
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/xilfpga/
nexys4ddr.dts 62 xlnx,include-global-buffers = <0x1>;
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
nouveau_drm.h 108 __u64 buffers; member in struct:drm_nouveau_gem_pushbuf
  /src/common/dist/zlib/contrib/ada/
test.adb 211 -- Number of same buffers in the packet.
364 -- Flushing internal buffers to the back stream.
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_svm.c 894 static const struct nvif_mclass buffers[] = { local in function:nouveau_svm_init
916 ret = nvif_mclass(&drm->client.device.object, buffers);
923 ret = nouveau_svm_fault_buffer_ctor(svm, buffers[ret].oclass, 0);
nouveau_gem.c 752 bo = u_memcpya(req->buffers, req->nr_buffers, sizeof(*bo));
758 /* Ensure all push buffers are on validate list */
885 u64_to_user_ptr(req->buffers);
  /src/sys/arch/ia64/stand/common/
help.common 279 Set the number of sendfile buffers to be allocated. This
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 779 ; ######## buffers

Completed in 22 milliseconds