Searched refs:freeze (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/src/
H A Dstrstream.cc124 strstreambuf::freeze(bool frozenflag) function in class:strstreambuf
133 freeze(true);
381 ostrstream::freeze(bool freezeflag) function in class:ostrstream
382 { _M_buf.freeze(freezeflag); }
408 strstream::freeze(bool freezeflag) function in class:strstream
409 { _M_buf.freeze(freezeflag); }
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_vss_daemon.c66 continue; /* skip to freeze '/dev' */
68 continue; /* skip to freeze RDONLY partition */
78 freeze(void) function
101 continue; /* skip to freeze '/dev' */
103 continue; /* skip to freeze RDONLY partition */
147 fprintf(stderr, "%s: daemon for UFS file system freeze/thaw\n"
251 error = freeze();
/freebsd-11-stable/crypto/openssh/
H A Dsmult_curve25519_ref.c50 static void freeze(unsigned int a[32]) function
262 freeze(work + 64);
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp.c172 uint16_t freeze; member in struct:sbp_dev
714 sdev->freeze++;
746 sdev->freeze++;
1002 xpt_release_devq(sdev->path, sdev->freeze, TRUE);
1003 sdev->freeze = 1;
1042 xpt_release_devq(sdev->path, sdev->freeze, TRUE);
1043 sdev->freeze = 1;
1109 xpt_release_devq(sdev->path, sdev->freeze, TRUE);
1110 sdev->freeze = 0;
1741 sdev->freeze
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp127 strstreambuf::freeze(bool __freezefl) function in class:strstreambuf
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h68 int (*freeze)(struct device *dev); member in struct:dev_pm_ops
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c2962 * the freeze count so that a single timeout
2984 * Decrement the freeze count so that a single
3340 * The client wants to freeze the queue
4343 uint32_t freeze; local
4350 freeze = (dev->ccbq.queue.qfrozen_cnt += count);
4354 return (freeze);
4362 uint32_t freeze; local
4367 freeze = xpt_freeze_devq_device(dev, count);
4369 return (freeze);
4376 uint32_t freeze; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h274 svn_error_t *(*freeze)(svn_fs_t *fs,
270 svn_error_t *(*freeze)(svn_fs_t *fs, member in struct:fs_vtable_t
H A Dfs-loader.c768 SVN_ERR(fs->vtable->freeze(fs, freeze_func, freeze_baton, pool));
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.c1051 .freeze = i915_pm_freeze,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp898 INSTKEYWORD(freeze, Freeze);

Completed in 180 milliseconds