Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 622) sorted by relevance

12345678910>>...25

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c253 ll=(c)->B; HOST_l2c(ll,(s)); \
922 c->B=INIT_DATA_B; in MD5_Init()
935 register unsigned MD32_REG_T A,B,C,D; in md5_block_host_order() local
938 B=c->B; in md5_block_host_order()
945 R0(A,B,C,D,X[ 0], 7,0xd76aa478L); in md5_block_host_order()
946 R0(D,A,B,C,X[ 1],12,0xe8c7b756L); in md5_block_host_order()
947 R0(C,D,A,B,X[ 2],17,0x242070dbL); in md5_block_host_order()
948 R0(B,C,D,A,X[ 3],22,0xc1bdceeeL); in md5_block_host_order()
949 R0(A,B,C,D,X[ 4], 7,0xf57c0fafL); in md5_block_host_order()
950 R0(D,A,B,C,X[ 5],12,0x4787c62aL); in md5_block_host_order()
[all …]
/titanic_50/usr/src/lib/libdtrace/common/
H A Dio.d.in64 translator bufinfo_t < struct buf *B > {
65 b_flags = B->b_flags;
66 b_addr = B->b_un.b_addr;
67 b_bcount = B->b_bcount;
68 b_lblkno = B->_b_blkno._f;
69 b_blkno = sizeof (long) == 8 ? B->_b_blkno._f : B->_b_blkno._p._l;
70 b_resid = B->b_resid;
71 b_bufsize = B->b_bufsize;
72 b_iodone = (caddr_t)B->b_iodone;
73 b_error = B->b_error;
[all …]
/titanic_50/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6713682_compound_var_bleeds_through_subshell.sh90 var1="$(${SHELL} -c 'unset l ; ( l=( a=1 b="BE" ) ; printf "%B\n" l ) ; printf "%B\n"…
91 var2="$(${SHELL} -c 'unset l ; ( ulimit -c 0 ; l=( a=1 b="BE" ) ; printf "%B\n" l ) ; printf "%B\n"…
95 var1="$(${SHELL} -c '( l=( a=1 b="BE" ) ; printf "%B\n" l) ; printf "%B\n" l')" || er…
96 var2="$(${SHELL} -c '( ulimit -c 0 ; l=( a=1 b="BE" ) ; printf "%B\n" l) ; printf "%B\n" l')" || er…
100 …nset l ; ( compound l ; l.a=1 ; l.b="BE" ; printf "%B\n" l) ; printf "%B\n" l')" || …
101 …nset l ; ( ulimit -c 0 ; compound l ; l.a=1 ; l.b="BE" ; printf "%B\n" l) ; printf "%B\n" l')" || …
105 var1="$(${SHELL} -c '( compound l ; l.a=1 ; l.b="BE" ; printf "%B\n" l) ; printf "%B\n" l')"…
106 var2="$(${SHELL} -c '( ulimit -c 0 ; compound l ; l.a=1 ; l.b="BE" ; printf "%B\n" l) ; printf "%B\…
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h78 #define DEBUGOUT2(S, A, B) \ argument
79 IXGBE_DEBUGLOG_2(NULL, S, A, B)
80 #define DEBUGOUT3(S, A, B, C) \ argument
81 IXGBE_DEBUGLOG_3(NULL, S, A, B, C)
82 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
83 IXGBE_DEBUGLOG_6(NULL, S, A, B, C, D, E, F)
93 #define ERROR_REPORT2(S, A, B) DEBUGOUT1(S ":" A, B) argument
94 #define ERROR_REPORT3(S, A, B, C) DEBUGOUT2(S ":" A, B, C) argument
100 #define DEBUGOUT2(S, A, B)
101 #define DEBUGOUT3(S, A, B, C)
[all …]
/titanic_50/usr/src/cmd/spell/
H A Dspellin.c43 #define B (BYTE * sizeof (unsigned)) macro
47 int bp = B; /* bit pointer */
55 table[wp] |= w1>>(B-bp); in append()
62 bp = B; in append()
116 if (bp != B) in main()
118 bp = B; in main()
131 if (i > B) { in main()
132 if (!(append((unsigned)(w1>>(long) (i-B)), B) && in main()
133 append((unsigned)(w1<<(long) (B+B-i)), in main()
134 i-B))) in main()
[all …]
H A Dhashlook.c40 #define B (BYTE * sizeof (unsigned)) macro
46 (((((long)wp[0]<<B)|wp[1])<<(B-bp))|(wp[2]>>bp))
48 #define fetch(wp, bp) ((wp[0] << (B - bp)) | (wp[1] >> bp))
65 bp = B; in hashlook()
83 y = wp[0] << (B - bp); in hashlook()
98 bp += B; in hashlook()
101 if (wp >= tp && (wp > tp||bp < B)) in hashlook()
/titanic_50/usr/src/lib/libshell/common/
H A DOBSOLETE9 .B FCEDIT
12 .B hist
14 .B FCEDIT
16 .B HISTEDIT
18 .B HISTEDIT
72 .B \-k
79 .B "a=b c"
85 .B \-xf
87 .B typeset
94 .B FPATH
[all …]
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h113 #define BIOCGBLEN _IOR(B,102, u_int)
114 #define BIOCSBLEN _IOWR(B,102, u_int)
115 #define BIOCSETF _IOW(B,103, struct bpf_program)
116 #define BIOCFLUSH _IO(B,104)
117 #define BIOCPROMISC _IO(B,105)
118 #define BIOCGDLT _IOR(B,106, u_int)
119 #define BIOCGETIF _IOR(B,107, struct ifreq)
120 #define BIOCSETIF _IOW(B,108, struct ifreq)
121 #define BIOCSRTIMEOUT _IOW(B,109, struct timeval)
122 #define BIOCGRTIMEOUT _IOR(B,110, struct timeval)
[all …]
/titanic_50/usr/src/lib/libsqlite/test/
H A Dthread1.test47 # read-lock B
49 # unlock B
56 thread_create B test.db
69 thread_compile B {SELECT b FROM t1}
70 thread_step B
71 thread_result B
74 thread_argc B
77 thread_argv B 0
84 thread_finalize B
85 thread_result B
[all …]
/titanic_50/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h67 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
68 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
/titanic_50/usr/src/uts/common/gssapi/
H A Dkgssapi_defs.h56 #define GSSLOG(A, B, C) \ argument
57 ((void)((gss_log & (A)) && (printf((B), (C)), TRUE)))
58 #define GSSLOG0(A, B) \ argument
59 ((void)((gss_log & (A)) && (printf(B), TRUE)))
61 #define GSSLOG(A, B, C) argument
62 #define GSSLOG0(A, B) argument
/titanic_50/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_enc.out2 8B/10B
3 4B/5B
7 64B/66B
8 256B/257B
261 8B/10B
262 4B/5B
265 64B/66B
267 256B/257B
/titanic_50/usr/src/lib/libast/common/uwin/
H A Dcrypt.c692 C_block B; in des_cipher() local
705 B.b[0] = in[0]; B.b[1] = in[1]; B.b[2] = in[2]; B.b[3] = in[3]; in des_cipher()
706 B.b[4] = in[4]; B.b[5] = in[5]; B.b[6] = in[6]; B.b[7] = in[7]; in des_cipher()
707 LOAD(L,L0,L1,B); in des_cipher()
718 STORE(L,L0,L1,B); in des_cipher()
719 PERM3264(L,L0,L1,B.b, (C_block *)IE3264); /* even bits */ in des_cipher()
720 PERM3264(R,R0,R1,B.b+4,(C_block *)IE3264); /* odd bits */ in des_cipher()
741 #define DOXOR(x,y,i) x^=SPTAB(SPE[0][i],B.b[i]); y^=SPTAB(SPE[1][i],B.b[i]); in des_cipher()
745 #define DOXOR(x,y,i) j=B.b[i]; x^=SPTAB(SPE[0][i],j); y^=SPTAB(SPE[1][i],j); in des_cipher()
748 #define DOXOR(x,y,i) k=B.b[i]; x^=SPTAB(SPE[0][i],k); y^=SPTAB(SPE[1][i],k); in des_cipher()
[all …]
/titanic_50/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h32 #define DEBUGOUT2(S, A, B) i40e_debug(NULL, 0, S, A, B) argument
33 #define DEBUGOUT3(S, A, B, C) i40e_debug(NULL, 0, S, A, B, C) argument
34 #define DEBUGOUT4(S, A, B, C, D) \ argument
35 i40e_debug(NULL, 0, S, A, B, C, D)
36 #define DEBUGOUT5(S, A, B, C, D, E) \ argument
37 i40e_debug(NULL, 0, S, A, B, C, D, E)
38 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
39 i40e_debug(NULL, 0, S, A, B, C, D, E, F)
40 #define DEBUGOUT7(S, A, B, C, D, E, F, G) \ argument
41 i40e_debug(NULL, 0, S, A, B, C, D, E, F, G)
/titanic_50/usr/src/uts/common/rpc/
H A Drpcsec_defs.h58 #define RPCGSS_LOG1(A, B, C, D) \ argument
59 ((void)((rpcgss_log) && (rpcgss_log & (A)) && (printf((B), \
61 #define RPCGSS_LOG(A, B, C) \ argument
62 ((void)((rpcgss_log) && (rpcgss_log & (A)) && (printf((B), (C)), TRUE)))
63 #define RPCGSS_LOG0(A, B) \ argument
64 ((void)((rpcgss_log) && (rpcgss_log & (A)) && (printf(B), TRUE)))
66 #define RPCGSS_LOG1(A, B, C, D)
67 #define RPCGSS_LOG(A, B, C)
68 #define RPCGSS_LOG0(A, B)
H A Dtypes.h104 #define RPCLOG(A, B, C) \ argument
105 ((void)((rpclog) && (rpclog & (A)) && (printf((B), (C)), TRUE)))
106 #define RPCLOG0(A, B) \ argument
107 ((void)((rpclog) && (rpclog & (A)) && (printf(B), TRUE)))
109 #define RPCLOG(A, B, C) argument
110 #define RPCLOG0(A, B) argument
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dclock.c37 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime) argument
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod117 Functions returning scalar value indicate error by returning B<undef>. The
118 caller may examine the B<$!> variable to get the C<errno> value.
122 context and B<undef> is returned in the scalar context.
126 The constants are exported with B<:CONSTANTS> or B<:ALL> tags:
188 B<undef> and sets B<$!> to indicate the error.
199 Upon successful completion, 1 is returned. Otherwise, B<undef> is returned and
200 B<$!> is set to indicate the error.
215 lgroup hierarchy represented by the given cookie. Otherwise, B<undef> is
222 Returns the home lgroup for the given process or thread. The B<$idtype> argument
223 should be C<P_PID> to specify a process and the B<$id> argument should be its
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Ddebug.h82 #define IMPLY(A, B) \ argument
83 ((void)(((!(A)) || (B)) || \
84 assfail("(" #A ") implies (" #B ")", __FILE__, __LINE__)))
85 #define EQUIV(A, B) \ argument
86 ((void)((!!(A) == !!(B)) || \
87 assfail("(" #A ") is equivalent to (" #B ")", __FILE__, __LINE__)))
89 #define IMPLY(A, B) ((void)0) argument
90 #define EQUIV(A, B) ((void)0) argument
/titanic_50/usr/src/lib/libc/port/gen/
H A Dclock.c38 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime) argument
/titanic_50/usr/src/cmd/lp/include/
H A Dlp.h285 #define STREQU(A,B) ( (!(A) || !(B)) ? 0: (strcmp((A), (B)) == 0) ) argument
286 #define STRNEQU(A,B,N) ( (!(A) || !(B)) ? 0: (strncmp((A), (B), (N)) == 0) ) argument
287 #define CS_STREQU(A,B) (cs_strcmp((A), (B)) == 0) argument
288 #define CS_STRNEQU(A,B,N) (cs_strncmp((A), (B), (N)) == 0) argument
294 #define SAME(A,B) ((A) == (B) || (A) && (B) && STREQU((A), (B))) argument
/titanic_50/usr/src/cmd/oamuser/lib/
H A Dugdates.dat33 %B %d, %Y %H:%M:%S %p
34 %B %d, %Y %I:%M:%S
37 %B %d, %Y %H:%M %p
38 %B %d, %Y %I:%M
41 %B %d, %Y %H %p
42 %B %d, %Y %I
44 %B %d, %Y
46 %B %d
48 %B
/titanic_50/usr/src/lib/libeti/form/common/
H A Dchg_char.c124 if (t - (Buf(c) + B(f)) > c->cols) { in _next_word()
127 B(f) = (int) (v - Buf(c)); in _next_word()
129 B(f) = (int) (t - (Buf(c) + c->cols)); in _next_word()
367 if (++B(f) > OffscreenCols(c)) { in _scr_fchar()
368 --B(f); in _scr_fchar()
380 if (--B(f) < 0) { in _scr_bchar()
381 ++B(f); in _scr_bchar()
393 int m = OffscreenCols(c) - B(f); in _scr_hfline()
398 B(f) += n; in _scr_hfline()
409 int m = B(f); in _scr_hbline()
[all …]
/titanic_50/usr/src/psm/stand/boot/
H A DMakefile64 XRINCCOMP = B!sun4u O!sfmmu O!sparc/v7 O!sparc/v9 B!sparc B!sun B!common
65 XRINC_TMP = $(XRINCCOMP:B!%=$(UTSDIR)/%)
/titanic_50/usr/src/common/crypto/sha1/amd64/
H A Dsha1-x86_64.pl50 my ($code, $ctx, $inp, $num, $xi, $t0, $t1, $i, @V, $A, $B, $C, $D, $E, $T);
75 $B="%esi";
82 @V=($A,$B,$C,$D,$E,$T);
100 mov 4($ctx),$B
255 add 12($ctx),$B
260 mov $B,12($ctx)
264 xchg $T,$B # mov $T,$B
266 xchg $T,$D # mov $B,$D

12345678910>>...25