Searched refs:DIOCGETDEV (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | dumpadm.h | 40 #define DIOCGETDEV (DDIOC | 0x13) macro
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_dump.c | 84 if (ioctl(fd, DIOCGETDEV, device) != -1) { in inuse_dump()
|
/titanic_44/usr/src/cmd/swap/ |
H A D | swap.c | 535 if (ioctl(fd, DIOCGETDEV, dumpdev) == -1) { in delete() 580 if (ioctl(fd, DIOCGETDEV, dumpdev) == -1) { in add()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | dump.c | 157 case DIOCGETDEV: in dump_ioctl()
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_sysevent.c | 238 err = ioctl(fd, DIOCGETDEV, dumpdev); in sysev_replay()
|
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | dump_rcm.c | 412 if (ioctl(fd, DIOCGETDEV, dc->device) == -1) { in dump_conf_alloc()
|
H A D | swap_rcm.c | 621 if (ioctl(fd, DIOCGETDEV, dumpdev) == -1) { in get_dumpdev()
|
/titanic_44/usr/src/cmd/dumpadm/ |
H A D | dconf.c | 226 if (ioctl(dcp->dc_dump_fd, DIOCGETDEV, dcp->dc_device) == -1) { in dconf_getdev()
|
/titanic_44/usr/src/cmd/savecore/ |
H A D | savecore.c | 1717 if (ioctl(dumpfd, DIOCGETDEV, dumpfile) == -1) { in main()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 1429 { (uint_t)DIOCGETDEV, "DIOCGETDEV",
|