HomeSort by: relevance | last modified time | path
    Searched refs:DIOCGSECTORSIZE (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/sys/
dkio.h 130 #define DIOCGSECTORSIZE _IOR('d', 133, u_int) /* sector size in bytes */
  /src/sbin/fsck_msdos/
boot.c 56 err = ioctl(dosfs, DIOCGSECTORSIZE, &secsize);
  /src/sbin/dkctl/
dkctl.c 647 if (ioctl(fd, DIOCGSECTORSIZE, &secsize) == -1)
  /src/sys/kern/
subr_disk.c 552 case DIOCGSECTORSIZE:
  /src/sys/dev/dm/
device-mapper.c 549 case DIOCGSECTORSIZE:
556 aprint_debug("DIOCGSECTORSIZE ioctl called\n");
  /src/sbin/gpt/
gpt.c 517 #ifdef DIOCGSECTORSIZE
518 if (ioctl(gpt->fd, DIOCGSECTORSIZE, &gpt->secsz) == -1) {
  /src/sys/dev/
vnd.c 1429 error = bdev_ioctl(vattr.va_fsid, DIOCGSECTORSIZE, &vnd->sc_iosize, FKIOCTL, l);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1920 unsigned IOCTL_DIOCGSECTORSIZE = DIOCGSECTORSIZE;
sanitizer_interceptors_ioctl_netbsd.inc 990 _(DIOCGSECTORSIZE, WRITE, sizeof(unsigned int));

Completed in 24 milliseconds