Searched refs:in (Results 1 - 25 of 2489) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c4 * You may only use this file in accordance with the terms of version
23 htole16(uint16_t in) argument
25 return (((in & 0xff) << 8) | ((in & 0xff00) >> 8));
29 htole32(uint32_t in) argument
31 return (((in & 0xffUL) << 24) |
32 (in & 0xff00UL) << 8 |
33 (in & 0xff0000UL) >> 8 |
34 ((in & 0xff000000UL) >> 24));
38 htole64(uint64_t in) argument
51 letoh16(uint16_t in) argument
57 le16toh(uint16_t in) argument
63 letoh32(uint32_t in) argument
72 le32toh(uint32_t in) argument
81 letoh64(uint64_t in) argument
94 le64toh(uint64_t in) argument
109 htobe16(uint16_t in) argument
115 htobe32(uint32_t in) argument
121 htobe64(uint64_t in) argument
127 betoh16(uint16_t in) argument
133 be16toh(uint16_t in) argument
139 betoh32(uint32_t in) argument
145 be32toh(uint32_t in) argument
151 betoh64(uint64_t in) argument
157 be64toh(uint64_t in) argument
[all...]
H A Dbyteorder.c6 * 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) argument
47 return (in);
51 ntohll(uint64_t in) argument
53 return (in);
57 htonl(uint32_t in) argument
59 return (in);
63 ntohl(uint32_t in) argument
65 return (in);
69 htons(uint16_t in) argument
75 ntohs(uint16_t in) argument
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c4 * You may only use this file in accordance with the terms of version
23 htole16(uint16_t in) argument
25 return (((in & 0xff) << 8) | ((in & 0xff00) >> 8));
29 htole32(uint32_t in) argument
31 return (((in & 0xffUL) << 24) |
32 (in & 0xff00UL) << 8 |
33 (in & 0xff0000UL) >> 8 |
34 ((in & 0xff000000UL) >> 24));
38 htole64(uint64_t in) argument
51 letoh16(uint16_t in) argument
57 le16toh(uint16_t in) argument
63 letoh32(uint32_t in) argument
72 le32toh(uint32_t in) argument
81 letoh64(uint64_t in) argument
94 le64toh(uint64_t in) argument
109 htobe16(uint16_t in) argument
115 htobe32(uint32_t in) argument
121 htobe64(uint64_t in) argument
127 betoh16(uint16_t in) argument
133 be16toh(uint16_t in) argument
139 betoh32(uint32_t in) argument
145 be32toh(uint32_t in) argument
151 betoh64(uint64_t in) argument
157 be64toh(uint64_t in) argument
[all...]
H A Dbyteorder.c6 * 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) argument
47 return (in);
51 ntohll(uint64_t in) argument
53 return (in);
57 htonl(uint32_t in) argument
59 return (in);
63 ntohl(uint32_t in) argument
65 return (in);
69 htons(uint16_t in) argument
75 ntohs(uint16_t in) argument
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dendian.c4 * You may only use this file in accordance with the terms of version
23 letoh16(uint16_t in) argument
25 return (in);
29 le16toh(uint16_t in) argument
31 return (in);
35 letoh32(uint32_t in) argument
37 return (in);
41 le32toh(uint32_t in) argument
43 return (in);
47 htole16(uint16_t in) argument
53 htole32(uint32_t in) argument
[all...]
H A Dbyteorder64.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
30 #include <netinet/in.h>
40 htonll(uint64_t in) argument
42 return (htonl(in >> 32) | ((uint64_t)htonl(in) << 32));
46 ntohll(uint64_t in) argument
48 return (ntohl(in >> 32) | (uint64_t)ntohl(in) << 32);
52 htobe64(uint64_t in) argument
58 htole64(uint64_t in) argument
64 betoh64(uint64_t in) argument
70 letoh64(uint64_t in) argument
76 be64toh(uint64_t in) argument
82 le64toh(uint64_t in) argument
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dendian.c4 * You may only use this file in accordance with the terms of version
17 * General, no-op functions for endian(3C). The rest are in byteorder.s.
23 htole16(uint16_t in) argument
25 return (in);
29 htole32(uint32_t in) argument
31 return (in);
35 htole64(uint64_t in) argument
37 return (in);
41 letoh16(uint16_t in) argument
43 return (in);
47 le16toh(uint16_t in) argument
53 letoh32(uint32_t in) argument
59 le32toh(uint32_t in) argument
65 letoh64(uint64_t in) argument
71 le64toh(uint64_t in) argument
[all...]
/illumos-gate/usr/src/cmd/netadm/
H A D_pmtab.sh7 # (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
H A D_sactab.sh7 # (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
H A D_sysconf.sh7 # (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
H A Dttydefs.sh7 # (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
H A Diu.ap.sh7 # 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
/illumos-gate/usr/src/cmd/initpkg/
H A Ddfstab.sh7 # 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
/illumos-gate/usr/src/stand/lib/xdr/
H A Dbyteorder.c6 * 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) argument
46 return ((uint64_t)htonl((in >> 32) & 0xffffffff) |
47 ((uint64_t)htonl(in & 0xffffffff) << 32));
51 ntohll(uint64_t in) argument
53 return ((uint64_t)ntohl((in >> 32) & 0xffffffff) |
54 ((uint64_t)ntohl(in & 0xffffffff) << 32));
58 htonl(uint32_t in) argument
70 ntohl(uint32_t in) argument
76 htons(uint16_t in) argument
87 ntohs(uint16_t in) argument
96 htonll(uint64_t in) argument
102 ntohll(uint64_t in) argument
108 htonl(uint32_t in) argument
114 ntohl(uint32_t in) argument
120 htons(uint16_t in) argument
126 ntohs(uint16_t in) argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c9 * Michigan is not used in any advertising or publicity
13 * University of Michigan is included in any copy of any
113 free_krb5_pa_pk_as_req(krb5_pa_pk_as_req **in) argument
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)
121 free((*in)
126 free_krb5_pa_pk_as_req_draft9(krb5_pa_pk_as_req_draft9 **in) argument
141 free_krb5_reply_key_pack(krb5_reply_key_pack **in) argument
152 free_krb5_reply_key_pack_draft9(krb5_reply_key_pack_draft9 **in) argument
161 free_krb5_auth_pack(krb5_auth_pack **in) argument
181 free_krb5_auth_pack_draft9(krb5_context context, krb5_auth_pack_draft9 **in) argument
190 free_krb5_pa_pk_as_rep(krb5_pa_pk_as_rep **in) argument
209 free_krb5_pa_pk_as_rep_draft9(krb5_pa_pk_as_rep_draft9 **in) argument
218 free_krb5_external_principal_identifier(krb5_external_principal_identifier ***in) argument
236 free_krb5_trusted_ca(krb5_trusted_ca ***in) argument
262 free_krb5_typed_data(krb5_typed_data ***in) argument
276 free_krb5_algorithm_identifier(krb5_algorithm_identifier *in) argument
288 free_krb5_algorithm_identifiers(krb5_algorithm_identifier ***in) argument
300 free_krb5_subject_pk_info(krb5_subject_pk_info **in) argument
311 free_krb5_kdc_dh_key_info(krb5_kdc_dh_key_info **in) argument
320 init_krb5_pa_pk_as_req(krb5_pa_pk_as_req **in) argument
332 init_krb5_pa_pk_as_req_draft9(krb5_pa_pk_as_req_draft9 **in) argument
346 init_krb5_reply_key_pack(krb5_reply_key_pack **in) argument
357 init_krb5_reply_key_pack_draft9(krb5_reply_key_pack_draft9 **in) argument
366 init_krb5_auth_pack(krb5_auth_pack **in) argument
378 init_krb5_auth_pack_draft9(krb5_auth_pack_draft9 **in) argument
386 init_krb5_pa_pk_as_rep(krb5_pa_pk_as_rep **in) argument
399 init_krb5_pa_pk_as_rep_draft9(krb5_pa_pk_as_rep_draft9 **in) argument
410 init_krb5_typed_data(krb5_typed_data **in) argument
420 init_krb5_subject_pk_info(krb5_subject_pk_info **in) argument
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.strsize.d4 * You may only use this file in accordance with the terms of version
19 * small and deliberately overflows it to prove we bail and return NULL in
29 in = "{\"a\": 1024}"; /* length == 19 */
30 out = json(in, "a");
31 printf("|%s|\n%s\n\n", in, out != NULL ? out : "<NULL>");
33 in = "{\"a\": 1024}"; /* length == 11 */
34 out = json(in, "a");
35 printf("|%s|\n%s\n\n", in, out != NULL ? out : "<NULL>");
37 in = "{\"a\":false,\"b\":true}"; /* length == 20 */
38 out = json(in, "
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dmemmove.c36 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);
/illumos-gate/usr/src/cmd/dtrace/demo/fbt/
H A Ddelay.d6 * (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;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.c11 * 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) argument
64 c = *(in++);
68 if (*in >= 'A' && *in <= 'Z')
70 *out = (*in) - 'A';
71 in++;
79 c = *(in
151 ti_unescape_string(const char *in) argument
160 ti_escape_memory(const char *in, const char *end) argument
213 ti_escape_string(const char *in) argument
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_lnaof.c5 * 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
41 #include <netinet/in.h>
52 inet_lnaof(in)
53 struct in_addr in;
55 register u_long i = ntohl(in.s_addr);
/illumos-gate/usr/src/lib/libbc/libc/inet/
H A Dinet_ntoa.c6 * (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 *)&in;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.echod/
H A DMakefile6 # (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
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.timed/
H A DMakefile6 # (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
/illumos-gate/usr/src/cmd/audio/include/
H A DResample.h6 * (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, in
[all...]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_node.c11 * 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
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) argument
138 ieee80211_node_incref(in);
139 return (in);
146 ieee80211_unref_node(ieee80211_node_t **in) argument
157 ieee80211_node_authorize(ieee80211_node_t *in) argument
171 ieee80211_node_unauthorize(ieee80211_node_t *in) argument
181 ieee80211_node_setchan(ieee80211com_t *ic, ieee80211_node_t *in, struct ieee80211_channel *chan) argument
327 ieee80211_node_t *in; local
402 ieee80211_node_t *in; local
420 ieee80211_match_bss(ieee80211com_t *ic, ieee80211_node_t *in) argument
552 ieee80211_node_t *in; local
650 ieee80211_ibss_merge(ieee80211_node_t *in) argument
748 ieee80211_sta_leave(ieee80211com_t *ic, ieee80211_node_t *in) argument
774 ieee80211_node_cleanup(ieee80211_node_t *in) argument
795 ieee80211_node_free(ieee80211_node_t *in) argument
815 ieee80211_node_getrssi(const ieee80211_node_t *in) argument
822 node_cleanfrag(ieee80211_node_t *in) argument
839 ieee80211_setup_node(ieee80211com_t *ic, ieee80211_node_table_t *nt, ieee80211_node_t *in, const uint8_t *macaddr) argument
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
1161 ieee80211_init_neighbor(ieee80211_node_t *in, const struct ieee80211_frame *wh, const struct ieee80211_scanparams *sp) argument
1193 ieee80211_node_t *in; local
1227 ieee80211_node_t *in; local
1263 ieee80211_node_t *in; local
1307 ieee80211_free_node_locked(ieee80211_node_t *in) argument
1327 ieee80211_free_node(ieee80211_node_t *in) argument
1345 ieee80211_node_reclaim(ieee80211_node_table_t *nt, ieee80211_node_t *in) argument
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
1551 ieee80211_node_leave(ieee80211com_t *ic, ieee80211_node_t *in) argument
[all...]

Completed in 152 milliseconds

1234567891011>>