Searched defs:out (Results 276 - 300 of 354) sorted by relevance

<<1112131415

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c1447 emlxs_mb_run_biu_diag(emlxs_hba_t *hba, MAILBOXQ *mbq, uint64_t out, argument
1456 mb->un.varBIUdiag.un.s2.xmit_bde64.addrHigh = PADDR_HI(out);
1457 mb->un.varBIUdiag.un.s2.xmit_bde64.addrLow = PADDR_LO(out);
3155 /* Flush out the active mbox command */
3158 /* Flush out the queued mbox commands */
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c62 __nis_mapping_element_t *out);
1276 dup_index(__nis_index_t *in, __nis_index_t *out) argument
1281 out->name = (char **)s_calloc(in->numIndexes, sizeof (char *));
1282 if (out->name == NULL)
1284 out->value = (__nis_mapping_format_t **)
1286 if (out->value == NULL) {
1287 free(out->name);
1288 out->name = NULL;
1293 out->name[i] = s_strdup(in->name[i]);
1294 if (out
1318 dup_mapping_item(__nis_mapping_item_t *in, __nis_mapping_item_t *out) argument
1395 __nis_mapping_format_t *out; local
1462 dup_mapping_sub_element( __nis_mapping_sub_element_t *in, __nis_mapping_sub_element_t *out) argument
1519 dup_mapping_element( __nis_mapping_element_t *in, __nis_mapping_element_t *out) argument
1606 __nis_mapping_rule_t *out; local
[all...]
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c203 goto out;
211 goto out;
217 goto out;
224 goto out;
231 out:
1452 goto out;
1456 goto out;
1570 out:
1625 goto out;
1629 goto out;
2333 idmap_trace_print_id(FILE *out, nvlist_t *entry, char *fromto) argument
2378 idmap_trace_print_1(FILE *out, char *prefix, nvlist_t *entry) argument
2396 idmap_trace_print(FILE *out, char *prefix, nvlist_t *trace) argument
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c106 * a message block out of the DMA memory via desballoc(9F) and send that up to
135 * seem odd, it importantly keeps us out of trying to do any DMA allocations in
267 * and then we'll do a DMA bind and send it out.
290 * register. When the hardware is done writing out data, it updates us by
297 * the TAIL in the i40e_trqpair_t`itrq_desc_tail. When we write out frames,
345 * Wen performing transmit, we can run out of descriptors and ring entries. When
348 * anything out that specific ring until we notify MAC. To indicate that we're
353 * start sending frames out to us again.
404 * binding a bunch of mblk_t fragments to go out the door. Note that the main
475 int out; local
494 int out; local
1626 i40e_meoi_get_uint8(mblk_t *mp, off_t off, uint8_t *out) argument
1650 i40e_meoi_get_uint16(mblk_t *mp, off_t off, uint16_t *out) argument
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c189 uchar_t *out = ptr; local
192 out[3] = (uchar_t)tmp;
194 out[2] = (uchar_t)tmp;
196 out[1] = (uchar_t)tmp;
198 out[0] = (uchar_t)tmp;
201 out[5] = (uchar_t)tmp;
203 out[4] = (uchar_t)tmp;
206 out[7] = (uchar_t)tmp;
208 out[6] = (uchar_t)tmp;
211 out[
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c99 /* It turns out to be conveinent to have a shared sasl_utils_t */
215 char **out, size_t *outlen)
217 int _sasl_strdup(const char *in, char **out, size_t *outlen)
222 *out=sasl_ALLOC(len + 1);
223 if (! *out) return SASL_NOMEM;
224 strcpy((char *) *out, in);
230 int __sasl_add_string(const _sasl_global_context_t *gctx, char **out, argument
234 int _sasl_add_string(char **out, size_t *alloclen,
243 if (_buf_alloc(out, alloclen, (*outlen)+addlen)!=SASL_OK)
246 strncpy(*out
214 __sasl_strdup(const _sasl_global_context_t *gctx, const char *in, char **out, size_t *outlen) argument
1768 char *out=(char *) sasl_ALLOC(250); local
2228 buffer_info_t *out; local
2295 _sasl_ipfromstring(const char *addr, struct sockaddr *out, socklen_t outlen) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c163 void nv_outname(Sfio_t *out, char *name, int len) argument
171 sfwrite(out,cp,++sp-cp);
185 sfputr(out,sh_fmtq(stakptr(offset)),-1);
188 sfputc(out,']');
196 sfwrite(out,cp,len);
198 sfputr(out,cp,-1);
2303 static Sfio_t *out; local
2307 if(out)
2308 sfseek(out,(Sfoff_t)0,SEEK_SET);
2310 out
[all...]
H A Dxec.c105 static int p_time(Shell_t *shp, Sfio_t *out, const char *format, clock_t *tm) argument
162 sfwrite(out,stkptr(stkp,offset),n);
1315 /* pipe in or out */
1355 /* don't clear job table for out
1516 /* execute out part of pipe no wait */
1523 /* close out-part of pipe */
2295 * print out the command line if set -x is on
2869 * print out function definition
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c233 goto out;
290 goto out;
293 out:
722 * out(output) - contains the output buffer address to be returned
734 int len, unsigned char **out, int *outlen)
738 if (data == NULL || out == NULL || outlen == NULL)
741 err = Der2Pem(type, data, len, out, outlen);
756 * out(output) - contains the output buffer address to be returned
768 unsigned char **out, int *outlen)
771 if (in == NULL || out
733 kmf_der_to_pem(KMF_OBJECT_TYPE type, unsigned char *data, int len, unsigned char **out, int *outlen) argument
767 kmf_pem_to_der(unsigned char *in, int inlen, unsigned char **out, int *outlen) argument
[all...]
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c241 * ...and walk all nodes to report them out...
465 * are carried out.
473 * steps are carried out.
725 * print out information about this node, returns appropriate code.
748 /* figure out indentation level */
926 /* copy out the snapshot for printing */
934 /* print out information */
1401 * are opened and attached we don't print them out
1496 * here we only want to print out layering information
1582 valsize--; /* take out nul
1624 int out; local
1860 int out, len, index1, index, endswap = 0; local
[all...]
/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/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c445 display_pppoe(FILE *out, const poep_t *poep, int plen, const ppptun_atype *pap) argument
455 if (out == stderr)
458 (void) fprintf(out, "%-16s ", ehost(pap));
518 (void) fprintf(out, "%s:\"%.*s\" ", str, tlen, dp);
523 (void) fprintf(out, "%s:", str);
525 (void) fprintf(out, "%02X", *dp++);
526 (void) putc(' ', out);
529 (void) fputs("Vendor:", out);
532 (void) fprintf(out, "(%02X?)", dp[-1]);
534 (void) fprintf(out, "
557 out); local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c757 * Print out the packet, if it came from us. This logic is necessary
815 /* XXX Find out the link it came in over? */
921 /* XXX Find out the link it came in over? */
1045 * Print out statistics, and give up.
1056 * Send out a packet with a preference so that all
1080 FILE *out; local
1082 out = stdout;
1099 (void) fprintf(out, "%02x ", *data++);
1102 (void) fprintf(out, " ");
1104 (void) fprintf(out, " ");
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c1277 * For historical reasons, the datagrams sent out by
1519 /* carry out the source address selection */
1538 /* filter out down and loopback interfaces */
1790 * for a given destination address and address family, it finds out what
1839 * message, as it'll try to send the probe packet out and will
1981 /* find out the domain name */
2020 * Subtract 2 timeval structs: out = out - in.
2024 tv_sub(struct timeval *out, struct timeval *in) argument
2026 if ((out
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c839 goto out;
844 goto out;
898 out:
1250 * out and return a syntax error return value
1485 * out and return a syntax error return value
1696 * extract out the protocol type from this optionset
1760 * out and return a syntax error return value
2027 * print out the share information. With the addition of resource as a
2335 * out and return a syntax error return value
2589 * out an
5292 out_share(FILE *out, sa_group_t group, char *proto) argument
5395 output_legacy_file(FILE *out, char *proto, sa_handle_t handle) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c223 /* set the default in/out channel so errors reported to screen */
1736 /* check for out of date configuration level */
1739 message("Warning: .cf file is out of date: sendmail %s supports version %d, .cf file is version %d",
2256 ** out of here.
2448 ** Let's get out of here if
2822 /* bail out if message too large */
3890 ** Used to make sure that stdin/out/err are allocated on startup
3988 char *out, *in; local
3993 in = out = str;
4016 *out
[all...]
H A Dsrvrsmtp.c518 /* sleep to flatten out connection load */
598 const char *out; local
602 char *out; local
1199 /* close out milter filters */
1324 out = xalloc(strlen(inp));
1325 result = sasl_decode64(inp, strlen(inp), out, &outlen);
1343 &out, &outlen);
1346 result = sasl_server_step(conn, out, outlen,
1347 &out, &outlen, &errstr);
1455 result = sasl_encode64(out, outle
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1755 FILE *out; member in struct:comvars
1801 ip->out = ctrl_out;
1802 ctrl_out = op->out;
2278 unsigned char *in = NULL, *out = NULL; local
2316 out = out_buf.value;
2324 out = out_buf.value;
2335 if (auth_error = radix_encode(out, in, inlen, &length, 0)) {
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c527 goto out;
536 goto out;
550 out:
750 char *out; local
755 out = strdup("\"\"");
756 if (out == NULL) {
760 *res = out;
776 out = strdup(string);
777 if (out == NULL) {
781 *res = out;
870 char *out; local
943 char *out, *it, *prefix; local
1068 name_mapping_format(name_mapping_t *nm, char **out) argument
1114 print_handle_t *out; local
1136 char *out = NULL; local
1168 char *out; local
1318 char *out = NULL; local
1821 char *out; local
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c600 gen_sql_expr_from_rule(idmap_namerule *rule, char **out) argument
608 if (out == NULL)
617 goto out;
631 goto out;
641 goto out;
662 *out = sqlite_mprintf("%s %s %s %s",
668 if (*out == NULL) {
671 goto out;
674 out:
889 goto out;
[all...]
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmserver.h338 smedia_ret_t out; /* out results */ member in union:__anon1787
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c696 /* kick the waiters out */
746 * _NO_RESOURCES - out of memory
803 struct rep_protocol_name_response *out = out_arg; local
805 size_t sz = sizeof (out->rpr_name);
807 assert(*outsz == sizeof (*out));
812 out->rpr_response = REP_PROTOCOL_FAIL_UNKNOWN_ID;
813 *outsz = sizeof (out->rpr_response);
816 out->rpr_response = rc_node_name(&ep->re_node, out->rpr_name,
824 if (out
837 struct rep_protocol_integer_response *out = out_arg; local
1296 struct rep_protocol_value_response *out = out_arg; local
1412 struct rep_protocol_response *out = out_arg; local
1574 struct rep_protocol_integer_response *out = out_arg; local
1616 struct rep_protocol_value_response *out = out_arg; local
1715 struct rep_protocol_fmri_response *out = out_arg; local
2059 rep_protocol_response_t *out = out_arg; local
2076 rep_protocol_response_t *out = out_arg; local
[all...]
H A Dfile_object.c139 delete_stack_pop(delete_info_t *dip, delete_ent_t *out) argument
159 *out = *ent;
1221 * _NO_RESOURCES - out of memory
1274 * _NO_RESOURCES - out of memory
1288 * _NO_RESOURCES - out of memory
1599 * _NO_RESOURCES - out of memory, or could not allocate new id
1983 * REP_PROTOCOL_DONE if it is out-of-date, or
1984 * REP_PROTOCOL_FAIL_NO_RESOURCES if we ran out of memory.
1994 /* if the snapshot has never been taken, it must be out of date. */
2170 * _NO_RESOURCES - no new id or out o
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c176 * It's moved out of the handler because it could cause deadlock
1960 * if the refresh thread will be timed out
1963 * time out value
2891 char *addr = (char *)arg, *out = NULL; local
2900 (void) getldap_serverInfo_op(INFO_OP_REMOVESERVER, (char *)&rms, &out);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1415 * Need to exit out of these so we don't recursively call rw_enter
1660 int out = fin->fin_out, dpoff, ipoff; local
1722 ATOMIC_INCL(ifs->ifs_frstats[out].fr_pull[1]);
1742 ATOMIC_INCL(ifs->ifs_frstats[out].fr_pull[0]);
2070 /* out(I) - whether packet is going in or out */
2074 /* parameters out of the info structure and forms them up to be useful for */
2077 int ipf_hook(hook_data_t info, int out, int loopback, void *arg) argument
2091 phy = (out == 0) ? fw->hpe_ifp : fw->hpe_ofp;
2109 rval = fr_check(fw->hpe_hdr, hlen, qpi.qpi_ill, out,
2129 ipf_hook6(hook_data_t info, int out, int loopback, void *arg) argument
[all...]

Completed in 1515 milliseconds

<<1112131415