Home
last modified time | relevance | path

Searched refs:DIOCGSECTORSIZE (Results 1 – 25 of 862) sorted by relevance

12345678910>>...35

/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dgetsectsize.c71 #ifdef DIOCGSECTORSIZE in ext2fs_get_device_sectsize()
72 if (ioctl(fd, DIOCGSECTORSIZE, sectsize) >= 0) { in ext2fs_get_device_sectsize()
95 #ifdef DIOCGSECTORSIZE in ext2fs_get_dio_alignment()
97 ioctl(fd, DIOCGSECTORSIZE, &align) < 0) in ext2fs_get_dio_alignment()
138 #ifdef DIOCGSECTORSIZE in ext2fs_get_device_phys_sectsize()
141 if (ioctl(fd, DIOCGSECTORSIZE, sectsize) >= 0) { in ext2fs_get_device_phys_sectsize()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dgetsectsize.c71 #ifdef DIOCGSECTORSIZE in ext2fs_get_device_sectsize()
72 if (ioctl(fd, DIOCGSECTORSIZE, sectsize) >= 0) { in ext2fs_get_device_sectsize()
95 #ifdef DIOCGSECTORSIZE in ext2fs_get_dio_alignment()
97 ioctl(fd, DIOCGSECTORSIZE, &align) < 0) in ext2fs_get_dio_alignment()
138 #ifdef DIOCGSECTORSIZE in ext2fs_get_device_phys_sectsize()
141 if (ioctl(fd, DIOCGSECTORSIZE, sectsize) >= 0) { in ext2fs_get_device_phys_sectsize()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dgetsectsize.c71 #ifdef DIOCGSECTORSIZE in ext2fs_get_device_sectsize()
72 if (ioctl(fd, DIOCGSECTORSIZE, sectsize) >= 0) { in ext2fs_get_device_sectsize()
95 #ifdef DIOCGSECTORSIZE in ext2fs_get_dio_alignment()
97 ioctl(fd, DIOCGSECTORSIZE, &align) < 0) in ext2fs_get_dio_alignment()
138 #ifdef DIOCGSECTORSIZE in ext2fs_get_device_phys_sectsize()
141 if (ioctl(fd, DIOCGSECTORSIZE, sectsize) >= 0) { in ext2fs_get_device_phys_sectsize()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/
H A Dafflib_os.cpp104 #if defined(__FreeBSD__) && defined(DIOCGSECTORSIZE) in af_figure_media()
106 if(ioctl(fd,DIOCGSECTORSIZE,&afb->sector_size)){ in af_figure_media()
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A Dink_file.cc456 #if defined(DIOCGSECTORSIZE) in ink_file_get_geometry()
457 if (ioctl(fd, DIOCGSECTORSIZE, &arg.u32) == 0) { in ink_file_get_geometry()
462 #if !defined(DIOCGMEDIASIZE) || !defined(DIOCGSECTORSIZE) in ink_file_get_geometry()
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Ddevice.c879 #elif defined(DIOCGSECTORSIZE) in ntfs_device_sector_size_get()
884 if (!dev->d_ops->ioctl(dev, DIOCGSECTORSIZE, &sect_size)) { in ntfs_device_sector_size_get()
901 #elif defined(DIOCGSECTORSIZE) in ntfs_device_sector_size_get()
912 if (!dev->d_ops->ioctl(dev, DIOCGSECTORSIZE, &sect_size)) { in ntfs_device_sector_size_get()
H A Dunix_io.c161 if (ioctl(DEV_FD(dev), DIOCGSECTORSIZE, &bs) < 0) { in raw_io_get_size()
/dports/editors/fileobj/fileobj-0.7.91/src/
H A D_freebsd.c52 if (ioctl(fd, DIOCGSECTORSIZE, &b->sector_size) == -1) { in get_blkdev_info()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Ddkio.h119 #define DIOCGSECTORSIZE _IOR('d', 133, u_int) /* sector size in bytes */ macro
/dports/sysutils/gpart/gpart-0.1h/src/
H A Ddisku.c79 if (ioctl(d->d_fd, DIOCGSECTORSIZE, &u) == 0) in disk_geometry()
/dports/sysutils/fusefs-hfsfuse/hfsfuse-0.132/lib/libhfsuser/
H A Dhfsuser.c399 #define DISKBLOCKSIZE DIOCGSECTORSIZE
407 #define DISKBLOCKSIZE DIOCGSECTORSIZE
/dports/sysutils/gdisk/gptfdisk-1.0.8/
H A Ddiskio-unix.cc183 err = ioctl(fd, DIOCGSECTORSIZE, &blockSize); in GetBlockSize()
/dports/devel/libsmdev/libsmdev-20210418/libsmdev/
H A Dlibsmdev_handle.c3944 #elif !defined( BLKSSZGET ) && defined( DIOCGSECTORSIZE ) in libsmdev_handle_get_bytes_per_sector()
4104 #elif defined( DIOCGSECTORSIZE ) in libsmdev_handle_get_bytes_per_sector()
4107 DIOCGSECTORSIZE, in libsmdev_handle_get_bytes_per_sector()
4207 #if defined( BLKSSZGET ) || defined( DKIOCGETBLOCKSIZE ) || defined( DIOCGSECTORSIZE ) || defined( … in libsmdev_handle_get_bytes_per_sector()
/dports/devel/libewf/libewf-20140812/libsmdev/
H A Dlibsmdev_handle.c3944 #elif !defined( BLKSSZGET ) && defined( DIOCGSECTORSIZE ) in libsmdev_handle_get_bytes_per_sector()
4104 #elif defined( DIOCGSECTORSIZE ) in libsmdev_handle_get_bytes_per_sector()
4107 DIOCGSECTORSIZE, in libsmdev_handle_get_bytes_per_sector()
4207 #if defined( BLKSSZGET ) || defined( DKIOCGETBLOCKSIZE ) || defined( DIOCGSECTORSIZE ) || defined( … in libsmdev_handle_get_bytes_per_sector()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsubr_disk.c538 case DIOCGSECTORSIZE: in disk_ioctl()
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dhdaccess.c498 #ifdef DIOCGSECTORSIZE in disk_get_sector_size()
501 if(ioctl(hd_h,DIOCGSECTORSIZE,&arg)==0) in disk_get_sector_size()
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gridscale/gsclient-go/v3/vendor/golang.org/x/sys/unix/
H A Dzerrors_freebsd_arm.go374 DIOCGSECTORSIZE = 0x40046480 const
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/sys/unix/
H A Dzerrors_freebsd_arm.go368 DIOCGSECTORSIZE = 0x40046480 const
/dports/net/inlets/inlets-3.0.2/vendor/golang.org/x/sys/sys-5cba982894dd/unix/
H A Dzerrors_freebsd_arm.go374 DIOCGSECTORSIZE = 0x40046480 const
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/sys/unix/
H A Dzerrors_freebsd_arm.go374 DIOCGSECTORSIZE = 0x40046480 const
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/golang.org/x/sys/unix/
H A Dzerrors_freebsd_arm.go368 DIOCGSECTORSIZE = 0x40046480 const
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/sys/unix/
H A Dzerrors_freebsd_arm.go374 DIOCGSECTORSIZE = 0x40046480 const
/dports/net/nsq/nsq-1.2.1/vendor/golang.org/x/sys/unix/
H A Dzerrors_freebsd_arm.go374 DIOCGSECTORSIZE = 0x40046480 const
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/golang.org/x/sys/unix/
H A Dzerrors_freebsd_arm.go368 DIOCGSECTORSIZE = 0x40046480 const
/dports/net/goreplay/goreplay-1.2.0/vendor/golang.org/x/sys/sys-85ca7c5b95cd/unix/
H A Dzerrors_freebsd_arm.go368 DIOCGSECTORSIZE = 0x40046480 const

12345678910>>...35