/freebsd/tools/test/stress2/misc/ |
H A D | md8.sh | 85 char data[MAXPHYS + 512] __aligned(PAGE_SIZE); 89 if (read(fd, data + 512, MAXPHYS) != MAXPHYS) 95 if (write(fd, data + 512, MAXPHYS) != MAXPHYS) 101 if (read(fd, data + 512, MAXPHYS) != MAXPHYS)
|
/freebsd/usr.bin/dpv/ |
H A D | dpv_util.h | 33 #ifndef MAXPHYS 34 #define MAXPHYS (128 * 1024) macro 48 #define BUFSIZE_SMALL (MAXPHYS)
|
H A D | dpv.c | 132 bsize = MIN(BUFSIZE_MAX, MAXPHYS * 8); in operate_common() 139 bsize = MIN(BUFSIZE_MAX, MAXPHYS * 8); in operate_common()
|
/freebsd/usr.sbin/bhyve/ |
H A D | ahci.h | 307 #if MAXPHYS < 512 * 1024 308 #undef MAXPHYS 309 #define MAXPHYS 512 * 1024 macro 312 #define AHCI_SG_ENTRIES (roundup(btoc(MAXPHYS) + 1, 8))
|
H A D | block_if.c | 258 len = MIN(br->br_resid, MAXPHYS); in blockif_proc() 299 len = MIN(br->br_resid, MAXPHYS); in blockif_proc() 381 buf = malloc(MAXPHYS); in blockif_thr()
|
/freebsd/sys/kern/ |
H A D | subr_param.c | 331 maxphys = MAXPHYS; in init_param2() 334 maxphys = MAXPHYS; in init_param2() 337 maxphys = MAXPHYS; in init_param2() 342 maxphys = MAXPHYS; in init_param2()
|
/freebsd/tools/build/cross-build/include/common/sys/ |
H A D | param.h | 49 #ifndef MAXPHYS 50 #define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ macro
|
/freebsd/sbin/hastd/ |
H A D | secondary.c | 196 hio->hio_data = malloc(MAXPHYS); in init_environment() 200 (size_t)MAXPHYS); in init_environment() 597 if (hio->hio_cmd != HIO_DELETE && hio->hio_length > MAXPHYS) { in requnpack() 599 (uintmax_t)hio->hio_length, (uintmax_t)MAXPHYS); in requnpack() 705 hio->hio_data, MAXPHYS) == -1) { in recv_thread()
|
H A D | primary.c | 490 hio->hio_ggio.gctl_data = malloc(MAXPHYS); in init_environment() 494 MAXPHYS); in init_environment() 496 hio->hio_ggio.gctl_length = MAXPHYS; in init_environment() 1236 ggio->gctl_length = MAXPHYS; in ggate_recv_thread()
|
/freebsd/contrib/netbsd-tests/fs/ffs/ |
H A D | t_mount.c | 67 "ffs.img > /dev/null", MAXPHYS * 2); in ATF_TC_BODY()
|
/freebsd/bin/cat/ |
H A D | cat.c | 93 #define BUFSIZE_SMALL (MAXPHYS) 412 bsize = MIN(BUFSIZE_MAX, MAXPHYS * 8); in raw_cat()
|
/freebsd/usr.bin/mkuzip/ |
H A D | mkuzip.c | 250 if (cfs.cbound_blksz > MAXPHYS) in main() 252 cfs.cbound_blksz, (size_t)MAXPHYS); in main()
|
/freebsd/stand/libofw/ |
H A D | ofw_net.c | 242 OF_call_method("dma-free", netinstance, 2, 0, dmabuf, MAXPHYS); in ofwn_end()
|
/freebsd/lib/geom/raid3/ |
H A D | geom_raid3.c | 216 if (md.md_sectorsize > MAXPHYS) { in raid3_label()
|
/freebsd/sbin/ggate/shared/ |
H A D | ggate.c | 233 #define MAX_SEND_SIZE MAXPHYS
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 77 #define BUFSIZE_SMALL (MAXPHYS) 1110 bufsize = MIN(BUFSIZE_MAX, MAXPHYS * 8); in compare() 1223 bufsize = MIN(BUFSIZE_MAX, MAXPHYS * 8); in copy()
|
/freebsd/bin/mv/ |
H A D | mv.c | 261 static size_t blen = MAXPHYS; in fastcopy()
|
/freebsd/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 863 warn("sysctl: KERN_MAXPHYS, using %zu", (size_t)MAXPHYS); in getchunksize() 868 chunksize = MAXPHYS; in getchunksize()
|
/freebsd/lib/libproc/ |
H A D | proc_sym.c | 70 char buf[MAXPHYS]; in crc32_file()
|
/freebsd/share/examples/scsi_target/ |
H A D | scsi_target.c | 57 #define MAX_XFER MAXPHYS
|
/freebsd/usr.sbin/makefs/ |
H A D | ffs.c | 361 MAX(1, MIN(MAXPHYS, FFS_MAXBSIZE) / ffs_opts->bsize); in ffs_validate()
|
H A D | ffs.c | 361 MAX(1, MIN(MAXPHYS, FFS_MAXBSIZE) / ffs_opts->bsize); in ffs_validate()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_subr.c | 51 #define maxphys MAXPHYS
|
/freebsd/sbin/newfs/ |
H A D | mkfs.c | 246 maxcontig = MAX(1, MAXPHYS / bsize); in mkfs()
|
/freebsd/sys/conf/ |
H A D | options | 614 MAXPHYS opt_maxphys.h
|