/illumos-gate/usr/src/lib/lvm/libsvm/common/ |
H A D | metainterfaces.c | 195 goto out; 203 goto out; 213 goto out; 218 out: 228 * sitting out on the real system disk and we're running off the
|
/illumos-gate/usr/src/lib/print/libhttp-core/common/ |
H A D | http.h | 221 HTTP_REQUEST_TIMEOUT, /* Request timed out */ 235 HTTP_GATEWAY_TIMEOUT, /* Gateway connection timed out */ 386 extern char *httpEncode64(char *out, const char *in); 387 extern char *httpDecode64(char *out, const char *in); 402 extern char *httpDecode64_2(char *out, int *outlen, const char *in); 403 extern char *httpEncode64_2(char *out, int outlen, const char *in,
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | mem.c | 186 nvlist_t *in, nvlist_t **out) 268 *out = nvl; 311 nvlist_t *in, nvlist_t **out) 330 *out = asru; 185 mem_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument 310 mem_fmri_create(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | fwd_tgt.c | 82 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/gss_mechs/mech_krb5/krb5/os/ |
H A D | dnsglue.c | 316 SAFE_GETUINT16(ds->ansp, ds->anslen, p, 2, ntype, out); 318 SAFE_GETUINT16(ds->ansp, ds->anslen, p, 6, nclass, out); 319 SAFE_GETUINT16(ds->ansp, ds->anslen, p, 2, rdlen, out); 337 out:
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | tdump.c | 45 int sh_tdump(Sfio_t *out, const Shnode_t *t) argument 47 outfile = out; 54 static int outstring(Sfio_t *out, const char *string, int n) argument 59 r = sfwrite(out,cp,n);
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_locale_misc.sh | 80 typeset out 91 ${SHELL} -c 'LC_MESSAGES=C ${SHELL} -c "cd no_dir_llkk ; export LC_ALL="ko_KR.UTF-8" ; cd "no_dir_ooo" ; true"' >"out" 2>&1 || err_exit "Test shell failed with non-zero exit code $?" 97 done <"out" 102 rm "out" 159 ${SHELL} -c "unset LANG \${!LC_*} ; ${SHELL} -c \"${ts}\"" >out 2>&1 || err_exit "test returned non-zero exit code $?" 163 done <"out" 168 #cat out 173 rm "out"
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | AvgValue.java | 58 System.out.println(e);
|
H A D | StackFrame.java | 68 System.out.println(e);
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | reg_compile.c | 49 goto out; \ 172 goto out; 209 goto out; 427 out:
|
/illumos-gate/usr/src/lib/libunistat/ |
H A D | Makefile.com | 55 LINTOUT= lint.out 56 LINTOUT_INTER= lintinter.out
|
/illumos-gate/usr/src/lib/librdc/ |
H A D | Makefile.com | 50 LINTOUT= lint.out 51 LINTOUT_INTER= lintinter.out
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | _stack_grow.s | 96 / Try one last time to take out the process.
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | _stack_grow.s | 98 / Try one last time to take out the process.
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | isnan.s | 46 subl $0x7ff00000,%eax / weed out finite values
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Host.java | 38 System.out.println(getLocalHostName()); 39 System.out.println(getDomainName()); 40 System.out.println(getNisHost("master")); 43 System.out.println(e);
|
/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | abi_index.pl | 55 # parameters for what types of libraries to list out: 234 my ($file, $out); 236 ($file, $out) = split(/:/, $_, 2); 237 if ($list{$file} && $out =~ /\bELF\b/) { 238 $fileoutput{$file} = $out; 327 # file format and then print it out. 341 # work out the type of library:
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | b.c | 149 overflo("out of space in makedfa"); 152 overflo("out of space in makedfa"); 166 f->out[2] = 0; 171 overflo("out of space in makeinit"); 176 f->out[2] = 1; 181 *f->posns[2] = k-1; /* leave out position 0 */ 186 f->out[0] = f->out[2]; 290 dprintf(("cclenter: in = |%s|, out = |%s|\n", op, chars)); 433 if (f->out[ [all...] |
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/ |
H A D | zero.s | 29 * Routine to zero out a section of memory (the tail end of the data segment 42 ba 3f ! Go find out,
|
/illumos-gate/usr/src/cmd/lms/heci/ |
H A D | HECIUnix.cpp | 260 goto out; 277 goto out; 283 goto out; 288 out:
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | open.c | 164 goto out; 174 goto out; 198 goto out; 276 out:
|
/illumos-gate/usr/src/uts/common/xen/public/ |
H A D | memory.h | 91 * @out.extent_list provides GMFNs of the newly-allocated memory. 107 * 1. @in.domid == @out.domid 109 * @out.nr_extents << @out.extent_order 110 * 3. @in.extent_start and @out.extent_start lists must not overlap 111 * 4. @out.extent_start lists GPFN bases to be populated 112 * 5. @out.extent_start is overwritten with allocated GMFN bases 114 struct xen_memory_reservation out; member in struct:xen_memory_exchange
|
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_cmd.c | 224 goto out; 248 goto out; 253 goto out; 317 out:
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | klmmod.c | 258 goto out; 291 goto out; 296 goto out; 302 out:
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | ndrtypes.ndl | 36 #define OUT [out] 37 #define INOUT [in out]
|