Home
last modified time | relevance | path

Searched refs:UFSRESUME (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/tools/test/stress2/misc/
H A Dpcatch.sh105 if ((error = ioctl(fd, UFSRESUME, &s.f_fsid)) != 0)
/freebsd-14.2/sys/ufs/ffs/
H A Dffs_suspend.c323 case UFSRESUME: in ffs_susp_ioctl()
H A Dfs.h914 #define UFSRESUME _IO('U', 2) macro
/freebsd-14.2/sbin/growfs/
H A Dgrowfs.c1592 error = ioctl(fso, UFSRESUME); in main()