HomeSort by relevance Sort by last modified time
    Searched refs:a1 (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /netvirt/usr/src/uts/common/inet/kssl/
kssldebug.h 40 #define KSSL_DEBUG1(a1) cmn_err(CE_CONT, (a1))
41 #define KSSL_DEBUG2(a1,a2) cmn_err(CE_CONT, (a1),(a2))
42 #define KSSL_DEBUG3(a1,a2,a3) cmn_err(CE_CONT, (a1),(a2),(a3))
43 #define KSSL_DEBUG4(a1,a2,a3,a4) cmn_err(CE_CONT, (a1),(a2),(a3),(a4))
44 #define KSSL_DEBUG5(a1,a2,a3,a4,a5) \
45 cmn_err(CE_CONT,(a1),(a2),(a3),(a4),(a5)
    [all...]
  /netvirt/usr/src/cmd/dtrace/test/tst/common/decls/
tst.arrays.d 38 extern int a1[];
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/unicode/Is/
SylII.pl 22 15a1
LbrkNS.pl 23 30a1
  /netvirt/usr/src/cmd/sh/
bltin.c 49 unsigned char *a1 = argv[1]; local
75 if (a1)
79 if ((f = pathopen(getpath(a1), a1)) < 0)
80 failed(a1, notfound);
101 exitsh(a1 ? stoi(a1) : retval);
113 if (a1)
114 breakcnt = stoi(a1);
126 if (a1)
    [all...]
  /netvirt/usr/src/uts/sun4u/starcat/sys/
sc_cvc.h 58 #define CVC_DBG1(flag, fmt, a1) \
59 cvc_dbg(flag, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
60 #define CVC_DBG2(flag, fmt, a1, a2) \
61 cvc_dbg(flag, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
62 #define CVC_DBG3(flag, fmt, a1, a2, a3) \
63 cvc_dbg(flag, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
65 #define CVC_DBG4(flag, fmt, a1, a2, a3, a4) \
66 cvc_dbg(flag, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
68 #define CVC_DBG5(flag, fmt, a1, a2, a3, a4, a5) \
69 cvc_dbg(flag, fmt, (uintptr_t)(a1), (uintptr_t)(a2),
    [all...]
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/t/op/
bless.t 25 $a1 = bless {}, "A";
26 print expected($a1, "A", "HASH"), "ok 1\n";
42 print expected(bless(\$a1, "F"), "F", "REF"), "ok 8\n";
43 print expected($a1, "A", "HASH"), "ok 9\n";
47 bless $a1, "A2";
48 print expected($a1, "A2", "HASH"), "ok 10\n";
52 local $a1 = bless $a1, "A3"; # should rebless outer $a1
56 print expected($a1, "A3", "HASH"), "ok 11\n"
    [all...]
  /netvirt/usr/src/cmd/sgs/ar/common/
message.c 215 int a1, a2, a3; local
217 a1 = va_arg(ap, int);
221 (void) fprintf(stderr, message, a1, a2, a3);
225 char *a1, *a2; local
227 a1 = va_arg(ap, char *);
230 (void) fprintf(stderr, message, a1, a2);
234 char *a1; local
237 a1 = va_arg(ap, char *);
240 (void) fprintf(stderr, message, a1, a2);
287 char *a1, *a2 local
296 char *a1; local
    [all...]
  /netvirt/usr/src/uts/sun4u/opl/sys/pcicmu/
pcmu_util.h 86 #define PCMU_DBG1(flag, dip, fmt, a1) \
87 pcmu_debug(flag, dip, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
89 #define PCMU_DBG2(flag, dip, fmt, a1, a2) \
90 pcmu_debug(flag, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
92 #define PCMU_DBG3(flag, dip, fmt, a1, a2, a3) \
93 pcmu_debug(flag, dip, fmt, (uintptr_t)(a1), \
96 #define PCMU_DBG4(flag, dip, fmt, a1, a2, a3, a4) \
97 pcmu_debug(flag, dip, fmt, (uintptr_t)(a1), \
101 #define PCMU_DBG5(flag, dip, fmt, a1, a2, a3, a4, a5) \
102 pcmu_debug(flag, dip, fmt, (uintptr_t)(a1), \
    [all...]
  /netvirt/usr/src/uts/sun4u/sys/pci/
db21554_debug.h 101 #define DB_DEBUG1(func_id, dip, fmt, a1) \
102 db_debug(func_id, dip, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
103 #define DB_DEBUG2(func_id, dip, fmt, a1, a2) \
104 db_debug(func_id, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
105 #define DB_DEBUG3(func_id, dip, fmt, a1, a2, a3) \
106 db_debug(func_id, dip, fmt, (uintptr_t)(a1), \
108 #define DB_DEBUG4(func_id, dip, fmt, a1, a2, a3, a4) \
109 db_debug(func_id, dip, fmt, (uintptr_t)(a1), \
112 #define DB_DEBUG5(func_id, dip, fmt, a1, a2, a3, a4, a5) \
113 db_debug(func_id, dip, fmt, (uintptr_t)(a1), \
    [all...]
pci_debug.h 95 #define DEBUG1(flag, dip, fmt, a1) \
96 pci_debug(flag, dip, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
97 #define DEBUG2(flag, dip, fmt, a1, a2) \
98 pci_debug(flag, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
99 #define DEBUG3(flag, dip, fmt, a1, a2, a3) \
100 pci_debug(flag, dip, fmt, (uintptr_t)(a1), \
102 #define DEBUG4(flag, dip, fmt, a1, a2, a3, a4) \
103 pci_debug(flag, dip, fmt, (uintptr_t)(a1), \
106 #define DEBUG5(flag, dip, fmt, a1, a2, a3, a4, a5) \
107 pci_debug(flag, dip, fmt, (uintptr_t)(a1), \
    [all...]
  /netvirt/usr/src/grub/grub-0.95/stage2/
zfs_fletcher.c 34 uint64_t a0, b0, a1, b1; local
36 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
38 a1 += ip[1];
40 b1 += a1;
43 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
51 uint64_t a0, b0, a1, b1; local
53 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
55 a1 += BSWAP_64(ip[1]);
57 b1 += a1;
60 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1)
    [all...]
  /netvirt/usr/src/uts/sun4/sys/
ebus.h 201 #define DBG1(flag, psp, fmt, a1) \
202 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
203 #define DBG2(flag, psp, fmt, a1, a2) \
204 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
205 #define DBG3(flag, psp, fmt, a1, a2, a3) \
206 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
208 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \
209 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
212 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \
213 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2),
    [all...]
  /netvirt/usr/src/uts/sun4u/montecarlo/sys/
acebus.h 186 #define DBG1(flag, psp, fmt, a1) \
187 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
188 #define DBG2(flag, psp, fmt, a1, a2) \
189 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
190 #define DBG3(flag, psp, fmt, a1, a2, a3) \
191 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
193 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \
194 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
197 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \
198 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2),
    [all...]
  /netvirt/usr/src/uts/sun4u/sys/
sbbcvar.h 138 #define SBBC_DBG1(flag, dip, fmt, a1) \
139 sbbc_dbg(flag, dip, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
140 #define SBBC_DBG2(flag, dip, fmt, a1, a2) \
141 sbbc_dbg(flag, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
142 #define SBBC_DBG3(flag, dip, fmt, a1, a2, a3) \
143 sbbc_dbg(flag, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
145 #define SBBC_DBG4(flag, dip, fmt, a1, a2, a3, a4) \
146 sbbc_dbg(flag, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
148 #define SBBC_DBG5(flag, dip, fmt, a1, a2, a3, a4, a5) \
149 sbbc_dbg(flag, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2),
    [all...]
upa64s.h 169 #define DBG1(flag, psp, fmt, a1) \
170 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
171 #define DBG2(flag, psp, fmt, a1, a2) \
172 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
173 #define DBG3(flag, psp, fmt, a1, a2, a3) \
174 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
176 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \
177 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
179 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \
180 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2),
    [all...]
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
canonical.t 65 $a1{$k} = { key => "$k", "value" => $i };
76 $a1{$k}->{value} = $hash2;
87 $a1{$k}->{value} = $arr_ref;
92 print STDERR Data::Dumper::Dumper(\%a1) if ($verbose and $gotdd);
97 foreach $k (sort keys %a1) {
98 $a2{$k} = { key => "$k", "value" => $a1{$k}->{value} };
103 $a3 = dclone(\%a1);
110 $x1 = freeze(\%a1);
126 $x1 = freeze(\%a1);
  /netvirt/usr/src/lib/libsqlite/tool/
diffdb.c 22 unsigned char a1[PAGESIZE], a2[PAGESIZE]; local
38 while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){
39 if( memcmp(a1,a2,PAGESIZE) ){
  /netvirt/usr/src/cmd/picl/plugins/sun4v/snmp/
snmpplugin.h 203 #define LOGPRINTF1(s, a1) snmpplugin_log(s, a1)
204 #define LOGPRINTF2(s, a1, a2) snmpplugin_log(s, a1, a2)
208 #define LOGPRINTF1(s, a1)
209 #define LOGPRINTF2(s, a1, a2)
  /netvirt/usr/src/cmd/refer/
roffbib.sh 51 (echo .ds TL $headr; /usr/bin/refer -a1 -B"$abstr" $*) | \
54 (echo .ds TL $headr; /usr/bin/refer -a1 -B"$abstr") | $xroff $flags $macro
  /netvirt/usr/src/uts/common/fs/zfs/
fletcher.c 38 uint64_t a0, b0, a1, b1; local
40 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
42 a1 += ip[1];
44 b1 += a1;
47 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
55 uint64_t a0, b0, a1, b1; local
57 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
59 a1 += BSWAP_64(ip[1]);
61 b1 += a1;
64 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1)
    [all...]
  /netvirt/usr/src/lib/libast/common/misc/
mime.c 618 Parse_t a1; local
629 a1.next = s;
630 if (arg(&a1, -1))
632 if ((c = *a1.name.data == '!') && --a1.name.size <= 0 && !arg(&a1, -1))
634 if (a1.name.size == 6 && strneq(a1.name.data, "strcmp", 6) || a1.name.size == 10 && strneq(a1.name.data, "strcasecmp", 10)
    [all...]
  /netvirt/usr/src/lib/libcurses/screen/
compiler.h 122 #define DEBUG(level, fmt, a1) \
124 fprintf(stderr, fmt, a1);
  /netvirt/usr/src/cmd/ed/
ed.c 495 LINE a1; local
518 if ((a1 = address()) != 0) {
519 addr2 = a1;
531 if ((a1 = address()) != 0) {
532 addr2 = a1;
541 if ((a1 = address()) == 0) {
545 addr2 = a1;
548 dot = a1;
689 a1 = addr1;
692 count = a1 - zero
949 LINE a1; local
1436 LINE a1; local
1484 LINE a1, a2, rdot; local
1640 LINE a1, a2, a3; local
1659 LINE a1, a2, a3; local
1841 LINE a1; local
1908 LINE a1; local
1932 LINE a1; local
2557 LINE a1; local
    [all...]
  /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
Project.t 117 my ($line, @a1, @a2);
125 push(@a1, [ @a2 ]);
127 return(\@a1);
138 my ($a1, $a2) = @_;
139 my $s1 = Dumper($a1);
794 my (%h, @a1, @a2, $k, $v);
800 while (@a1 = getprojent()) {
801 @a2 = @a1 if (! scalar(@a2));
802 if (exists($h{$a1[0]})) {
803 $pass = 0 if (! cmp_recs(\@a1, $h{$a1[0]}))
    [all...]

Completed in 1590 milliseconds

1 2 3 4 5 6 7 8 9