Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c119 dcp->dc_dump_fd = -1; in dconf_init()
132 if ((dcp->dc_dump_fd = open(dpath, O_RDWR)) == -1) { in dconf_open()
243 (void) close(dcp->dc_dump_fd); in dconf_close()
345 if (ioctl(dcp->dc_dump_fd, cmd, dcp->dc_device) == 0) in dconf_dev_ioctl()
395 if ((oconf = ioctl(dcp->dc_dump_fd, DIOCGETCONF, 0)) == -1) { in dconf_update()
429 if (ioctl(dcp->dc_dump_fd, DIOCSETDEV, in dconf_update()
446 if (ioctl(dcp->dc_dump_fd, DIOCRMDEV, NULL) == -1) { in dconf_update()
472 if (ioctl(dcp->dc_dump_fd, DIOCGETDUMPSIZE, &d) == -1) { in dconf_update()
503 (void) ioctl(dcp->dc_dump_fd, DIOCSETCONF, oconf); in dconf_update()
517 err = ioctl(dcp->dc_dump_fd, DIOCSETUUID, uuidstr); in dconf_write_uuid()
[all …]
H A Ddconf.h46 int dc_dump_fd; /* File descriptor for dump device */ member