HomeSort by: relevance | last modified time | path
    Searched defs:flush (Results 1 - 25 of 110) sorted by relevancy

1 2 3 4 5

  /src/common/dist/zlib/examples/
zpipe.c 38 int ret, flush; local in function:def
59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
67 ret = deflate(&strm, flush); /* no bad return value */
78 } while (flush != Z_FINISH);
zpipe.c 38 int ret, flush; local in function:def
59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
67 ret = deflate(&strm, flush); /* no bad return value */
78 } while (flush != Z_FINISH);
fitblk.c 75 int ret, flush; local in function:partcompress
78 flush = Z_NO_FLUSH;
85 flush = Z_FINISH;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
98 int ret, flush; local in function:recompress
101 flush = Z_NO_FLUSH;
116 flush = Z_FINISH;
117 ret = deflate(def, flush);
fitblk.c 75 int ret, flush; local in function:partcompress
78 flush = Z_NO_FLUSH;
85 flush = Z_FINISH;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
98 int ret, flush; local in function:recompress
101 flush = Z_NO_FLUSH;
116 flush = Z_FINISH;
117 ret = deflate(def, flush);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bar/
priv.h 24 void (*flush)(struct nvkm_bar *); member in struct:nvkm_bar_func
priv.h 24 void (*flush)(struct nvkm_bar *); member in struct:nvkm_bar_func
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_rammcp77.c 44 u32 flush = ((ram->base.size - (ram->poller_base + 0x40)) >> 5) - 1; local in function:mcp77_ram_init
53 nvkm_wr32(device, 0x100c24, flush);
nouveau_nvkm_subdev_fb_rammcp77.c 44 u32 flush = ((ram->base.size - (ram->poller_base + 0x40)) >> 5) - 1; local in function:mcp77_ram_init
53 nvkm_wr32(device, 0x100c24, flush);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/
priv.h 27 void (*flush)(struct nvkm_ltc *); member in struct:nvkm_ltc_func
priv.h 27 void (*flush)(struct nvkm_ltc *); member in struct:nvkm_ltc_func
  /src/distrib/utils/more/
output.c 134 * Flush buffered output.
137 flush() function in typeref:typename:void
167 flush();
243 flush();
258 flush();
output.c 134 * Flush buffered output.
137 flush() function in typeref:typename:void
167 flush();
243 flush();
258 flush();
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
gen6_ppgtt.h 16 struct mutex flush; member in struct:gen6_ppgtt
gen6_ppgtt.h 16 struct mutex flush; member in struct:gen6_ppgtt
  /src/lib/librefuse/refuse/
v21.h 65 int (*flush) (const char *); member in struct:fuse_operations_v21
v22.h 69 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v22
v21.h 65 int (*flush) (const char *); member in struct:fuse_operations_v21
v22.h 69 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v22
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.h 62 u32 flush; member in struct:intel_guc_log::__anon87a525670208
intel_guc_log.h 62 u32 flush; member in struct:intel_guc_log::__anon87a525670208
  /src/usr.bin/tip/aculib/
biz31.c 51 static void flush(const char *);
90 flush(" NO CONNECTION\r\n\07\r\n");
92 flush("CONNECTION\r\n\07");
187 flush(const char *s) function in typeref:typename:void
biz31.c 51 static void flush(const char *);
90 flush(" NO CONNECTION\r\n\07\r\n");
92 flush("CONNECTION\r\n\07");
187 flush(const char *s) function in typeref:typename:void
  /src/usr.sbin/npf/npfd/
npfd.c 52 static volatile sig_atomic_t hup, stats, done, flush; variable in typeref:typename:volatile sig_atomic_t
92 if (flush) {
93 flush = false;
136 flush = true;
npfd.c 52 static volatile sig_atomic_t hup, stats, done, flush; variable in typeref:typename:volatile sig_atomic_t
92 if (flush) {
93 flush = false;
136 flush = true;
  /src/sys/net/npf/
npfkern.h 48 void (*flush)(npf_t *, void *); member in struct:__anona1ed184e0108

Completed in 74 milliseconds

1 2 3 4 5