Home
last modified time | relevance | path

Searched refs:iomax (Results 1 – 8 of 8) sorted by relevance

/dports/databases/pointcloud/pointcloud-1.2.1/tools/
H A Dbenchmark.pl78 my $iomax = $max;
101 $iomax = $time if $time > $iomax;
113 $p = ($iomax/$max)*100;
115 $iomax, ($max-$iomax), $max, $p, (100-$p));
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/client/
H A Dcifsdd.c393 static void set_max_xmit(uint64_t iomax) in set_max_xmit() argument
397 snprintf(buf, sizeof(buf), "%llu", (unsigned long long)iomax); in set_max_xmit()
404 uint64_t iomax; /* Size of the IO buffer. */ in copy_files() local
421 iomax = 2 * MAX(ibs, obs); in copy_files()
422 if ((iobuf = malloc(iomax)) == NULL) { in copy_files()
425 PROGNAME, (unsigned long long)iomax); in copy_files()
432 (unsigned long long)iomax, lp_max_xmit())); in copy_files()
/dports/net/samba412/samba-4.12.15/source4/client/
H A Dcifsdd.c454 uint64_t iomax; /* Size of the IO buffer. */ in copy_files() local
477 iomax = 2 * MAX(ibs, obs); in copy_files()
478 if ((iobuf = malloc_array_p(uint8_t, iomax)) == NULL) { in copy_files()
481 PROGNAME, (unsigned long long)iomax); in copy_files()
488 (unsigned long long)iomax, options.max_xmit)); in copy_files()
/dports/net/dante/dante-1.4.3/
H A Dsharedopt.m435 AC_ARG_WITH(iomax, optwith
36 [ --with-iomax=NUMBER change number of clients per io process],
38 FEAT="$FEAT${FEAT:+ }iomax-$withval"
H A Ddanteopt.m426 KNOWN_KEYWORDS="$LTINTERNAL|socks_conf|sockd_conf|pidfile|iomax|negmax|bufsize|libc|upnp|pam|bsdaut…
H A DINSTALL291 `--with-iomax=NUMBER'
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pcmcia/
H A Dpcmcia.c689 bus_addr_t iomax = pcihp->addr + pcihp->size - 1; in pcmcia_io_map() local
692 (long)iomax)); in pcmcia_io_map()
695 pf->pf_mfc_iomax = iomax; in pcmcia_io_map()
699 if (iomax > pf->pf_mfc_iomax) in pcmcia_io_map()
700 pf->pf_mfc_iomax = iomax; in pcmcia_io_map()
/dports/multimedia/minisatip/minisatip-1.1.52/src/
H A Dddci.c864 int iop = 0, iomax = ad->rlen / 188 + 100; in ddci_process_ts() local
866 struct iovec io[iomax]; in ddci_process_ts()