/src/sbin/dkscan_bsdlabel/ |
dkscan_util.c | 48 int disk_fd = -1; /* file descriptor for disk access */ variable in typeref:typename:int 74 if (pread(disk_fd, tbuf, len, blkno * BLOCK_SIZE) < 0) 90 if (ioctl(disk_fd, DIOCAWEDGE, dkw) == -1)
|
dkscan_util.c | 48 int disk_fd = -1; /* file descriptor for disk access */ variable in typeref:typename:int 74 if (pread(disk_fd, tbuf, len, blkno * BLOCK_SIZE) < 0) 90 if (ioctl(disk_fd, DIOCAWEDGE, dkw) == -1)
|
dkscan_util.c | 48 int disk_fd = -1; /* file descriptor for disk access */ variable in typeref:typename:int 74 if (pread(disk_fd, tbuf, len, blkno * BLOCK_SIZE) < 0) 90 if (ioctl(disk_fd, DIOCAWEDGE, dkw) == -1)
|
dkscan_util.c | 48 int disk_fd = -1; /* file descriptor for disk access */ variable in typeref:typename:int 74 if (pread(disk_fd, tbuf, len, blkno * BLOCK_SIZE) < 0) 90 if (ioctl(disk_fd, DIOCAWEDGE, dkw) == -1)
|