Searched refs:dc_dump_fd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c117 dcp->dc_dump_fd = -1;
130 if ((dcp->dc_dump_fd = open(dpath, O_RDWR)) == -1) {
221 if ((dcp->dc_cflags = ioctl(dcp->dc_dump_fd, DIOCGETCONF, 0)) == -1) {
226 if (ioctl(dcp->dc_dump_fd, DIOCGETDEV, dcp->dc_device) == -1) {
241 (void) close(dcp->dc_dump_fd);
343 if (ioctl(dcp->dc_dump_fd, cmd, dcp->dc_device) == 0)
393 if ((oconf = ioctl(dcp->dc_dump_fd, DIOCGETCONF, 0)) == -1) {
401 if (ioctl(dcp->dc_dump_fd, DIOCSETCONF, dcp->dc_cflags) == -1) {
427 if (ioctl(dcp->dc_dump_fd, DIOCSETDEV,
444 if (ioctl(dcp->dc_dump_fd, DIOCRMDE
[all...]
H A Ddconf.h46 int dc_dump_fd; /* File descriptor for dump device */ member in struct:dumpconf

Completed in 44 milliseconds