Searched defs:out (Results 76 - 100 of 354) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dlegacy_hc.c186 nvlist_t *nvl, nvlist_t **out)
213 *out = fmristr;
185 legacy_hc_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *nvl, nvlist_t **out) argument
H A Dzfs.c198 nvlist_t *nvl, nvlist_t **out)
225 *out = fmristr;
197 zfs_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *nvl, nvlist_t **out) argument
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dutil.c141 labelmethod_inherit(topo_mod_t *mp, tnode_t *tn, nvlist_t *in, nvlist_t **out) argument
149 *out = NULL;
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.c58 nvlist_t **out)
68 *out = NULL;
76 return (pci_label_cmn(mod, node, in, out));
99 nvlist_t **out)
142 *out = NULL;
170 *out = rnvl;
181 return (pci_fru_compute(mod, node, in, out));
57 platform_pci_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
98 platform_pci_fru(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dseq.c33 * This module implements the interfaces for replay and out-of-sequence
53 * to fetch these entries. This way other routines can be added with out
163 /* Print out the sequence history to stderr */
176 /* Print out the sequence history */
285 * Lint will complain if it is not commented out.
313 seq_word_t in = 0, out; local
336 /* The out going bits */
337 out = (sa->arr[i] >> (WBITS - n));
340 * the most significant bits shifted out of the previous
345 in = out;
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfwd_tgt.c82 krb5_creds in, *out = 0; local
91 retval = krb5_get_credentials (context, 0, cc, &in, &out);
96 enctype = out->keyblock.enctype;
97 krb5_free_creds (context, out);
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c259 uu_dump(FILE *out, const char *prefix, const void *buf, size_t len) argument
267 (void) fprintf(out, "%s", prefix);
269 (void) fprintf(out, "%2.2x ", p[i + j]);
272 (void) fprintf(out, " ");
275 (void) fprintf(out, "%c",
278 (void) fprintf(out, "\n");
/illumos-gate/usr/src/lib/libc/port/gen/
H A Darc4random.c160 uint32_t out; local
163 arc4_fill((uint8_t *)&out, sizeof (uint32_t));
165 return (out);
H A Dselect_large_fdset.c76 long *in, *out, *ex; local
137 out = (long *)out0->fds_bits;
147 b = (ulong_t)(*in | *out | *ex);
155 if (*out & m)
175 out++;
192 * Clear out bit masks, just in case.
202 out = (long *)out0->fds_bits;
204 *out++ = 0;
238 * BUT until we figure out how not to break Xsun's
270 out
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcmp.c77 static void outchar(Sfio_t *out, register int c, int delim) argument
81 sfputc(out,'M');
82 sfputc(out,'-');
87 sfputc(out,'^');
90 sfputc(out,c);
91 sfputc(out,delim);
H A Dpaste.c82 * to <out>
85 static int paste(int nstream,Sfio_t* streams[],Sfio_t *out, register const char *delim, int dsiz, int dlen, Delim_t* mp) argument
104 sfnputc(out, *delim, n);
108 sfwrite(out,delim,dsiz);
116 sfwrite(out,delim,z);
121 if(sfwrite(out,cp,sfvalue(fp)-((n+1)<nstream)) < 0)
133 sfwrite(out,mp[d].chr,mp[d].len);
135 sfputc(out,c);
139 sfputc(out,'\n');
146 * Handles paste -s, for file <in> to file <out> usin
148 spaste(Sfio_t *in,register Sfio_t* out,register const char *delim,int dsiz,int dlen,Delim_t* mp) argument
[all...]
/illumos-gate/usr/src/lib/libgss/
H A Doid_ops.c516 gss_OID_desc *out = &copy->elements[index]; local
519 if ((out->elements = (void *) malloc(in->length)) == NULL) {
523 (void) memcpy(out->elements, in->elements, in->length);
524 out->length = in->length;
/illumos-gate/usr/src/common/crypto/dsa/
H A Ddsa_impl.c254 dsa_sign(DSAbytekey *bkey, uchar_t *in, uint32_t inlen, uchar_t *out) argument
399 * Signature is in DSA key r and s values, copy to out
401 bignum2bytestring(out, &(dsakey.r), DSA_SUBPRIME_BYTES);
402 bignum2bytestring(out + DSA_SUBPRIME_BYTES, &(dsakey.s),
/illumos-gate/usr/src/common/crypto/modes/
H A Dctr.c44 crypto_data_t *out, size_t block_size,
71 if (out != NULL)
72 crypto_init_ptrs(out, &iov_or_mp, &offset);
121 if (out == NULL) {
129 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1,
139 out->cd_offset += block_size;
157 goto out;
163 out:
168 ctr_mode_final(ctr_ctx_t *ctx, crypto_data_t *out, argument
180 if (out
43 ctr_mode_contiguous_blocks(ctr_ctx_t *ctx, char *data, size_t length, crypto_data_t *out, size_t block_size, int (*cipher)(const void *ks, const uint8_t *pt, uint8_t *ct), void (*xor_block)(uint8_t *, uint8_t *)) argument
[all...]
/illumos-gate/usr/src/common/iscsi/
H A Dbase64.c66 outdec64(unsigned char *out, unsigned char *chr, int num) argument
70 unsigned char *outptr = out;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_main.c199 FILE *out = (level <= RCM_ERROR) ? stderr : stdout; local
200 (void) vfprintf(out, message, ap);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c114 u_int out; local
118 out = stats->comp_bytes + stats->unc_bytes;
122 out >>= 8;
123 if (out != 0)
124 stats->ratio /= out;
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_msgs.c73 FILE *out; local
162 if ((out = fopen(p->fname, "w")) == NULL) {
169 1, out);
173 p->nmsg, out);
176 p->nmsg, out);
179 hash_size, out);
181 (void) fwrite(ids, id_len, 1, out);
183 (void) fwrite(strs, str_len, 1, out);
185 (void) fclose(out);
H A Dgnu_msgs_rev.c83 FILE *out; local
167 if ((out = fopen(p->fname, "w")) == NULL) {
174 1, out);
178 p->nmsg, out);
181 p->nmsg, out);
184 hash_size, out);
186 (void) fwrite(ids, id_len, 1, out);
188 (void) fwrite(strs, str_len, 1, out);
190 (void) fclose(out);
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.c26 * out.c -- some basic output routines
41 #include "out.h"
45 /* stats we keep for "out" module */
127 * vout -- va_list version of out()
241 * out -- spew a line of output, with various options
245 out(int flags, const char *fmt, ...) function
264 out(flags|O_NONL, "%s:%d: ", fname, line);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DFir.cc69 double *out,
74 *out++ = (double)*in++;
170 short *out)
181 short *out_ptr = out;
195 return (out_ptr - out);
206 flush(short *out) // zero input response of Fir argument
212 num = filter_noadjust(in, num, out);
239 short *out)
242 return (flush(out));
244 return (filter_noadjust(in, size, out));
68 short2double( double *out, short *in, int size) argument
167 filter_noadjust( short *in, int size, short *out) argument
236 filter( short *in, int size, short *out) argument
[all...]
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_utils.c217 char *out, *in; local
223 out = (char *)dataOut->value;
229 (void) sprintf(out, "%02X", tmp);
230 out++;
231 out++;
233 dataOut->length = out - (char *)dataOut->value;
234 *out = '\0';
/illumos-gate/usr/src/cmd/split/
H A Dsplit.c68 long long out; local
260 for (out = 0; out < byte_count; out++) {
299 for (out = 0; out < line_count; out++) {
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_policy.c881 static char out[50]; local
896 snprintf(out, sizeof(out), "%s%d %s %02d:%02d:%02d", neg ? "-" : "",
899 return out;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dcombine_keys.c304 unsigned char *out,
348 memcpy(out+n, outblock.data, (keybytes - n));
352 memcpy(out+n, outblock.data, outblock.length);
300 dr( krb5_context context, const struct krb5_enc_provider *enc, const krb5_keyblock *inkey, unsigned char *out, const krb5_data *in_constant) argument

Completed in 876 milliseconds

1234567891011>>