Searched refs:out (Results 851 - 875 of 1666) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c883 goto out;
887 goto out;
892 out:
1000 "NFS: out of memory setting "
1544 * to break out of the nested loops, cleanup and return NULL.
1575 goto out;
1584 goto out;
1592 goto out;
1604 goto out;
1615 goto out;
[all...]
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c532 FILE *out = fdopen(dup(fd), "wb"); local
537 (void) setvbuf(out, outbuf, _IOFBF, FBUFSIZE);
541 Fseek(*offp, out);
544 Fwrite(&csize, sizeof (uint32_t), out);
554 Fwrite(cbuf, csize, out);
559 (void) fclose(out);
630 * From dumphdr.h: Two headers are written out: one at the
660 * Write out the modified dump header to the dump device.
895 char *out; local
933 out
1017 char *out; local
1190 char *out; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1342 /* Zero out bits not used in IPv6 address */
1429 * which ones are here and which ones are not. For the somewhat out
1973 * packets that have been tagged "out of window" by the TCP
2056 int out = fin->fin_out; local
2059 IPF_BUMP(ifs->ifs_frstats[out].fr_ads);
2061 IPF_BUMP(ifs->ifs_frstats[out].fr_bads);
2142 int out; local
2145 out = fin->fin_out;
2150 fin->fin_fr = ifs->ifs_ipfilter6[out][ifs->ifs_fr_active];
2153 fin->fin_fr = ifs->ifs_ipfilter[out][if
2845 int out; local
7265 int error, out, count; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dvariables.sh489 VAR=new $tmp/script > $tmp/out
490 got=$(<$tmp/out)
495 VAR=new $tmp/script > $tmp/out
496 got=$(<$tmp/out)
501 VAR=new $tmp/script > $tmp/out
502 got=$(<$tmp/out)
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c66 "[L:log?When a \b--forever\b file times out via \b--timeout\b, verify that "
203 register Sfio_t* out; local
213 out = tmp[0] = sftmp(a);
216 while ((n = sfmove(infile, out, number, delim)) > 0)
218 offset[fno] = sftell(out);
221 out = tmp[fno= !fno];
222 sfseek(out, (Sfoff_t)0, SEEK_SET);
385 error(2, "-%c: %s: invalid numeric argument -- out of range", o, s);
387 error(2, "%s: invalid numeric argument -- out of range", s);
614 error(ERROR_system(1), "out o
[all...]
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c403 goto out;
407 goto out;
413 goto out;
422 goto out;
431 goto out;
538 out:
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c118 /* ran out of providers entries */
120 cmn_err(CE_WARN, "out of providers entries");
610 goto out;
657 out:
704 goto out;
711 goto out;
755 goto out;
763 out:
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c272 goto out;
281 goto out;
288 goto out;
302 goto out;
308 goto out;
386 out:
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzwrite.c27 gz_error(state, Z_MEM_ERROR, "out of memory");
34 state->out = (unsigned char *)malloc(state->want);
35 if (state->out == NULL) {
37 gz_error(state, Z_MEM_ERROR, "out of memory");
48 free(state->out);
50 gz_error(state, Z_MEM_ERROR, "out of memory");
61 strm->next_out = state->out;
99 /* write out current buffer contents if full, or if flushing, but if
111 strm->next_out = state->out;
570 free(state->out);
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_bay.c229 goto out;
247 goto out;
256 out:
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c462 goto out;
471 goto out;
502 out:
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c224 goto out;
237 goto out;
265 out:
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoscan.c168 goto out; /* EOF seen, nothing converted */
182 goto out; /* EOF seen, nothing converted */
191 out:
/illumos-gate/usr/src/cmd/vi/misc/
H A Dxstr.c221 goto out;
250 out:
422 goto out;
428 out:
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c154 FILE *in, *out; local
161 out = stderr;
163 out = in;
183 out);
184 (void) fflush(out);
192 (void) fputc('\n', out);
197 (void) fputs("Try again\n", out);
204 (void) fputs("Please reenter password:", out);
205 (void) fflush(out);
208 (void) fputc('\n', out);
[all...]
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c188 goto out;
191 goto out;
237 out:
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_tx.c180 static int parseline(line, ip, ifn, out)
184 int *out;
211 *out = (TOLOWER(c) == 'o') ? 1 : 0;
/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c366 goto out;
373 goto out;
410 out:
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c389 aes_copy_block64(uint8_t *in, uint64_t *out) argument
393 out[0] = *(uint64_t *)&in[0];
395 out[1] = *(uint64_t *)&in[8];
397 uint8_t *iv8 = (uint8_t *)&out[0];
1016 goto out;
1048 goto out;
1056 goto out;
1063 goto out;
1078 out:
1147 goto out;
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c579 goto out;
596 goto out;
607 out:
H A Dprintf.c126 goto out;
144 goto out;
166 out:
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c1084 * mode - access mode for copying data out.
1193 /* Work out where we are in the allocated buffer */
1521 goto out;
1536 goto out;
1564 goto out;
1585 goto out;
1601 goto out;
1603 out:
1640 goto out;
1659 out
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_mem.c108 goto out;
125 goto out;
136 out:
/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c459 (void) out("# %s and %s unchanged\n",
485 (void) out("# writing changes to %s\n", cuname);
504 (void) out("# writing changes to %s\n", tuname);
682 * test main for conf module, usage: a.out conffile
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c523 goto out;
528 goto out;
556 out:

Completed in 133 milliseconds

<<31323334353637383940>>