Searched refs:out (Results 476 - 500 of 1666) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_crypt.c121 kg_encrypt(context, key, usage, iv, in, out, length)
127 krb5_pointer out;
156 outputd.ciphertext.data = out;
169 kg_decrypt(context, key, usage, iv, in, out, length)
175 krb5_pointer out;
204 outputd.data = out;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_util.c163 goto out;
190 goto out;
235 goto out;
250 goto out;
263 goto out;
284 out:
392 * It turns out that to change the machine account password,
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c27 #include "out.h"
49 goto out;
52 goto out;
55 goto out;
58 goto out;
87 goto out;
160 out:
/illumos-gate/usr/src/common/fs/
H A Dbootfsops.c66 canonicalise(const char *fn, char *out) argument
76 *out = '\0';
105 for (last = strsep(&s, "/"), q = oc = out; last != NULL;
110 for (oc = q; oc > out && *oc != '/'; oc--)
115 if (q > out)
117 q += snprintf(q, MAXPATHLEN - (q - out), "%s", last);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c105 goto out;
116 /* overflow error if time or size is out of range */
119 goto out;
130 out:
176 goto out;
181 goto out;
224 goto out;
290 goto out;
320 * Force modified metadata out to stable storage.
325 goto out;
[all...]
H A Dnfs4_srv.c1057 /* find out which flavors to return */
1146 goto out;
1151 goto out;
1155 * Verify the component name. If failed, error out, but
1156 * do not error out if the component name is a "..".
1165 goto out;
1172 goto out;
1178 goto out;
1188 goto out;
1198 out
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c53 * what type of probe to send out.
339 goto out;
345 goto out;
355 goto out;
364 out:
665 goto out;
671 goto out;
695 goto out;
701 goto out;
704 goto out;
[all...]
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c183 FILE *out; /* Write results here */ member in struct:callback_data
195 char outfile[FILENAME_MAX]; /* Filename for *out */
228 static void output_quoted_string(FILE *out, const char *z){ argument
235 fprintf(out,"'%s'",z);
237 fprintf(out,"'");
241 fprintf(out,"''");
244 fprintf(out,"%.*s''",i,z);
247 fprintf(out,"%s",z);
251 fprintf(out,"'");
259 static void output_html_string(FILE *out, cons argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c178 goto out;
183 goto out;
189 goto out;
215 goto out;
239 goto out;
262 out:
458 goto out;
463 goto out;
470 goto out;
489 goto out;
[all...]
H A Dsend.c95 * transport. This isn't entirely true (it's flushed out
158 goto out;
177 goto out;
414 out:
458 /* XXX - original code spits out warning */
463 /* XXX - original code spits out warning */
572 goto out;
585 out:
816 goto out;
879 out
[all...]
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c243 data is allocated and must eventually be freed. NULL is returned if out of
289 unsigned char *in, *out; local
301 out = malloc(len); assert(out != NULL);
303 head.extra = out;
305 head.name = out;
307 head.comment = out;
319 strm.next_out = out;
327 ret = inflateSetDictionary(&strm, out, 0);
331 ret = inflateSetDictionary(&strm, out,
511 unsigned char *in, *out, *win; local
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.c52 goto out;
59 out:
78 goto out;
85 out:
104 goto out;
111 out:
130 goto out;
137 out:
403 goto out;
409 goto out;
[all...]
/illumos-gate/usr/src/common/crypto/modes/
H A Dccm.c49 crypto_data_t *out, size_t block_size,
78 if (out != NULL)
79 crypto_init_ptrs(out, &iov_or_mp, &offset);
131 if (out == NULL) {
139 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1,
154 out->cd_offset += block_size;
172 goto out;
178 out:
207 ccm_encrypt_final(ccm_ctx_t *ctx, crypto_data_t *out, size_t block_size, argument
219 if (out
48 ccm_mode_encrypt_contiguous_blocks(ccm_ctx_t *ctx, char *data, size_t length, crypto_data_t *out, size_t block_size, int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), void (*copy_block)(uint8_t *, uint8_t *), void (*xor_block)(uint8_t *, uint8_t *)) argument
359 ccm_mode_decrypt_contiguous_blocks(ccm_ctx_t *ctx, char *data, size_t length, crypto_data_t *out, size_t block_size, int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), void (*copy_block)(uint8_t *, uint8_t *), void (*xor_block)(uint8_t *, uint8_t *)) argument
527 ccm_decrypt_final(ccm_ctx_t *ctx, crypto_data_t *out, size_t block_size, int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), void (*copy_block)(uint8_t *, uint8_t *), void (*xor_block)(uint8_t *, uint8_t *)) argument
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c364 * Callback function used by dladm_wlan_connect() to filter out unwanted
1618 goto out;
1622 goto out;
1625 goto out;
1628 goto out;
1631 goto out;
1635 out:
1657 goto out;
1661 goto out;
1667 goto out;
[all...]
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c159 goto out;
165 goto out;
171 goto out;
176 goto out;
183 goto out;
227 out:
334 goto out;
339 goto out;
344 goto out;
351 out
[all...]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c107 * Find out if the service is already running.
261 goto out;
271 goto out;
282 goto out;
288 goto out;
334 out:
368 goto out;
377 goto out;
388 goto out;
397 goto out;
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c227 goto out;
235 goto out;
245 goto out;
252 goto out;
259 goto out;
298 goto out;
301 goto out;
307 out:
648 goto out;
658 goto out;
[all...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_output.c44 TYPE *out = (void *)eng->e_data; \
54 op = out + eng->e_choffs[ch] + (hidx * incr); \
131 int32_t out = 0; local
138 out = p;
143 out = -p;
150 if (out > 0x7FFFFF)
151 out = 0x7FFFFF;
152 else if (out < -0x7FFFFF)
153 out = -0x7FFFFF;
155 chbufs[k][t] = out;
[all...]
/illumos-gate/usr/src/cmd/od/
H A Dod.c298 output_t *out; local
301 if ((out = calloc(1, sizeof (*src))) == NULL) {
314 (void) memcpy(out, src, sizeof (*src));
315 *tailp = out;
316 tailp = &out->next;
353 * run out of data.
861 output_t *out; local
897 for (out = head; out != NULL; out
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c517 goto out;
528 goto out;
533 goto out;
550 goto out;
553 out:
606 goto out;
611 goto out;
628 goto out;
631 out:
685 goto out;
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c274 * No returns after this until out.
294 goto out;
307 goto out;
364 goto out;
410 out:
429 * Don't "bail out" for VFS_UNMOUNTED here,
1037 goto out;
1104 out:
1378 * Don't "bail out" for VFS_UNMOUNTED here,
1689 goto out;
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dpkg.c198 nvlist_t *out = NULL; local
218 out = construct_fru_fmri(mp, pkgname, pcout);
224 return (out);
230 nvlist_t *in, nvlist_t **out)
244 if ((*out = pkg_fmri_create(mp, path)) == NULL)
303 nvlist_t *nvl, nvlist_t **out)
328 *out = fmristr;
229 pkg_fmri_create_meth(topo_mod_t *mp, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
302 pkg_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/libslp/javalib/com/sun/slp/
H A DServiceStoreFactory.java428 static void serialize(BufferedWriter out, ServiceStore store) argument
451 // Put out the service type and naming authority if the
462 // Write out line.
464 out.write(line.toString(), 0, line.length());
465 out.newLine();
481 // Write out the attributes.
514 out.write(line.toString(), 0, line.length());
515 out.newLine();
517 // Zero out string buffer.
525 out
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c32 char out; member in struct:words
72 q->inp = 0; q->out = 0; q->nst = 0; q->link = 0; q->fail = 0;
190 if (c->out && new(c)) {
278 s->out = 1;
307 smax->out = 1;
381 if ((state->nst)->out == 1) q->out = 1;
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.c55 * - Pull out common write == 0 case for speed in inflate_fast()
82 * for the in() and out() functions
103 local int updatewindow OF((z_streamp strm, unsigned out));
259 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
274 a.out > inffixed.h
330 local int updatewindow(strm, out)
332 unsigned out;
355 copy = out - strm->avail_out;
571 unsigned in, out; /* save starting available input and output */ local
592 out
[all...]

Completed in 104 milliseconds

<<11121314151617181920>>