Searched refs:bnd (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/i86pc/io/dr/ |
H A D | sbdgenerr.pl | 43 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};
|
/titanic_41/usr/src/lib/cfgadm_plugins/sbd/ |
H A D | sbdgenerr.pl | 46 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};
|
/titanic_41/usr/src/uts/sun4u/ngdr/io/ |
H A D | sbdgenerr.pl | 46 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};
|
/titanic_41/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acenv.h | 386 #define _Bnd(X, bnd) (((sizeof (X)) + (bnd)) & (~(bnd))) argument
|
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 225 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()
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 2077 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
|