Searched refs:out (Results 1201 - 1225 of 1666) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c278 goto out;
312 out:
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c928 * out of band data is allowed even if the connection
1671 goto out;
1750 goto out;
1769 goto out;
1815 goto out;
1822 goto out;
1844 goto out;
1871 goto out;
1911 out:
H A Dsocksyscalls.c439 * Accept a connection on so1. Pass out the new fd as sv[0].
529 * swapping out, we should set it on the new one too.
537 * svs[0] when this code passes out a different file
887 * copy out.
2523 goto out;
2553 goto out;
2621 goto out;
2639 goto out;
2683 out:
2863 goto out;
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1006 goto out;
1009 goto out;
1018 goto out;
1041 out:
1071 goto out;
1081 out:
1151 * Otherwise, dig the file system type information out of the mount
1881 goto out;
1917 out:
2119 * Clear out an
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_phy.c289 goto out;
387 out:
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl208 my $out = $prevline."\n".$line;
211 printf $fmt, $filename, $., $error, $out;
299 # figure out if we are in a cpp directive
533 # they are used to comment out the argument list of a function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c2261 CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, CK_ULONG_PTR out_len)
2269 * The caller will pass NULL for "out" (output buffer) to find out
2273 if (out == NULL) {
2325 * Since out == NULL, the soft_aes_xxcrypt_common() will
2330 in_len, out, out_len, B_FALSE);
2333 in_len, out, out_len, B_FALSE);
2344 in_len, out, &tmplen, B_TRUE);
2348 out+tmplen, &tmplen1);
2353 in_len, out,
2260 soft_keystore_crypt(soft_object_t *key_p, uchar_t *ivec, boolean_t encrypt, CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, CK_ULONG_PTR out_len) argument
2373 soft_keystore_hmac(soft_object_t *key_p, boolean_t sign, CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, CK_ULONG_PTR out_len) argument
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c2419 goto out;
2428 goto out;
2439 goto out;
2450 goto out;
2461 goto out;
2472 goto out;
2521 goto out;
2530 goto out;
2543 goto out;
2552 goto out;
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c292 * Figure out which attributes the server wants. We only
884 CB_WARN("nfs4_cb_args: out of program numbers\n");
1488 * structure, start recovery and get out.
1622 goto out;
1646 goto out;
1664 goto out;
1667 goto out;
1684 goto out;
1694 out:
1767 goto out;
[all...]
H A Dnfs_dlinet.c543 goto out;
549 goto out;
557 goto out;
572 out:
651 * Find out our local (IP) address.
1515 * is used by a diskless client to find out its
1723 goto out;
1731 goto out;
1737 goto out;
1745 goto out;
2096 mycallrpc(struct knetconfig *knconf, struct netbuf *call_addr, rpcprog_t prognum, rpcvers_t versnum, rpcproc_t procnum, xdrproc_t inproc, char *in, xdrproc_t outproc, char *out, int timeo, int retries) argument
[all...]
H A Dnfs4_recovery.c216 * ops we need to resynchronize and possibly back out the
767 goto out;
772 goto out;
779 goto out;
784 * finishes. We don't block out recovery operations until we
789 goto out;
800 goto out;
806 goto out;
821 goto out;
836 goto out;
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c181 cmn_err(CE_WARN, "qlge(%d)wait reg %x, bit %x time out",
1141 QL_PRINT(DBG_GLD, ("all data out,clean up \n"));
1683 goto out;
1730 goto out;
1748 out:
2130 goto out;
2134 out:
2596 * First read out the NIC ETS
2606 * Now read out the CNA ETS
2638 goto out;
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c234 * ready to write out.
377 int in, out; /* buffer offsets */ member in struct:helper
2026 hp->out = 0;
2060 * hp->out is the next index to fill data
2075 /* If flush, or cpout is full, write it out */
2077 hp->cpout != NULL && hp->out + osize > hp->cpout->size) {
2080 cs = DUMP_SET_TAG(hp->out - CSIZE, hp->tag);
2084 dumpsys_swrite(hp, hp->cpout, hp->out);
2099 hp->out = CSIZE;
2105 (void) memcpy(hp->cpout->buf + hp->out,
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c1459 goto out;
1508 out:
1549 goto out;
1565 goto out;
1573 /* zero out any partial block data at the start of the range */
1599 goto out;
1603 goto out;
1612 /* zero out any partial block data at the end of the range */
1633 goto out;
1726 out
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c626 goto out;
642 out:
659 goto out;
674 out:
694 goto out;
710 out:
979 goto out;
989 goto out;
1001 goto out;
1006 goto out;
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c427 goto out;
434 goto out;
444 out:
777 goto out;
794 * If db_ref is maxed out we can't dup this message anymore.
799 goto out;
804 out:
851 goto out;
865 out:
1084 goto out;
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c4325 goto out;
4337 goto out;
4349 goto out;
4366 goto out;
4373 goto out;
4378 out:
4411 goto out;
4423 goto out;
4435 goto out;
4449 goto out;
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c335 (void) fprintf(stderr, gettext("internal error: out of memory\n"));
366 * Callback routine that will print out information for each of
972 goto out;
993 goto out;
1010 out:
1169 goto out;
1174 goto out;
1180 out:
1290 goto out;
1297 goto out;
[all...]
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h668 * may be same buffer as out
671 * out -- buffer to copy user name
692 char *out,
875 * out:
1209 * SASL_NOMEM -- out of memory
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c610 goto out;
616 goto out;
621 goto out;
632 out:
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregate.java57 System.out.println(e);
H A DDistribution.java393 System.out.println(e);
H A DOption.java124 System.out.println(e);
H A DPrintaRecord.java108 System.out.println(e);
H A DProbeDescription.java96 System.out.println(e);

Completed in 209 milliseconds

<<41424344454647484950>>