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

1 2 3

  /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);
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
  /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);
  /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
  /src/distrib/utils/more/
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
  /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
v23.h 69 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v23
v25.h 65 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v25
v26.h 65 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v26
v28.h 65 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v28
v29.h 65 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v29
v30.h 73 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v30
v34.h 63 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v34
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
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
  /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;
  /src/sys/net/npf/
npfkern.h 48 void (*flush)(npf_t *, void *); member in struct:__anona1ed184e0108
  /src/sbin/fsck_ext2fs/
utilities.c 215 flush(fswritefd, bp);
223 flush(int fd, struct bufarea *bp) function in typeref:typename:void
267 flush(fswritefd, &sblk);
272 flush(fswritefd, &sblk);
275 flush(fswritefd, &asblk);
279 flush(fswritefd, bp);
298 flush(fswritefd, &sblk);
  /src/usr.sbin/autofs/
automount.c 200 log_err(1, "cannot flush %s", fspath);
270 bool do_unmount = false, force_unmount = false, flush = false; local in function:main_automount
287 flush = true;
315 if (flush) {
  /src/usr.sbin/memswitch/
memswitch.c 128 flush();
330 properties[i].flush(&properties[i]);
363 flush(void) function in typeref:typename:void
373 properties[i].flush(&properties[i]);
memswitch.h 72 flush_t flush; member in struct:property
88 void flush(void);
  /src/common/dist/zlib/contrib/iostream2/
zstream.h 214 * error number (see function gzerror below). flush() returns Z_OK if
216 * flush() should be called only when strictly necessary because it can
219 int flush(int _flush) { function in class:ozstream

Completed in 74 milliseconds

1 2 3