Home
last modified time | relevance | path

Searched refs:vps (Results 1 – 11 of 11) sorted by relevance

/openbsd/regress/usr.bin/dc/
H A Dt22.in1 0.1vps.
5 0vps.
6 1vps.
7 2vps.
8 3vps.
9 4vps.
10 5vps.
11 6vps.
12 7vps.
13 8vps.
[all …]
H A Dt19.in427 l�vps.
/openbsd/gnu/usr.bin/perl/cpan/Config-Perl-V/
H A DV.pm214 my $vps = $conf->{'config'}{'version_patchlevel_string'};
215 $vps =~ s{\b revision \s+ (\S+) }{}x and
218 $vps =~ s{\b version \s+ (\S+) }{}x and
220 $vps =~ s{\b subversion \s+ (\S+) }{}x and
222 $vps =~ s{\b patch \s+ (\S+) }{}x and
/openbsd/sys/arch/amd64/amd64/
H A Dmachdep.c1678 vps = &vm_physmem[x]; in init_x86_64()
1686 if ((vps->avail_end - vps->avail_start) < atop(sz)) in init_x86_64()
1687 sz = ptoa(vps->avail_end - vps->avail_start); in init_x86_64()
1689 vps->avail_end -= atop(sz); in init_x86_64()
1690 vps->end -= atop(sz); in init_x86_64()
1694 if (vps->start == vps->end) { in init_x86_64()
1721 vps = &vm_physmem[x]; in init_x86_64()
1732 if ((vps->avail_end - vps->avail_start) < atop(sz)) in init_x86_64()
1733 sz = ptoa(vps->avail_end - vps->avail_start); in init_x86_64()
1736 vps->end -= atop(sz); in init_x86_64()
[all …]
/openbsd/sys/arch/loongson/loongson/
H A Dmachdep.c792 struct vm_physseg *vps = &vm_physmem[i]; in mips_init() local
796 if (vps->avail_start != vps->start || in mips_init()
797 vps->avail_start >= vps->avail_end) { in mips_init()
801 if ((vps->avail_end - vps->avail_start) < npg) in mips_init()
804 msgbufbase = (caddr_t)PHYS_TO_XKPHYS(ptoa(vps->avail_start), in mips_init()
806 vps->avail_start += npg; in mips_init()
807 vps->start += npg; in mips_init()
809 if (vps->avail_start == vps->end) { in mips_init()
/openbsd/sys/arch/alpha/alpha/
H A Dmachdep.c210 struct vm_physseg *vps; local
593 vps = &vm_physmem[vm_nphysseg - 1];
596 if ((vps->avail_end - vps->avail_start) < atop(sz))
597 sz = ptoa(vps->avail_end - vps->avail_start);
599 vps->end -= atop(sz);
600 vps->avail_end -= atop(sz);
601 initmsgbuf((caddr_t) ALPHA_PHYS_TO_K0SEG(ptoa(vps->end)), sz);
604 if (vps->start == vps->end)
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D980.chain21 vps+e6Zgbe1FRh+r2oQ/MrDrtco0U50RjSCAxy6wCg/WdtzKqDc9mlgGKv7p8Mmr
/openbsd/gnu/usr.bin/perl/Porting/
H A DcheckURL.pl455 http://lxr.mozilla.org/seamonkey/source/intl/uconv/ucvlatin/vps.ut
456 http://lxr.mozilla.org/seamonkey/source/intl/uconv/ucvlatin/vps.uf
/openbsd/regress/usr.bin/bc/
H A Dt17.out427 l�vps.
/openbsd/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DSupported.pod402 L<http://lxr.mozilla.org/seamonkey/source/intl/uconv/ucvlatin/vps.uf>
404 L<http://lxr.mozilla.org/seamonkey/source/intl/uconv/ucvlatin/vps.ut>
/openbsd/sys/dev/pci/
H A Dif_ocereg.h2471 struct oce_vport_stats vps; member