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

  /src/include/
search.h 30 size_t filled; member in struct:hsearch_data
  /src/sys/dev/splash/
splash.c 251 int filled; local in function:splash_render8
256 filled = 0;
258 filled = 1;
268 if (filled == 0) {
277 filled = 1;
325 int filled; local in function:splash_render16
330 filled = 0;
332 filled = 1;
342 if (filled == 0) {
349 filled = 1
390 int filled; local in function:splash_render32
    [all...]
  /src/usr.bin/rpcgen/
rpc_svcout.c 345 int filled; local in function:write_program
378 filled = 0;
386 filled = 1;
394 filled = 1;
401 if (!filled) {
  /src/sys/kern/
subr_blist.c 279 * actually filled that were free before the call.
285 blist_blkno_t filled; local in function:blist_fill
289 filled = blst_leaf_fill(bl->bl_root, blkno, count);
291 filled = blst_meta_fill(bl->bl_root, blkno, count,
293 bl->bl_free -= filled;
294 return filled;
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
kvmgt.c 1012 size_t filled; local in function:intel_vgpu_read
1027 filled = 8;
1039 filled = 4;
1051 filled = 2;
1063 filled = 1;
1066 count -= filled;
1067 done += filled;
1068 *ppos += filled;
1069 buf += filled;
1086 size_t filled; local in function:intel_vgpu_write
    [all...]
  /src/sys/dev/pci/
if_iavf.c 3839 int filled; local in function:iavf_arq_fill
3857 /* already filled */
3884 filled = 1;
3889 if (filled) {
3896 return filled;

Completed in 18 milliseconds