| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
| l2_packet.c | 27 link_init(struct l2_packet_data *l2) 33 retval = dlpi_bind(l2->dh, DLPI_ANY_SAP, NULL); 36 l2->ifname, dlpi_strerror(retval)); 40 retval = dlpi_promiscon(l2->dh, DL_PROMISC_SAP); 44 l2->ifname, dlpi_strerror(retval)); 48 retval = dlpi_get_physaddr(l2->dh, DL_CURR_PHYS_ADDR, paddr, &paddrlen); 51 l2->ifname, dlpi_strerror(retval)); 54 if (paddrlen != sizeof (l2->own_addr)) { 56 l2->ifname, sizeof (l2->own_addr)) 92 struct l2_packet_data *l2 = eloop_ctx; local 122 struct l2_packet_data *l2; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| strlcat.c | 46 size_t l2 = strlen(src); local 53 return (l1 + l2); 55 copied = l1 + l2 >= dstsize ? dstsize - l1 - 1 : l2; 58 return (l1 + l2);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/bf/ |
| bf_locl.h | 71 #define c2ln(c,l1,l2,n) { \ 73 l1=l2=0; \ 75 case 8: l2 =((unsigned long)(*(--(c))))<<24L; \ 76 case 7: l2|=((unsigned long)(*(--(c))))<<16L; \ 77 case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \ 78 case 5: l2|=((unsigned long)(*(--(c)))); \ 94 #define l2cn(l1,l2,c,n) { \ 97 case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \ 98 case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \ 99 case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rc2/ |
| rc2_locl.h | 67 #define c2ln(c,l1,l2,n) { \ 69 l1=l2=0; \ 71 case 8: l2 =((unsigned long)(*(--(c))))<<24L; \ 72 case 7: l2|=((unsigned long)(*(--(c))))<<16L; \ 73 case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \ 74 case 5: l2|=((unsigned long)(*(--(c)))); \ 90 #define l2cn(l1,l2,c,n) { \ 93 case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \ 94 case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \ 95 case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/tsol/ |
| label_macro.h | 118 #define _MEQUAL(l1, l2) \ 119 (LCLASS(l1) == LCLASS(l2) && \ 120 (l1)->_comps.c1 == (l2)->_comps.c1 && \ 121 (l1)->_comps.c2 == (l2)->_comps.c2 && \ 122 (l1)->_comps.c3 == (l2)->_comps.c3 && \ 123 (l1)->_comps.c4 == (l2)->_comps.c4 && \ 124 (l1)->_comps.c5 == (l2)->_comps.c5 && \ 125 (l1)->_comps.c6 == (l2)->_comps.c6 && \ 126 (l1)->_comps.c7 == (l2)->_comps.c7 && \ 127 (l1)->_comps.c8 == (l2)->_comps.c8 [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/cast/ |
| cast_lcl.h | 75 #define c2ln(c,l1,l2,n) { \ 77 l1=l2=0; \ 79 case 8: l2 =((unsigned long)(*(--(c))))<<24L; \ 80 case 7: l2|=((unsigned long)(*(--(c))))<<16L; \ 81 case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \ 82 case 5: l2|=((unsigned long)(*(--(c)))); \ 98 #define l2cn(l1,l2,c,n) { \ 101 case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \ 102 case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \ 103 case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/idea/ |
| idea_lcl.h | 95 #define n2ln(c,l1,l2,n) { \ 97 l1=l2=0; \ 99 case 8: l2 =((unsigned long)(*(--(c)))) ; \ 100 case 7: l2|=((unsigned long)(*(--(c))))<< 8; \ 101 case 6: l2|=((unsigned long)(*(--(c))))<<16; \ 102 case 5: l2|=((unsigned long)(*(--(c))))<<24; \ 111 #define l2nn(l1,l2,c,n) { \ 114 case 8: *(--(c))=(unsigned char)(((l2) )&0xff); \ 115 case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \ 116 case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rc5/ |
| rc5_locl.h | 69 #define c2ln(c,l1,l2,n) { \ 71 l1=l2=0; \ 73 case 8: l2 =((unsigned long)(*(--(c))))<<24L; \ 74 case 7: l2|=((unsigned long)(*(--(c))))<<16L; \ 75 case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \ 76 case 5: l2|=((unsigned long)(*(--(c)))); \ 92 #define l2cn(l1,l2,c,n) { \ 95 case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \ 96 case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \ 97 case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
| Lgrp_api.t | 230 foreach my $l2 (@lgrps) { 231 $latencies->{$l1}{$l2} = $c->latency($l1, $l2); 232 $nlatencies++ if $latencies->{$l1}{$l2}; 267 foreach my $l2 (@lgrps) { 269 next unless $l_mem{$l2}; 271 if (! $latencies->{$l1}{$l2}) { 273 diag("Invalid latency between $l1 and $l2"); 277 $max_latency = $latencies->{$l1}{$l2} if 278 $latencies->{$l1}{$l2} > $max_latency [all...] |
| /onnv/onnv-gate/usr/src/cmd/nscd/ |
| getserv.c | 73 int res, l1, l2; local 85 l2 = strlen(e2->key.serv.proto); 87 (l1 > l2)?l1:l2); 96 l2 = strlen(e2->key.serv.serv.name); 98 (l1 > l2)?l1:l2); 119 int res, l1, l2; local 131 l2 = strlen(e2->key.serv.proto); 133 (l1 > l2)?l1:l2) [all...] |
| gethost.c | 86 int res, l1, l2; local 91 l2 = e2->key.hostaddr.len; 93 (l2 > l1)?l1:l2); 94 return ((res) ? _NSC_INT_KEY_CMP(res, 0) : _NSC_INT_KEY_CMP(l1, l2));
|
| getnode.c | 81 int res, l1, l2; local 92 l2 = e2->key.hostaddr.len; 94 (l2 > l1)?l1:l2); 95 return ((res) ? _NSC_INT_KEY_CMP(res, 0) : _NSC_INT_KEY_CMP(l1, l2)); 121 int res, l1, l2; local 132 l2 = strlen(e2->key.ipnode.name); 134 (l1 > l2)?l1:l2);
|
| gettnrhdb.c | 72 int res, l1, l2; local 83 l2 = strlen(e2->key.hostaddr.addr); 85 (l1 > l2)?l1:l2);
|
| /onnv/onnv-gate/usr/src/uts/common/krtld/ |
| kobj_subr.c | 91 size_t l2 = strlen(src); local 98 return (l1 + l2); 100 copied = l1 + l2 >= dstsize ? dstsize - l1 - 1 : l2; 103 return (l1 + l2);
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/tests/ |
| vartree2.sh | 72 typeset -A dest_tree.l1["$a"].l2 75 if [[ "${dest_tree.l1["$a"].l2["$b"]}" == "" ]] ; then 76 #if ! (unset dest_tree.l1["$a"].l2["$b"]) ; then 77 typeset -A dest_tree.l1["$a"].l2["$b"].l3 80 if [[ "${!dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[*]}" == "" ]] ; then 81 typeset -A dest_tree.l1["$a"].l2["$b"].l3["$c"].entries 86 new_index=$(( ${#dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[@]}+1 )) 91 if [[ "${dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}]}" != "" ]] ; then 96 add_tree_leaf dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}] "${index}" "${tree_mode}" 139 typeset -A dest_tree.l1["$a"].l2 [all...] |
| sun_solaris_vartree001.sh | 98 typeset -A dest_tree.l1["$a"].l2 101 if [[ "${dest_tree.l1["$a"].l2["$b"]}" == "" ]] ; then 102 #if ! (unset dest_tree.l1["$a"].l2["$b"]) ; then 103 typeset -A dest_tree.l1["$a"].l2["$b"].l3 106 if [[ "${!dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[*]}" == "" ]] ; then 107 typeset -A dest_tree.l1["$a"].l2["$b"].l3["$c"].entries 110 #dest_tree.l1["$a"].l2["$b"].l3["$c"].entries+=( "$index" ) 113 new_index=$(( ${#dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[@]}+1 )) 118 if [[ "${dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}]}" != "" ]] ; then 123 add_tree_leaf dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}] "${index}" "${tree_mode} [all...] |
| sun_solaris_vartree002.sh | 83 typeset -A dest_tree.l1["$a"].l2 86 if [[ "${dest_tree.l1["$a"].l2["$b"]}" == "" ]] ; then 87 #if ! (unset dest_tree.l1["$a"].l2["$b"]) ; then 88 typeset -A dest_tree.l1["$a"].l2["$b"].l3 91 if [[ "${!dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[*]}" == "" ]] ; then 92 typeset -A dest_tree.l1["$a"].l2["$b"].l3["$c"].entries 97 new_index=$(( ${#dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[@]}+1 )) 102 if [[ "${dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}]}" != "" ]] ; then 107 add_tree_leaf dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}] "${index}" "${tree_mode}" 150 typeset -A dest_tree.l1["$a"].l2 [all...] |
| vartree1.sh | 67 typeset -A dest_tree.l1["$a"].l2 70 if [[ "${dest_tree.l1["$a"].l2["$b"]}" == "" ]] ; then 71 #if ! (unset dest_tree.l1["$a"].l2["$b"]) ; then 72 typeset -A dest_tree.l1["$a"].l2["$b"].l3 75 if [[ "${!dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[*]}" == "" ]] ; then 76 typeset -A dest_tree.l1["$a"].l2["$b"].l3["$c"].entries 79 #dest_tree.l1["$a"].l2["$b"].l3["$c"].entries+=( "$index" ) 82 new_index=$(( ${#dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[@]}+1 )) 87 if [[ "${dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}]}" != "" ]] ; then 92 add_tree_leaf dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}] "${index}" "${tree_mode} [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparc/ |
| boot_elf.s | 245 ld [%l1 + SBFLAGS_OFF], %l2 ! l2 = sb_flags 246 andcc %l2, LA_SYMB_NOPLTENTER, %g0 295 ld [%l1 + SBFLAGS_OFF], %l2 ! %l2 = sb_flags 296 andcc %l2, LA_SYMB_NOPLTEXIT, %g0 338 ld [%l7 + audit_argcnt], %l2 339 ld [%l2], %l2 ! %l2 = audit_arg_coun [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
| smb_tran.c | 99 size_t l1, l2; local 102 l2 = SA_LEN(a2); 104 if (l1 != l2)
|
| /onnv/onnv-gate/usr/src/common/crypto/sha1/sparc/sun4u/ |
| sha1_asm.s | 160 ld [%i1 + (0 * 4)], %l2 182 add %l0, %l2, %o5 188 ld [%i1 + (1 * 4)], %l2 211 add %l0, %l2, %o4 217 ld [%i1 + (2 * 4)], %l2 241 add %l0, %l2, %o3 246 ld [%i1 + (3 * 4)], %l2 269 add %l0, %l2, %o2 274 ld [%i1 + (4 * 4)], %l2 297 add %l0, %l2, %o [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/opl/ml/ |
| drmach_asm.s | 191 stx %l2, [%o2+8*2] 218 * l2 - SCF_TD + 8 224 stx %l2, [%o1+8*2] 233 sethi %hi(ASI_L2_CTRL_UGE_TRAP), %l2 234 btst %l1, %l2 243 ldx [%o1+8*2], %l2 270 sethi %hi(ASI_L2_CTRL_UGE_TRAP), %l2 271 btst %l1, %l2 274 stxa %l2, [%l0]ASI_L2_CTRL 279 ldx [%o0 + SCF_TD+8], %l2 [all...] |
| /onnv/onnv-gate/usr/src/cmd/fps/fptest/ |
| fsr_test.s | 108 setn fcmps_opr2, %l0, %l2 ! Get addr of operand 2 holder 113 st %i1, [%l2] ! Store operand 2 in memory 115 ld [%l2], %f4 ! Load operand 2 into FP reg 189 setn fcmpd_opr2, %l0, %l2 ! Get addr of operand 2 holder 194 stx %i1, [%l2] ! Store operand 2 in memory 197 ldd [%l2], %f4 ! Load operand 2 into FP reg
|
| fpu_test64.s | 214 setn .Ldtadddp2,%l6,%l2 220 st %i1, [%l2] ! lsw of value 222 ld [%l2], %f1 ! put the lsw into f1 293 setn .Ldtmdp2,%l6,%l2 299 st %i1, [%l2] ! lsw of value 301 ld [%l2], %f1 ! put the lsw into f1 355 setn .Ltmasp2,%l6,%l2 361 st %l3, [%l2] 365 ld [%l2], %f0 ! reg 0 has 0 400 st %f20, [%l2] ! Executed only when the conditiona [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/ |
| x509_obj.c | 70 int n,lold,l,l1,l2,num,j,type; local 148 for (l2=j=0; j<num; j++) 151 l2++; 153 if ((q[j] < ' ') || (q[j] > '~')) l2+=3; 156 (os_toascii[q[j]] > os_toascii['~'])) l2+=3; 161 l+=1+l1+1+l2;
|