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

  /src/sys/nfs/
nfs_vfsops.c 254 u_int32_t *tl, pref, xmax; local in function:nfs_fsinfo
273 xmax = fxdr_unsigned(u_int32_t, fsp->fs_wtmax);
274 if (xmax < nmp->nm_wsize && xmax > 0) {
275 nmp->nm_wsize = xmax & ~(NFS_FABLKSIZE - 1);
277 nmp->nm_wsize = xmax;
284 xmax = fxdr_unsigned(u_int32_t, fsp->fs_rtmax);
285 if (xmax < nmp->nm_rsize && xmax > 0) {
286 nmp->nm_rsize = xmax & ~(NFS_FABLKSIZE - 1)
    [all...]
  /src/games/larn/
display.c 247 draws(int xmin, int xmax, int ymin, int ymax)
250 if (xmin == 0 && xmax == MAXX) { /* clear section of screen as
260 d_xmax = xmax;
264 if (xmin <= 0 && xmax == MAXX) { /* draw stuff on right side
  /src/sys/coda/
coda_namecache.c 628 int i, xmax = 0, sum = 0, temp, zeros = 0, ave, n; local in function:coda_nc_gather_stats
637 if (coda_nc_hash[i].length > xmax)
638 xmax = coda_nc_hash[i].length;
647 coda_nc_stat.Max_bucket_len = xmax;
  /src/sys/kern/
kern_uidinfo.c 281 chgsbsize(struct uidinfo *uip, u_long *hiwat, u_long to, rlim_t xmax)
287 if (diff > 0 && nsb > xmax) {
init_sysctl.c 1035 int error, xmax; local in function:sysctl_kern_maxptys
1039 xmax = pty_maxptys(0, 0);
1042 node.sysctl_data = &xmax;
1047 if (xmax != pty_maxptys(xmax, 1))
  /src/sys/ufs/lfs/
lfs_alloc.c 125 daddr_t i, blkno, xmax; local in function:lfs_extend_ifile
166 xmax = i + lfs_sb_getifpb(fs);
177 DLOG((DLOG_ALLOC, "oldhead=%jd, i=%jd, xmax=%jd, oldtail=%jd\n",
178 (intmax_t)oldhead, (intmax_t)i, (intmax_t)xmax,
181 tail = xmax - 1;
196 for (ifp64 = (IFILE64 *)bp->b_data; i < xmax; ++ifp64) {
205 for (ifp32 = (IFILE32 *)bp->b_data; i < xmax; ++ifp32) {
214 for (ifp_v1 = (IFILE_V1 *)bp->b_data; i < xmax; ++ifp_v1) {
224 (intmax_t)xmax - lfs_sb_getifpb(fs), (intmax_t)tail));
  /src/sys/dev/isa/
ym.c 1162 int i, xmax; local in function:ym_resume
1174 xmax = YM_IS_SA3(sc)? YM_SAVE_REG_MAX_SA3 : YM_SAVE_REG_MAX_SA2;
1175 for (i = SA3_PWR_MNG + 1; i <= xmax; i++) {
1230 int i, xmax; local in function:ym_chip_powerdown
1235 xmax = YM_IS_SA3(sc) ? YM_SAVE_REG_MAX_SA3 : YM_SAVE_REG_MAX_SA2;
1238 for (i = SA3_PWR_MNG + 1; i <= xmax; i++) {
  /src/lib/libm/ld80/
b_tgammal.c 373 * xmax comes from lgamma(xmax) - emax * log(2) = 0.
374 * static const float xmax = 35.040095f
375 * static const double xmax = 171.624376956302725;
381 static const double xmax = 1755.54834290446291689; variable in typeref:typename:const double
392 if (x > xmax)
  /src/sys/dev/
ld.c 180 ldadjqparam(struct ld_softc *sc, int xmax)
184 sc->sc_maxqueuecnt = xmax;
  /src/sys/dev/pci/bktr/
bktr_card.c 395 int xmax; local in function:readEEProm
403 xmax = (int)(bktr->card.eepromSize * EEPROMBLOCKSIZE);
404 if ((offset + count) > xmax)
  /src/sys/arch/sparc/sparc/
promlib.c 1095 prom_makememarr(struct memarr *ap, int xmax, int which)
1135 if (n >= xmax) {
1174 n = xmax;
  /src/sys/arch/luna68k/stand/boot/
bmd.c 636 int xmin, int xmax, int ymin, int ymax)
  /src/sys/dev/scsipi/
sd.c 887 long xmax; local in function:sdminphys
903 xmax = dksc->sc_dkdev.dk_geom.dg_secsize * 0xff;
905 if (bp->b_bcount > xmax)
906 bp->b_bcount = xmax;
cd.c 1025 long xmax; local in function:cdminphys
1039 xmax = dksc->sc_dkdev.dk_geom.dg_secsize * 0xff;
1041 if (bp->b_bcount > xmax)
1042 bp->b_bcount = xmax;
  /src/sys/dev/raidframe/
rf_netbsdkintf.c 3730 size_t xmin, size_t xmax)
3737 pool_sethiwat(p, xmax);

Completed in 56 milliseconds