Home
last modified time | relevance | path

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

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