| /onnv/onnv-gate/usr/src/cmd/initpkg/ |
| dfstab.sh | 7 # You may not use this file except in compliance with the License. 14 # When distributing Covered Code, include this CDDL HEADER in each 29 case "$MACH" in
|
| /onnv/onnv-gate/usr/src/cmd/netadm/ |
| _pmtab.sh | 7 # (the "License"). You may not use this file except in compliance 15 # When distributing Covered Code, include this CDDL HEADER in each 32 case "$MACH" in
|
| _sactab.sh | 7 # (the "License"). You may not use this file except in compliance 15 # When distributing Covered Code, include this CDDL HEADER in each 29 case "$MACH" in
|
| _sysconf.sh | 7 # (the "License"). You may not use this file except in compliance 15 # When distributing Covered Code, include this CDDL HEADER in each 29 case "$MACH" in
|
| ttydefs.sh | 7 # (the "License"). You may not use this file except in compliance 15 # When distributing Covered Code, include this CDDL HEADER in each 29 case "$MACH" in
|
| iu.ap.sh | 7 # You may not use this file except in compliance with the License. 14 # When distributing Covered Code, include this CDDL HEADER in each 30 case "$MACH" in
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWpsdcr/ |
| postremove | 6 # (the "License"). You may not use this file except in compliance 14 # When distributing Covered Code, include this CDDL HEADER in each 36 case "${ARCH}" in
|
| /onnv/onnv-gate/usr/src/stand/lib/xdr/ |
| byteorder.c | 6 * You may not use this file except in compliance with the License. 13 * When distributing Covered Code, include this CDDL HEADER in each 27 #include <netinet/in.h> 44 htonll(uint64_t in) 46 return ((uint64_t)htonl((in >> 32) & 0xffffffff) | 47 ((uint64_t)htonl(in & 0xffffffff) << 32)); 51 ntohll(uint64_t in) 53 return ((uint64_t)ntohl((in >> 32) & 0xffffffff) | 54 ((uint64_t)ntohl(in & 0xffffffff) << 32)); 58 htonl(uint32_t in) [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/ |
| byteorder.c | 6 * You may not use this file except in compliance with the License. 13 * When distributing Covered Code, include this CDDL HEADER in each 45 htonll(uint64_t in) 47 return (in); 51 ntohll(uint64_t in) 53 return (in); 57 htonl(uint32_t in) 59 return (in); 63 ntohl(uint32_t in) 65 return (in); [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| byteorder.c | 6 * You may not use this file except in compliance with the License. 13 * When distributing Covered Code, include this CDDL HEADER in each 45 htonll(uint64_t in) 47 return (in); 51 ntohll(uint64_t in) 53 return (in); 57 htonl(uint32_t in) 59 return (in); 63 ntohl(uint32_t in) 65 return (in); [all...] |
| /onnv/onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
| pkinit_lib.c | 9 * Michigan is not used in any advertising or publicity 13 * University of Michigan is included in any copy of any 26 * OUT OF OR IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN 113 free_krb5_pa_pk_as_req(krb5_pa_pk_as_req **in) 115 if (*in == NULL) return; 116 if ((*in)->signedAuthPack.data != NULL) 117 free((*in)->signedAuthPack.data); 118 if ((*in)->trustedCertifiers != NULL) 119 free_krb5_external_principal_identifier(&(*in)->trustedCertifiers); 120 if ((*in)->kdcPkId.data != NULL [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| memmove.c | 36 register char* in = (char*)from; 40 else if (in + n <= out || out + n <= in) 42 else if (out < in) 43 do *out++ = *in++; while (--n > 0); 47 in += n; 48 do *--out = *--in; while(--n > 0);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| authuser.h | 10 Portions Copyright (c) 1993, 1994 Washington University in Saint Louis. 34 extern char *auth_xline(register char *user, register int fd, register long unsigned int *in); 36 extern int auth_fd(register int fd, register long unsigned int *in, register short unsigned int *local, register short unsigned int *remote); 38 extern char *auth_tcpuser(register long unsigned int in, register short unsigned int local, register short unsigned int remote);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/fbt/ |
| delay.d | 6 * (the "License"). You may not use this file except in compliance 14 * When distributing Covered Code, include this CDDL HEADER in each 30 self->in = timestamp 35 /self->in/ 37 @snoozers[stack()] = quantize(timestamp - self->in); 38 self->in = 0;
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| terminfo.c | 11 * This program is distributed in the hope that it will be useful, 25 * in the serial driver. 43 /* A number of escape sequences are provided in the string valued 55 ti_unescape_memory (const char *in, const char *end) 64 c = *(in++); 68 if (*in >= 'A' && *in <= 'Z') 70 *out = (*in) - 'A'; 71 in++; 79 c = *(in++) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.echod/ |
| Makefile | 6 # (the "License"). You may not use this file except in compliance 14 # When distributing Covered Code, include this CDDL HEADER in each 28 # cmd/cmd-inet/usr.lib/in.echod/%M% 31 PROG = in.echod
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.timed/ |
| Makefile | 6 # (the "License"). You may not use this file except in compliance 14 # When distributing Covered Code, include this CDDL HEADER in each 28 # cmd/cmd-inet/usr.lib/in.timed/%M% 31 PROG = in.timed
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/inet/ |
| inet_ntoa.c | 6 * (the "License"). You may not use this file except in compliance 14 * When distributing Covered Code, include this CDDL HEADER in each 35 #include <netinet/in.h> 38 inet_ntoa(in) 39 struct in_addr in; 44 p = (char *)∈
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/inet/ |
| inet_lnaof.c | 5 * Redistribution and use in source and binary forms, with or without 10 * 2. Redistributions in binary form must reproduce the above copyright 11 * notice, this list of conditions and the following disclaimer in the 24 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 41 #include <netinet/in.h> 52 inet_lnaof(in) 53 struct in_addr in; 55 register u_long i = ntohl(in.s_addr) [all...] |
| /onnv/onnv-gate/usr/src/cmd/audio/include/ |
| Resample.h | 6 * (the "License"). You may not use this file except in compliance 14 * When distributing Covered Code, include this CDDL HEADER in each 57 int down_offset; // 0 <= index in down-sampling < down 58 int up_offset; // -up < index in up_sampling <= 0 60 void updateState(double *in, int size); 63 int decimate_noadjust(short *in, int size, short *out); 65 int decimate(short *in, int size, short *out); 68 int interpolate_noadjust(short *in, int size, short *out); 70 int interpolate(short *in, int size, short *out); 76 virtual int filter_noadjust(short *in, int size, short *out) [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/ |
| x509cset.c | 8 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright 16 * notice, this list of conditions and the following disclaimer in 23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 31 * nor may "OpenSSL" appear in their names without prior written 37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 86 ASN1_TIME *in; local 104 ASN1_TIME *in; local 138 ASN1_TIME *in; local 156 ASN1_INTEGER *in; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| byteorder64.c | 6 * You may not use this file except in compliance with the License. 13 * When distributing Covered Code, include this CDDL HEADER in each 29 #include <netinet/in.h> 39 htonll(uint64_t in) 41 return (htonl(in >> 32) | ((uint64_t)htonl(in) << 32)); 45 ntohll(uint64_t in) 47 return (ntohl(in >> 32) | (uint64_t)ntohl(in) << 32);
|
| /onnv/onnv-gate/usr/src/cmd/ipf/examples/ |
| example.12 | 4 block in proto tcp all with short 6 # drop and log any IP packets with options set in them. 8 block in log all with ipopts 12 log in all with opt lsrr,ssrr 16 block in quick all with opt lsrr 17 block in quick all with opt ssrr
|
| example.5 | 6 pass in from 10.1.1.2 to 10.2.1.1 11 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667 13 # allow in UDP packets which are NOT from port 53 and are destined for 16 pass in proto udp from 10.2.2.2 port != 53 to localhost 20 block in proto icmp from any to any icmp-type unreach 25 pass in from any to any with ipopts
|
| /onnv/onnv-gate/usr/src/uts/common/io/net80211/ |
| net80211_node.c | 11 * Redistribution and use in source and binary forms, with or without 16 * 2. Redistributions in binary form must reproduce the above copyright 17 * notice, this list of conditions and the following disclaimer in the 29 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 33 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 73 * functions may be overridden in special circumstances, as long as 101 * Calculate ic_tim_bitmap size in bytes 102 * IEEE80211_AID_MAX defines maximum bits in ic_tim_bitmap 136 ieee80211_ref_node(ieee80211_node_t *in) 327 ieee80211_node_t *in; local 402 ieee80211_node_t *in; local 552 ieee80211_node_t *in; local 880 ieee80211_node_t *in; local 897 ieee80211_node_t *in; local 930 ieee80211_node_t *in; local 955 ieee80211_node_t *in; local 978 ieee80211_node_t *in; local 993 ieee80211_node_t *in; local 1025 ieee80211_node_t *in; local 1076 ieee80211_node_t *in; local 1193 ieee80211_node_t *in; local 1227 ieee80211_node_t *in; local 1263 ieee80211_node_t *in; local 1379 ieee80211_node_t *in; local 1413 ieee80211_node_t *in; local 1437 ieee80211_node_t *in = NULL; local 1527 ieee80211_node_t *in; local [all...] |