Searched refs:out (Results 1051 - 1075 of 1666) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_dev.c541 goto out;
547 goto out;
575 goto out;
585 /* try to find out the ending transaction */
609 out:
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c127 goto out;
133 goto out;
144 goto out;
154 out:
383 /* ic starts out kmem_zalloc()ed */
515 * but the one problem that rules this out is that 64bit updates are
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Drdma_user_cm.h86 uint16_t out; member in struct:rdma_ucm_cmd_hdr
/illumos-gate/usr/src/cmd/logadm/
H A Derr.c153 * out -- print a message and return
159 out(const char *fmt, ...) function
261 err(0, "%s:%d: out of memory", fname, line);
277 err(0, "%s:%d: out of memory", fname, line);
295 err(0, "%s:%d: out of memory", fname, line);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c63 #error "fix me: MAXSIG out of bounds"
173 goto out;
178 goto out;
193 goto out;
220 out:
228 * We are out of the critical region and are ready to take a signal.
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dskein_mod.c661 goto out;
665 goto out;
667 goto out;
669 out:
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbpobj.c108 goto out;
139 out:
264 goto out;
342 out:
/illumos-gate/usr/src/uts/sun4u/
H A DMakefile284 cscope.out tags: FRC
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.c65 /* Find out the hw credits for each TC */
106 goto out;
134 /* Find out the link percentage for each TC first */
164 * enough to send out a jumbo frame in data plane arbitration.
173 * credit may not be enough to send out a TSO
188 out:
265 goto out;
276 out:
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s71 * point for the a.out.
135 jmp *%eax / transfer control to a.out
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c297 * wimped-out on the error codes! :).
495 * Shim for taking commands from BF and passing them out to 'standard'
705 bf_init(const char *rc, ficlOutputFunction out) argument
756 fsi->textOut = out;
1526 goto out;
1556 goto out;
1559 out:
1589 goto out;
1600 goto out;
1605 goto out;
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dinfback.c207 /* Assure that some output space is available, by writing out the window
216 if (out(out_desc, put, left)) { \
228 in() and out() are the call-back input and output functions. When
231 window, it calls out() to write out the data. The application must not
236 in() and out() are called with a descriptor parameter provided in the
241 in() should return zero on failure. out() should return non-zero on
242 failure. If either in() or out() fails, than inflateBack() returns a
244 was in() or out() that caused in the error. Otherwise, inflateBack()
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_des
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/include/amd64/
H A Defibind.h116 #define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al
/illumos-gate/usr/src/boot/sys/boot/efi/include/i386/
H A Defibind.h117 #define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-cpL_varied_recsize.ksh127 typeset stream=$BACKDIR/stream.out
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c495 * break out of loop walking through
561 * all checked out, then we will make it OK.
1068 goto out;
1094 goto out;
1107 goto out;
1112 goto out;
1138 goto out;
1160 out:
1557 /* Write out the set and drive and node records to the local mddb */
2027 goto out;
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c24 # include <linux/a.out.h>
93 static char *filters[4] = { "ipfilter(in)", "ipfilter(out)",
94 "ipacct(in)", "ipacct(out)" };
639 * Get pointers to each list of rules (active, inactive, in, out)
747 PRINTF(" IPv6 packets:\t\tin %lu out %lu\n",
771 PRINTF("fragment state(out):\tkept %lu\tlost %lu\tnot fragmented %lu\n",
776 PRINTF("packet state(out):\tkept %lu\tlost %lu\n",
781 PRINTF("Result cache hits(in):\t%lu\t(out):\t%lu\n",
789 PRINTF("TCP cksum fails(in):\t%lu\t(out):\t%lu\n",
806 * Print out
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c950 * function pointer before sv swaps them out.
966 * is not detached out from under us whilst sv is enabled.
1451 goto out;
1456 goto out;
1466 out:
1935 /* Array size is out of range */
2135 goto out;
2144 goto out;
2335 out:
2390 * out o
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1313 * three passes over the aggregate: one to clear everything out and
1557 goto out;
1582 goto out;
1586 out:
1709 goto out;
1735 goto out;
1779 goto out;
1881 * need to zero out the remaining dtada_data pointers
1886 goto out;
1893 * consumers that pull the compiler-generated ID out o
[all...]
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_password.c256 goto out;
312 out:
315 "PAM-KRB5 (password): out: returns %d",
/illumos-gate/usr/src/lib/efcode/jupiter/
H A Djupiter.c94 char *service = "map-out";
142 CHECK_DEPTH(env, 2, "jupiter:map-out");
335 goto out;
353 out:
441 FORTH(0, "map-out", do_map_out);
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c117 nvlist_t *in, nvlist_t **out)
121 return (platform_hb_label(mp, node, in, out));
160 * did_t structures we can use to enumerate the singled out hostbridge.
116 hb_label(topo_mod_t *mp, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_sun4v.c417 platform_hb_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
419 return (labelmethod_inherit(mod, node, in, out));
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1276 static Sfio_t *out; local
1279 if(out)
1280 sfseek(out,(Sfoff_t)0,SEEK_SET);
1282 out = sfnew((Sfio_t*)0,(char*)0,-1,-1,SF_WRITE|SF_STRING);
1288 sfputc(out,' ');
1291 sfputr(out,np->nvname,-1);
1294 sfputc(out,0);
1297 return((char*)out->_data);
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsubshell.sh383 then eval "{ x=${SUB[S].BEG}${INS[I]}${TST[T].CMD}${APP[A]}${SUB[S].END}; print \${#x}; } >\$tmp/out &"
391 got=$(<$tmp/out)
423 cmd='{ exec 5>/dev/null; print "$(eval ls -d . 2>&1 1>&5)"; } >$tmp/out &'
432 got=$(<$tmp/out)

Completed in 110 milliseconds

<<41424344454647484950>>