Searched refs:thaw (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A D60_wpa_supplicant14 resume|thaw)
/freebsd-current/tools/test/stress2/misc/
H A Dufssuspend.sh85 * closing the opened handle will thaw the FS.
88 thaw(void)
96 printf("Successfully thaw the fs\n");
99 printf("Fail to thaw the fs: "
117 error = thaw();
118 printf("thaw: err=%d\n", error);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpm.h66 .thaw = _resumefunc, \
76 .thaw = _resumefunc, \
H A Ddevice.h79 int (*thaw)(struct device *dev); member in struct:dev_pm_ops
/freebsd-current/libexec/rc/rc.d/
H A Ddevmatch77 devctl thaw
/freebsd-current/usr.sbin/devctl/
H A Ddevctl.c83 " devctl thaw\n"
372 fprintf(stderr, "usage: devctl thaw\n");
377 thaw(int ac, char **av __unused) function
383 err(1, "Failed to thaw probe/attach");
386 DEVCTL_COMMAND(top, thaw, thaw);
/freebsd-current/contrib/hyperv/tools/
H A Dhv_vss_daemon.c121 * close the opened handle will thaw the FS.
124 thaw(void) function
131 VSS_LOG(LOG_INFO, "Successfully thaw the fs\n");
134 VSS_LOG(LOG_ERR, "Fail to thaw the fs: "
147 fprintf(stderr, "%s: daemon for UFS file system freeze/thaw\n"
254 error = thaw();

Completed in 85 milliseconds