Home
last modified time | relevance | path

Searched refs:bnd (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Dsbdgenerr.pl43 my $bnd;
57 if (defined $bnd && $2 != $bnd + 1) {
58 push(@sets, { base => $base, bnd => $bnd });
61 $bnd = $2;
65 push(@sets, { base => $base, bnd => $bnd });
75 my $n = $set->{bnd} - $set->{base} + 1;
87 $set->{base}, $set->{bnd}, $set->{base};
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Dsbdgenerr.pl46 my $bnd;
60 if (defined $bnd && $2 != $bnd + 1) {
61 push(@sets, { base => $base, bnd => $bnd });
64 $bnd = $2;
68 push(@sets, { base => $base, bnd => $bnd });
78 my $n = $set->{bnd} - $set->{base} + 1;
90 $set->{base}, $set->{bnd}, $set->{base};
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/
H A Dsbdgenerr.pl44 my $bnd;
58 if (defined $bnd && $2 != $bnd + 1) {
59 push(@sets, { base => $base, bnd => $bnd });
62 $bnd = $2;
66 push(@sets, { base => $base, bnd => $bnd });
76 my $n = $set->{bnd} - $set->{base} + 1;
88 $set->{base}, $set->{bnd}, $set->{base};
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvcex.h196 #define _Bnd(X, bnd) (((sizeof (X)) + (bnd)) & (~(bnd))) argument
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dtweakfld.awk214 bnd = $nf_bnd
292 $nf_bnd =bnd"-SYNC"
294 $nf_bnd = bnd"-FREE"
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c225 Bnd_desc bnd; in dcmd_Bind() local
239 if (mdb_vread(&bnd, sizeof (Bnd_desc), addr) == -1) { in dcmd_Bind()
248 if ((str = Rtmap_Name((uintptr_t)bnd.b_caller)) == 0) in dcmd_Bind()
250 mdb_printf(MSG_ORIG(MSG_BND_LINE1), bnd.b_caller, str); in dcmd_Bind()
255 if ((str = Rtmap_Name((uintptr_t)bnd.b_depend)) == 0) in dcmd_Bind()
257 mdb_printf(MSG_ORIG(MSG_BND_LINE2), bnd.b_depend, str); in dcmd_Bind()
262 mdb_printf(MSG_ORIG(MSG_BND_LINE3), bnd.b_flags, bnd.b_flags, in dcmd_Bind()