Home
last modified time | relevance | path

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

/dragonfly/sbin/hammer/
H A Dcmd_history.c104 if (ioctl(fd, HAMMERIOC_GETHISTORY, &hist) < 0) { in hammer_do_history()
138 if (ioctl(fd, HAMMERIOC_GETHISTORY, &hist) < 0) { in hammer_do_history()
/dragonfly/usr.bin/undo/
H A Dundo.c581 if (ioctl(fd, HAMMERIOC_GETHISTORY, &hist) < 0) { in __collect_history()
602 if (ioctl(fd, HAMMERIOC_GETHISTORY, &hist) < 0) { in __collect_history()
/dragonfly/sys/vfs/hammer/
H A Dhammer_ioctl.h468 #define HAMMERIOC_GETHISTORY _IOWR('h',2,struct hammer_ioc_history) macro
H A Dhammer_ioctl.c86 case HAMMERIOC_GETHISTORY: in hammer_ioctl()