Searched refs:_PATH_UFSSUSPEND (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/tools/test/stress2/misc/
H A Dufssuspend.sh47 g_ufs_suspend_handle = open(_PATH_UFSSUSPEND, O_RDWR);
49 printf("unable to open %s", _PATH_UFSSUSPEND);
/freebsd-current/include/
H A Dpaths.h93 #define _PATH_UFSSUSPEND "/dev/ufssuspend" macro
/freebsd-current/contrib/hyperv/tools/
H A Dhv_vss_daemon.c85 g_ufs_suspend_handle = open(_PATH_UFSSUSPEND, O_RDWR);
87 VSS_LOG(LOG_ERR, "unable to open %s", _PATH_UFSSUSPEND);
/freebsd-current/sbin/growfs/
H A Dgrowfs.c1499 fso = open(_PATH_UFSSUSPEND, O_RDWR);
1501 err(3, "unable to open %s", _PATH_UFSSUSPEND);

Completed in 97 milliseconds