Searched defs:out (Results 301 - 325 of 354) sorted by relevance

<<1112131415

/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/sys/rsm/
H A Drsm_in.h286 rsm_memseg_export_handle_t out; member in union:rsm_seginfo::__anon8874
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c77 const char *name, int dfl, krb5_ui_4 *out)
91 *out = out_temp;
102 *out = out_temp;
110 const char *name, char **out)
116 0, out);
122 if (*out != 0)
126 0, out);
1660 * needed to find out if deleting the attribute will cause dangling links.
1957 * Fill out a krb5_db_entry princ entry struct given a LDAP message containing
76 prof_get_integer_def(krb5_context ctx, const char *conf_section, const char *name, int dfl, krb5_ui_4 *out) argument
109 prof_get_string_def(krb5_context ctx, const char *conf_section, const char *name, char **out) argument
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c561 goto out;
583 goto out;
609 goto out;
618 goto out;
624 out:
680 goto out;
699 goto out;
714 goto out;
722 goto out;
745 out
920 med_callrpc( struct knetconfig *kncfp, struct netbuf *addrp, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t inproc, caddr_t in, xdrproc_t outproc, caddr_t out, struct timeval *timout ) argument
1016 med_net_callrpc( char *h_nm, in_addr_t h_ip, uint_t h_flags, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t inproc, caddr_t in, xdrproc_t outproc, caddr_t out, struct timeval *timout ) argument
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c76 * (Note that per-CPU statistics fall out by creating a different trap table
749 * factoring out the effects of interrupts, cache misses or other perturbing
891 * CPU's interposing trap table. It is called out of cross call context.
940 * the actual, underlying trap table. It is called out of cross call context.
1006 * copy out; this is the routine executed out of that cross call.
2298 int i, j, out; local
2398 for (i = 0, out = 0; i <= max_cpuid; i++) {
2453 out++;
2457 if (out !
[all...]
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c937 goto out;
956 out:
983 process_data(FILE *out, char *data) argument
992 if (dtrace_consume(g_dtp, out,
1020 FILE *out = stdout; local
1162 fail(0, "-e events out of range");
1230 if ((out = fopen(optarg, "w")) == NULL)
1406 * Before we read out the results, we need to allocate our buffer.
1427 * Read out the DTrace data.
1429 g_nrecs_used = process_data(out, data_bu
1618 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, uint64_t total_time) argument
1810 report_trace(FILE *out, lsrec_t **sort_buf) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c322 Fprintf(stderr, "%s: traffic class %d out of "
344 Fprintf(stderr, "%s: flow label %d out of "
397 Fprintf(stderr, "%s: tos value %d out of "
407 Fprintf(stderr, "%s: port number %d out of "
439 Fprintf(stderr, "%s: ttl %d out of range\n",
541 "out of range\n", progname,
1231 * message, as it'll try to send the probe packet out and will
1542 /* pull out the interface list */
1549 /* filter out down and loopback interfaces */
1672 * Pull out th
2412 tvsub(struct timeval *out, struct timeval *in) argument
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c33 * with devfsadmd to lay out devices for the zone; instantiate the zone
201 char *out; local
205 out = gettext(msg);
208 return (out);
265 * During the filtering, we pull out any arguments which are truly "boot"
440 * We must create and lock everyone but root out of ZONES_TMPDIR
757 zerror(zlogp, B_FALSE, "out of memory");
781 zerror(zlogp, B_FALSE, "out of memory");
1241 goto out;
1247 goto out;
[all...]
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c579 goto out;
589 goto out;
607 goto out;
637 goto out;
643 goto out;
654 goto out;
672 goto out;
693 goto out;
709 * Premature wakeup. Find out why (stop, forkall, sig, exit ...)
791 * Find out i
1001 door_getparam_common(door_node_t *dp, int type, size_t *out) argument
1044 door_getparam(int did, int type, size_t *out) argument
1123 door_layout_t *out = &st->d_layout; local
3552 door_ki_getparam(door_handle_t dh, int type, size_t *out) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c980 pmap_walk_count_pages(uintptr_t addr, const void *data, void *out) argument
982 pgcnt_t *nres = out;
1166 out:
1526 * We have a "struct anon"; if it's not swapped out,
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c446 nvlist_t *in, nvlist_t **out)
464 if (topo_mod_nvalloc(mod, out, NV_UNIQUE_NAME) == 0) {
465 if (nvlist_add_uint32(*out, TOPO_METH_COMPARE_RET,
469 nvlist_free(*out);
607 nvlist_t *nvl, nvlist_t **out)
634 *out = fmristr;
950 nvlist_t *in, nvlist_t **out)
1034 *out = nf;
1190 nvlist_t *in, nvlist_t **out)
1231 *out
445 hc_compare(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
606 hc_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *nvl, nvlist_t **out) argument
949 hc_fmri_str2nvl(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1189 hc_fmri_create_meth(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1535 hc_fmri_prop_get(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1607 hc_fmri_pgrp_get(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1666 hc_fmri_prop_set(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1796 hc_fmri_present(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1914 hc_fmri_replaced(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1979 hc_fmri_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2073 hc_fmri_facility(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2177 hc_fmri_expand(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2236 hc_fmri_retire_subr(topo_mod_t *mod, tnode_t *node, char *method_name, topo_version_t builtin_version, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2277 hc_fmri_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2285 hc_fmri_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2293 hc_fmri_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c868 * To take out a global hold, we must either own the global
1180 * in iscsit so as long as we stay out of IDM's range we are safe.
2373 * Figure out what we're being asked to do.
2542 iscsi_nop_out_hdr_t *out = (iscsi_nop_out_hdr_t *)rx_pdu->isp_hdr; local
2548 if ((out->itt == ISCSI_RSVD_TASK_TAG) ||
2549 (out->ttt != ISCSI_RSVD_TASK_TAG)) {
2555 resp_datalen = ntoh24(out->dlength);
2574 bcopy(out->lun, in->lun, 8);
2575 in->itt = out->itt;
3115 * CmdSN order. So out
[all...]
/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/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/cmd/mdb/common/mdb/
H A Dmdb_io.c276 * request to fill out the new remainder of the page.
464 * We only jump out of the dcmd on error if the iob is
1085 goto out;
1104 out:
1557 * left-aligned, pad out the rest with whitespace.
2260 * pull out the next vararg as a const char * and pass it and the
2265 * pull out the next vararg as type mdb_table_print_f and the
2282 mdb_iob_t *out; local
2304 out = print ? mdb.m_out : mdb.m_null;
2306 iob_doprnt(out, fm
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c2234 _scf_tmpl_prop_value(scf_propertygroup_t *pg, const char *pname, char **out) argument
2239 *out = _scf_read_single_astring_from_pg(pg, pname);
2241 if (*out != NULL && *out[0] == '\0') {
2243 free(*out);
2244 *out = strdup(SCF_TMPL_WILDCARD);
2245 if (*out == NULL)
2248 if (*out == NULL) {
2266 return (strlen(*out));
2916 scf_tmpl_pg_name(const scf_pg_tmpl_t *t, char **out) argument
2990 scf_tmpl_pg_common_name(const scf_pg_tmpl_t *t, const char *locale, char **out) argument
3020 scf_tmpl_pg_description(const scf_pg_tmpl_t *t, const char *locale, char **out) argument
3047 scf_tmpl_pg_type(const scf_pg_tmpl_t *t, char **out) argument
3067 scf_tmpl_pg_required(const scf_pg_tmpl_t *t, uint8_t *out) argument
3109 scf_tmpl_pg_target(const scf_pg_tmpl_t *t, char **out) argument
3149 scf_tmpl_prop_name(const scf_prop_tmpl_t *t, char **out) argument
3199 scf_tmpl_prop_type(const scf_prop_tmpl_t *t, scf_type_t *out) argument
3257 scf_tmpl_prop_required(const scf_prop_tmpl_t *t, uint8_t *out) argument
3303 scf_tmpl_prop_common_name(const scf_prop_tmpl_t *t, const char *locale, char **out) argument
3333 scf_tmpl_prop_description(const scf_prop_tmpl_t *t, const char *locale, char **out) argument
3363 scf_tmpl_prop_units(const scf_prop_tmpl_t *t, const char *locale, char **out) argument
3388 scf_tmpl_prop_visibility(const scf_prop_tmpl_t *t, uint8_t *out) argument
4245 scf_tmpl_value_common_name(const scf_prop_tmpl_t *t, const char *locale, const char *value, char **out) argument
4291 scf_tmpl_value_description(const scf_prop_tmpl_t *t, const char *locale, const char *value, char **out) argument
[all...]
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c82 "out of memory", /* MP_MEM */
83 "argument out of range", /* MP_RANGE */
1738 int out; local
1743 out = mp_cmp(a, &tmp);
1746 return out;
1817 /* Divide out common factors of 2 until at least 1 of a, b is even */
1890 ... by computing the product, and dividing out the gcd.
3011 /* bits to be shifted out of the top word */
3313 /* If we have a borrow out, it's a violation of the input invariant */
3515 less precision, we'll have to make sure the carry out i
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c2188 * pass out <n> in *plenp.
2276 * pass out <n> in *plenp.
2363 syntax_error(gettext("route: prefix length %s out of range\n"),
2758 /* Not verbose; just print out the exceptional cases */
3025 char *out = obuf; local
3033 out += sdl->sdl_nlen;
3035 *out++ = ':';
3041 *out++ = '.';
3044 out[1] = hexlist[i & 0xf];
3046 out[
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c62 goto out;
76 out:
889 char *out; local
898 out = mdb_alloc(len + 1, UM_SLEEP);
899 out[len] = '\0';
902 if ((fread(out, len + 1, sizeof (char), fp) == 0 && ferror(fp)) ||
905 mdb_free(out, len + 1);
909 mdb_printf("%s", out);
910 mdb_free(out, len + 1);
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c698 gettext("port number out of range"));
2681 int out; local
2691 (void) fprintf(stdout, "%lu\n", pConfigSessions->out);
2694 for (out = 0;
2695 out < pConfigSessions->out; out++) {
2696 if (pConfigSessions->bindings[out].
2699 pConfigSessions->bindings[out].
2704 pConfigSessions->bindings[out]
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c599 * _NO_RESOURCES - out of memory (_FULL & _TOOBIG?)
627 char **out = (char **)out_arg; local
630 free(*out++);
652 char **out = NULL; local
733 char *tmp = out[idx];
745 out[idx] = name;
752 char **new_out = realloc(out,
753 (count + 1) * sizeof (*out));
760 out = new_out;
761 out[coun
794 backend_backup_base(sqlite_backend_t *be, const char *name, char *out, size_t out_len) argument
1798 char **out = private; 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/uts/common/fs/nfs/
H A Dnfs_dlinet.c543 goto out;
549 goto out;
557 goto out;
572 out:
651 * Find out our local (IP) address.
1515 * is used by a diskless client to find out its
1723 goto out;
1731 goto out;
1737 goto out;
1745 goto out;
2096 mycallrpc(struct knetconfig *knconf, struct netbuf *call_addr, rpcprog_t prognum, rpcvers_t versnum, rpcproc_t procnum, xdrproc_t inproc, char *in, xdrproc_t outproc, char *out, int timeo, int retries) argument
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c68 short out; member in struct:Node
1383 state->out = 1;
1396 if (l->node->out) {
1441 if (state->out) {
1442 s->out = 1;
1494 if (r->out && (k < state->shift2)) {
1580 if (state->out) {
1619 next_node->out = 0;
1729 break; /* out of while loop */
1746 break; /* out o
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c202 #define TAP_SHIFT_MULTIPLE(reg, in, nbits, out, status) \
203 status = tap_shift_multiple(reg, in, nbits, out); \
225 * convert the scan-out format to the more usual DCSR format. The
361 * scan-out format to the standard DSCR-style format. The format descriptor
1402 /* Work out Ecache size. */
1517 /* Now scan out the FBC component ID */
1573 /* Now scan out the FBC component ID */
1605 * Scan the BCT8244 to get the disk drive info out of
1722 /* Reorder the bytes of the ID read out */
1740 * routine is used to decode data scanned out o
2316 jtag_single_IR_DR( volatile u_int *jreg, jtag_phys_comp *component, jtag_instruction instr, u_char *in, int nbits, u_char *out) argument
2352 jtag_rescan_IR_DR( volatile u_int *jreg, jtag_phys_comp *component, jtag_instruction instr, u_char *in, int nbits, u_char *out) argument
[all...]

Completed in 233 milliseconds

<<1112131415