Searched refs:out (Results 251 - 275 of 799) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_tab.c94 /* zero out new stuff */
126 /* zero out new stuff */
266 goto out;
270 goto out;
287 goto out;
290 goto out;
302 goto out;
314 out:
H A Dmeta_set_tkr.c128 goto out;
148 goto out;
201 out:
440 * write out (push) any changes we have to the mb
572 goto out;
585 goto out;
615 goto out;
635 goto out;
642 goto out;
649 goto out;
[all...]
H A Dmeta_db.c95 goto out;
100 goto out;
105 goto out;
110 goto out;
123 goto out;
128 out:
162 * mkmasterblks writes out the master blocks of the mddb to the replica.
206 * A side-effect of this loop is to zero out the entire mddb region
408 goto out;
411 goto out;
[all...]
H A Dmeta_set.c775 * By default, set up the parameters so that they are copied out.
1104 goto out;
1109 * Lock out other meta* commands by suspending
1122 goto out;
1134 goto out;
1147 goto out;
1149 out:
1261 goto out;
1272 goto out;
1298 goto out;
[all...]
/osnet-11/usr/src/lib/passwdutil/
H A Dldap_attr.c385 out:
420 goto out;
425 goto out;
430 goto out;
434 goto out;
440 goto out;
451 out:
1074 goto out;
1083 goto out;
1093 goto out;
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_file.c167 goto out;
193 goto out;
197 goto out;
250 out:
268 goto out;
273 goto out;
277 goto out;
287 goto out;
298 goto out;
304 out
[all...]
/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_bcj.c58 uint8_t *out; member in struct:xz_dec_bcj
414 memcpy(b->out + b->out_pos, s->temp.buf, copy_size);
456 memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size);
464 bcj_apply(s, b->out, &out_start, b->out_pos);
476 memcpy(s->temp.buf, b->out + b->out_pos, s->temp.size);
487 /* Make b->out{,_pos,_size} temporarily point to s->temp. */
488 s->out = b->out;
491 b->out = s->temp.buf;
498 b->out
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist73 33 Argument out of domain
77 37 Channel number out of range
81 41 Link number out of range
123 85 .lib section in a.out corrupted
160 145 Connection timed out
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_subr.c70 goto out;
77 goto out;
87 goto out;
94 goto out;
103 goto out;
108 out:
272 goto out;
279 goto out;
285 goto out;
292 goto out;
[all...]
H A Dbay_util.c477 goto out;
492 goto out;
502 goto out;
512 out:
582 goto out;
590 goto out;
596 goto out;
604 goto out;
609 out:
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c198 goto out;
206 goto out;
212 goto out;
217 goto out;
221 goto out;
229 goto out;
256 out:
474 goto out;
479 goto out;
482 goto out;
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecryptUtil.c75 * CKR_HOST_MEMORY: ran out of system memory
686 crypto_data_t out; local
692 out.cd_format = CRYPTO_DATA_RAW;
693 out.cd_offset = 0;
694 out.cd_length = DES_BLOCK_LEN;
695 out.cd_raw.iov_base = (char *)pLastPart;
696 out.cd_raw.iov_len = DES_BLOCK_LEN;
701 (char *)pLastPart, DES_BLOCK_LEN, &out);
795 crypto_data_t out; local
801 out
[all...]
H A DsoftEncryptUtil.c99 * CKR_HOST_MEMORY: ran out of system memory
697 crypto_data_t out; local
710 out.cd_format = CRYPTO_DATA_RAW;
711 out.cd_offset = 0;
712 out.cd_length = out_len;
713 out.cd_raw.iov_base = (char *)pLastEncryptedPart;
714 out.cd_raw.iov_len = out_len;
719 (char *)pLastEncryptedPart, out_len, &out);
792 crypto_data_t out; local
805 out
[all...]
/osnet-11/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...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c664 error(ERROR_SYSTEM|2, "out of space");
680 error(ERROR_SYSTEM|2, "out of space");
746 error(ERROR_SYSTEM|2, "out of space");
1126 error(ERROR_SYSTEM|2, "out of space");
1150 error(ERROR_SYSTEM|2, "out of space");
1751 error(ERROR_SYSTEM|2, "out of space");
1772 error(ERROR_SYSTEM|2, "out of space");
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccfns.c85 /* Bail out on errors in case someone is storing a non-ticket. */
287 goto out;
291 goto out;
295 krb5_set_error_message(context, ENOMEM, "malloc: out of memory");
303 out:
333 goto out;
337 goto out;
342 krb5_set_error_message(context, ENOMEM, "malloc: out of memory");
343 goto out;
348 out
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-fmtstream.c408 int out;
421 out = __vsnprintf (fs->p, avail, fmt, args);
423 if ((size_t) out >= avail)
424 size_guess = out + 1;
426 while ((size_t) out >= avail);
428 fs->p += out;
430 return out;
404 int out; local
/osnet-11/usr/src/grub/grub2/grub-core/loader/sparc64/ieee1275/
H A Dlinux.c308 goto out;
313 goto out;
317 goto out;
323 goto out;
334 goto out;
341 goto out;
348 out:
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c120 * Validate the PKCS#11 URI by parsing it out,
442 goto out;
446 goto out;
450 goto out;
465 goto out;
472 goto out;
478 out:
618 * Parse out the PKCS#11 URI and
718 goto out;
742 goto out;
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.c116 * the header and put it out on disk.
387 goto out;
392 goto out;
402 goto out;
407 * than just having the `out:' label clean them up) to save NFS
418 out:
506 goto out;
511 goto out;
515 goto out;
525 goto out;
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_program.c528 dt_header_provider(dtrace_hdl_t *dtp, dt_provider_t *pvp, FILE *out) argument
546 info.dthi_out = out;
555 if (fprintf(out, "#if _DTRACE_VERSION\n\n") < 0)
560 if (fprintf(out, "\n\n") < 0)
565 if (fprintf(out, "\n#else\n\n") < 0)
573 if (fprintf(out, "\n#endif\n\n") < 0)
580 dtrace_program_header(dtrace_hdl_t *dtp, FILE *out, const char *fname) argument
591 if (fprintf(out, "#ifndef\t_%s\n#define\t_%s\n\n",
596 if (fprintf(out, "#include <unistd.h>\n\n") < 0)
599 if (fprintf(out, "#ifde
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/common/
H A Dcpu.c167 nvlist_t *in, nvlist_t **out)
201 if (topo_mod_nvalloc(mod, out, NV_UNIQUE_NAME) != 0)
203 if (nvlist_add_uint32(*out, TOPO_METH_PRESENCE_STATE_RET, rval) != 0) {
204 nvlist_free(*out);
214 nvlist_t *in, nvlist_t **out)
282 nvlist_t *in, nvlist_t **out)
326 if (topo_mod_nvalloc(mod, out, NV_UNIQUE_NAME) != 0)
328 if (nvlist_add_uint32(*out, TOPO_METH_SERVICE_STATE_RET, rc) != 0) {
329 nvlist_free(*out);
166 cpu_presence_state(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
213 cpu_expand(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
281 cpu_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.pm66 my ($in,$out) = split(/\0/,(${^OPEN} || "\0"), -1);
86 (warnings::warnif("layer", "Cannot figure out an encoding to use"), last)
111 $out = join(' ',@val);
114 $in = $out = join(' ',@val);
120 ${^OPEN} = join("\0",$in,$out) if $in or $out;
129 if ($out) {
130 if ($out =~ /:utf8\b/) {
133 } elsif ($out =~ /(\w+\(.+\))/) {
225 for input/output handles. For example, if both input and out ar
[all...]
/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dgetpwnam.c409 goto out;
416 goto out;
424 goto out;
430 goto out;
435 goto out;
441 goto out;
453 goto out;
459 goto out;
465 out:

Completed in 134 milliseconds

<<11121314151617181920>>