Searched refs:out (Results 1526 - 1550 of 1666) sorted by relevance

<<61626364656667

/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com144 LINTOUT= lint.out
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s871 bnz,a,pn %ncc, 2f ! if so, then fail out
894 bnz,a,pn %ncc, 2f ! if so, then fail out
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c77 goto out;
87 out:
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c346 * We have a match. First write out our data up until now.
402 goto out;
451 out:
607 * Print out the specified DOF buffer as a set of ASCII bytes appropriate for
635 * file name. Otherwise we use "d.out" as the default output file name.
651 g_cmdc > 1 ? "%s.%d" : "%s", "d.out", (int)(dcp - g_cmdv));
1607 * specific processing. If g_mode is DMODE_EXEC, we will break out
1629 dof_prune(g_ofile); /* strip out any old DOF directives */
1630 etcsystem_prune(); /* string out any forceload directives */
1646 * Dump out th
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c109 goto out;
169 out:
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c969 * deliver out of the kernel, as if it were being sent via a
985 * problems associated with sending out a packet.
1464 * Deliver out of the kernel, as if it were being sent via a
1477 ip_ni_queue_func_impl(injection_t *inject, boolean_t out) argument
1488 if (out == 0) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c336 * to figure out what value to fill in.
368 * to figure out what value to fill in.
420 goto out;
448 out:
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c213 * If the next expiration of the cyclic is way out into \
329 * find a match for this. So, bail out.
339 * bucket. So, just bail out.
452 * must be removed, we clean it out. Otherwise, we apply any
761 * lists. Clean them out.
786 * bail out.
880 * it out. If we encounter a hrestime entry that must be removed,
881 * again we clean it out. Otherwise, we apply any adjustments needed
1028 * lists. Clean them out. Since cleanup is only done once
1030 * of the heap gets cleaned out
[all...]
H A Dkstat_fr.c270 goto out;
281 out:
776 * Copy out the data section of kstat 0, which consists of the list
778 * copied out in order of increasing KID.
1012 "ks_ndata=%d out of range [%d, %d]",
1200 * When copying out kstats the count is determined in
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c1154 (*mp->disc->errorf)(mp, mp->disc, 3, "out of space");
2276 (*mp->disc->errorf)(mp, mp->disc, 3, "out of space");
2388 s = T("out of space");
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c100 * consulted in ufs_update, to allow syncing out all ufs file system instances
499 goto out;
562 out:
604 /* Write out all the first level indirect blocks */
610 /* Write out second level of indirect blocks */
630 /* write out third level indirect blocks */
1382 * may push the summary info out.
1543 * Take a block out of the map
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_nic.c1091 goto out;
1116 out:
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1144 /* take out the pool name */
1244 nvlist_unpack(char *nvlist, char **out) argument
1250 *out = nvlist + 4;
1634 /* if it's our first time here, zero the best uberblock out */
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_macro.c209 * closing out open [implicit] scopes. Obviously, open explicit scopes
381 * explicit close-out, postpone closing out the target until
382 * the rew_pending() call closing out the sub-block.
521 * Close out block partial/full explicit.
588 * just proceed to closing out.
597 * closing out the current block until the
598 * rew_pending() closing out the sub-block.
625 /* Explicit blocks close out description lines. */
772 * even if it turns out t
[all...]
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1498 size_t piol_usedsize; /* amount to copy out from this buf */
1695 (void) strcpy(mp->pr_mapname, "a.out");
1807 (void) strcpy(mp->pr_mapname, "a.out");
2010 (void) strcpy(pmp->pr_mapname, "a.out");
2157 (void) strcpy(pmp->pr_mapname, "a.out");
2484 * If we are looking at an LP64 process, zero out
3654 goto out;
3670 out:
3699 goto out;
3706 goto out;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c864 * 'cp', which is at address caddr, and place it in *out.
867 kmem_hash_lookup(kmem_cache_t *cp, uintptr_t caddr, void *buf, uintptr_t *out) argument
886 *out = (uintptr_t)bcp;
992 * Read the magtype out of the cache, after verifying the pointer's
1173 * First we need to figure out how many CPUs are configured in the
1174 * system to know how much to slurp out.
1359 * We have a buffer which has been allocated out of the
1391 uintptr_t out; local
1405 out = (uintptr_t)tag.bt_bufctl;
1408 &out)
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c218 * cleared out, we don't need another "bzero" here.
434 * algorithm, num_bytes in == num_bytes out.
527 * # bytes in == # bytes out, no padding, confounding, or hashing
736 nfold(int inbits, uchar_t *in, int outbits, uchar_t *out) argument
758 bzero(out, outbits);
765 * last, pick out the correct byte within that shifted repetition
772 /* pull out the byte value itself */
778 byte += out[i%outbits];
779 out[i%outbits] = byte&0xff;
788 byte += out[
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c1033 goto out;
1038 goto out;
1051 out:
2011 goto out;
2028 goto out;
2031 out:
2127 /* figure out the path for the dip */
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c343 * the Hermon's open() entry point, gets a UAR page, maps it out (using
794 * seriously wrong. We print out a warning, but
1848 * First, we figure out how to map the BAR for UAR - use only half if
4246 goto out;
4271 goto out;
4286 goto out;
4293 goto out;
4305 goto out;
4308 out:
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c316 enum_lookup(char *type, int val, const char *prefix, size_t size, char *out) argument
330 (void) strncpy(out, cp, size);
332 mdb_snprintf(out, size, "? (%d)", val);
1158 * Print a summarized spa_t. When given no arguments, prints out a table of all
1422 * Print out a summarized vdev_t, in the following form:
1980 * Given a spa_t, print out it's on-disk space usage and in-core
2081 * Iterate over aux vdevs and print those out as well. This is a
2125 * Print out a summarized list of vdevs for the given spa_t.
2995 mdb_printf("attribute id number is out of range\n");
3068 /* print out permissio
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c215 * This function takes the raw DSL properties, and filters out the user-defined
704 * We need to cut out '#' and everything after '#'
2254 goto out;
2260 out:
2711 goto out;
2726 out:
2748 /* Figure out the property type ({user|group}{quota|space}) */
4690 goto out;
4735 out:
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c3867 /* Need to copy out the page_buf to bp */
5671 /* if there is no buffer, how do you PIO out? */
5906 buf[len++] = 0; /* Zero out page length for now (MSB) */
6200 /* LBA out of range */
6469 /* LBA out of range */
7277 sense->es_add_code = 0x21; /* LBA out of range */
7678 * If DF or ERR was set, the HBA should have copied out the
7768 * If DF or ERR was set, the HBA should have copied out the
8590 goto out;
8621 out
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c298 * interrupt, the kernel panics. The following message is printed out.
1575 goto out;
1613 out:
1744 /* if at end of file, skip out now */
2270 /* zero out the user's parameter */
2301 * figure out if the thing is still there.
2313 * Now find out if the floppy is
2343 * pin to take out the floppy) be taken out by
3447 * Zero out th
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex36 % The texinfo.tex in any given distribution could well be out
194 % For a final copy, take out the rectangles
217 % the \llap here moves out into the left-hand margin.
527 out of any environment%
796 % That's how much \exdent should take out.
2097 % in effect the toc pages will come out with page numbers.
2932 % own to delimit the rest of the line, and then take it out again if we
3645 % Do not fill out the last line with white space.
3664 % When the entry text needs to be broken, just fill out the first line
3696 % If we must, put the page number on a line of its own, and fill out
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1539 * that CRED() isn't going to change out from under us so it's only
1799 * out of the alternative.
1824 * comes out to be one of our two sentinel hash values. If this
1875 * end of the hash chain; we can kick out of
2054 * We're out of dynamic variable space on
2140 * owners of the clean lists out before resetting
2615 * Because strings are not zeroed out by default, we need to iterate
2617 * pad these strings out with zeroes.
2789 goto out;
2853 out
[all...]

Completed in 484 milliseconds

<<61626364656667