/src/usr.bin/xlint/lint2/ |
msg.c | 110 } buffers[2]; local in function:mkpos 113 struct buffer *buf = buffers + buf_index;
|
/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_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
|
/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);
|
/src/lib/libform/ |
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
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
nouveau_drm.h | 108 __u64 buffers; member in struct:drm_nouveau_gem_pushbuf
|