/illumos-gate/usr/src/cmd/zinject/ |
H A D | translate.c | 232 goto out; 250 goto out; 267 goto out; 278 goto out; 306 goto out; 320 out:
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 184 * This is called by smbfs_pathconf to find out 186 * There's no short-cut way to find out, so we 218 goto out; 222 goto out; 228 out: 334 goto out; 343 goto out; 360 out: 402 * Watch out for zero-length strings here.
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | message.c | 287 goto out; 296 out: 350 goto out; 364 goto out; 374 goto out; 381 out:
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_vf.c | 551 goto out; 555 goto out; 560 goto out; 567 goto out; 575 goto out; 582 out:
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_set_drv.c | 250 * leaves the local mddbs set, node and drive records out-of-sync, the 286 goto out; 292 * Lock out other meta* commands by suspending 302 goto out; 311 goto out; 320 goto out; 327 goto out; 343 goto out; 351 goto out; 362 goto out; [all...] |
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystore.h | 124 boolean_t encrypt, CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, 128 CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, CK_ULONG_PTR out_len);
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | fmd.c | 128 nvlist_t *nvl, nvlist_t **out) 155 *out = fmristr; 127 fmd_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 D | util.c | 141 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/i86pc/hostbridge/ |
H A D | hb_i86pc.c | 147 platform_hb_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument 149 return (labelmethod_inherit(mod, node, in, out));
|
/illumos-gate/usr/src/lib/libsasl/plugin/ |
H A D | plugin_common.c | 124 struct sockaddr *out, socklen_t outlen) 139 if(!utils || !addr || !out) { 232 memcpy(out, &ss, len); 242 buffer_info_t *out; local 259 out = *output; 261 out->curlen = 0; 263 out->curlen += vec[i].iov_len; 265 ret = _plug_buf_alloc(utils, &out->data, &out->reallen, out 123 _plug_ipfromstring(const sasl_utils_t *utils, const char *addr, struct sockaddr *out, socklen_t outlen) argument 323 _plug_strdup(const sasl_utils_t * utils, const char *in, char **out, int *outlen) argument [all...] |
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | Makefile.com | 42 LINTOUT= lint.out
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | inet6_rthdr.c | 115 inet6_rth_reverse(const void *in, void *out) argument 124 rtout = (struct ip6_rthdr0 *)out;
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_simple.c | 91 const xdrproc_t outproc, char *out, const char *netclass) 163 outproc, out, tottimeout); 89 rpc_call(const char *host, const rpcprog_t prognum, const rpcvers_t versnum, const rpcproc_t procnum, const xdrproc_t inproc, const char *in, const xdrproc_t outproc, char *out, const char *netclass) argument
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | idmap_priv.h | 206 extern void idmap_trace_print_1(FILE *out, char *prefix, nvlist_t *entry); 207 extern void idmap_trace_print(FILE *out, char *prefix, nvlist_t *trace);
|
/illumos-gate/usr/src/common/crypto/arcfour/sun4v/ |
H A D | arcfour_crypt.c | 59 * in and out can point to the same location 62 arcfour_crypt(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len) argument 81 len--, in++, out++) { 89 *out = *in ^ key->arr[tmp]; 98 /* See if we're fortunate and 'out' got aligned as well */ 107 if ((((uintptr_t)out) & 7) != 0) { 120 out[ii] = in[ii] ^ base[tmp0]; 152 * Note - in and out may now be misaligned - 153 * as updating [out] in 8B chunks need to handle this 155 * Need to drop out o [all...] |
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmCalls.java | 53 public static void testout(String out) { argument 54 Debug.info(out);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_hc.c | 50 /* OFMT call back to print out a hc server result field. */ 76 /* OFMT call back to print out a hc info field. */ 134 * Print out health check objects given their name. 135 * Or print out all health check objects if no name given. 156 goto out; 172 out: 287 goto out; 301 out: 399 goto out; 404 out [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.d | 39 pid$1:a.out:waiting:entry
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | stable.c | 38 #include "out.h" 153 out(O_DIE, "internal error: Stablesz not set"); 162 out(O_DIE, "too big for string table %.20s...", s);
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | util_helper.c | 173 goto out; 183 out:
|
/illumos-gate/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 356 goto out; 358 goto out; 360 goto out; 362 goto out; 378 goto out; 382 goto out; 390 goto out; 474 out:
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | des_int.h | 152 mit_des_cblock *out, long length, 217 mit_des_cblock *out,
|
/illumos-gate/usr/src/uts/sun4v/io/n2rng/ |
H A D | n2rng_provider.c | 66 fips_random(n2rng_t *n2rng, uint8_t *out, size_t nbytes) argument 144 bcopy(tempout, &out[i], min(nbytes - i, SHA1BYTES));
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestDrop.java | 90 System.out.println("Lock held"); 93 System.out.println("Lock released");
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | disk.c | 330 goto out; 347 goto out; 352 goto out; /* Nothing more to do */ 368 goto out; 375 goto out; 385 goto out; 390 goto out; 393 out:
|