Searched defs:out (Results 201 - 225 of 354) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c671 reg Void_t* out; local
673 out = NIL(Void_t*);
683 out = Dbwatch[0];
692 return out;
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c171 cif_init(char *pgmname, caddr_t root, ihandle_t in, ihandle_t out, argument
180 promif_io_init(in, out, pin, pout);
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c48 __nis_table_mapping_t *out);
140 __nis_table_mapping_t *out)
153 * If 'in' is generic (non-expanded) and 'out' is domain-specific,
154 * then rules from 'in' should not be appended to those in 'out'.
156 if (!strchr(in->dbId, COMMA_CHAR) && strchr(out->dbId, COMMA_CHAR))
162 if (!out->index.numIndexes && in->index.numIndexes > 0) {
163 if (!dup_index(&in->index, &out->index))
168 if (!out->numColumns && in->numColumns > 0) {
170 if (!add_column(out, in->column[i]))
175 if (out
138 merge_table_mapping( __nis_table_mapping_t *in, __nis_table_mapping_t *out) argument
[all...]
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_avl.c471 uu_avl_find(uu_avl_t *ap, void *elem, void *private, uu_avl_index_t *out) argument
481 result = avl_find(&ap->ua_tree, &info, out);
482 if (out != NULL)
483 *out = INDEX_ENCODE(ap, *out);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsw.c129 nvlist_t *in, nvlist_t **out)
184 goto out;
209 goto out;
224 goto out;
243 goto out;
252 goto out;
259 goto out;
281 out:
283 *out = fmri;
358 nvlist_t *nvl, nvlist_t **out)
128 sw_fmri_create(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
357 sw_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *nvl, nvlist_t **out) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c75 void *out; local
77 if (bs->AllocatePool(EfiLoaderData, len, &out) == EFI_SUCCESS)
78 return (out);
391 * loading the actual kernel sort all that out. Since these files are
476 /* Figure out if we're dealing with an actual partition. */
683 /* If we get here, we're out of luck... */
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c501 * C_VerifyFinal, in/inLen are passed instead of out/outLen like the other
511 CK_BYTE *in, CK_ULONG inLen, CK_BYTE *out, CK_ULONG *outLen)
618 inLen, out, outLen);
621 inLen, out, outLen);
623 rv = FUNCLIST(fw_st_id)->C_EncryptFinal(hSession, out,
628 inLen, out, outLen);
631 inLen, out, outLen);
633 rv = FUNCLIST(fw_st_id)->C_DecryptFinal(hSession, out,
638 out, outLen);
655 rv = FUNCLIST(fw_st_id)->C_DigestFinal(hSession, out,
509 meta_do_operation(CK_FLAGS optype, int mode, meta_session_t *session, meta_object_t *object, CK_BYTE *in, CK_ULONG inLen, CK_BYTE *out, CK_ULONG *outLen) argument
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c2261 CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, CK_ULONG_PTR out_len)
2269 * The caller will pass NULL for "out" (output buffer) to find out
2273 if (out == NULL) {
2325 * Since out == NULL, the soft_aes_xxcrypt_common() will
2330 in_len, out, out_len, B_FALSE);
2333 in_len, out, out_len, B_FALSE);
2344 in_len, out, &tmplen, B_TRUE);
2348 out+tmplen, &tmplen1);
2353 in_len, out,
2260 soft_keystore_crypt(soft_object_t *key_p, uchar_t *ivec, boolean_t encrypt, CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, CK_ULONG_PTR out_len) argument
2373 soft_keystore_hmac(soft_object_t *key_p, boolean_t sign, CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, CK_ULONG_PTR out_len) argument
[all...]
H A DsoftRSA.c43 CK_BYTE_PTR out, int realpublic)
79 rv = rsa_encrypt(&k, in, in_len, out);
89 CK_BYTE_PTR out)
116 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
126 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
136 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
146 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
156 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
177 rv = rsa_decrypt(&k, in, in_len, out);
214 /* Most likely we ran out o
42 soft_rsa_encrypt(soft_object_t *key, CK_BYTE_PTR in, uint32_t in_len, CK_BYTE_PTR out, int realpublic) argument
88 soft_rsa_decrypt(soft_object_t *key, CK_BYTE_PTR in, uint32_t in_len, CK_BYTE_PTR out) argument
[all...]
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c1064 papi_attribute_t ***in, papi_attribute_t ***out)
1075 copy_attribute(out, attributes[i]);
1063 split_and_copy_attributes(char **list, papi_attribute_t **attributes, papi_attribute_t ***in, papi_attribute_t ***out) argument
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c109 nvlist_t *in, nvlist_t **out)
113 return (platform_pci_label(mp, node, in, out));
117 nvlist_t *in, nvlist_t **out)
121 return (platform_pci_fru(mp, node, in, out));
603 * out of the function loop.
108 pci_label(topo_mod_t *mp, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
116 pci_fru(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/i86pc/chip/
H A Dchip_subr.c266 nvlist_t *in, nvlist_t **out)
319 if (err != 0 || topo_mod_nvalloc(mod, out, NV_UNIQUE_NAME) < 0) {
324 err = nvlist_add_string(*out, TOPO_PROP_VAL_NAME, TOPO_PROP_ASRU);
325 err |= nvlist_add_uint32(*out, TOPO_PROP_VAL_TYPE, TOPO_TYPE_FMRI);
326 err |= nvlist_add_nvlist(*out, TOPO_PROP_VAL_VAL, asru);
329 nvlist_free(*out);
339 set_retnvl(topo_mod_t *mod, nvlist_t **out, const char *retname, uint32_t ret) argument
351 *out = nvl;
443 nvlist_t *in, nvlist_t **out)
467 return (set_retnvl(mod, out, TOPO_METH_PRESENT_RE
265 mem_asru_compute(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
442 rank_fmri_present(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
471 rank_fmri_replaced(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
616 retire_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
640 unretire_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
664 service_state_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
691 unusable_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
730 ntv_page_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
750 ntv_page_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
770 ntv_page_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
797 ntv_page_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem.c137 nvlist_t *in, nvlist_t **out)
163 if (topo_mod_nvalloc(mod, out, NV_UNIQUE_NAME) != 0)
165 if (nvlist_add_uint32(*out, TOPO_METH_PRESENT_RET, present) != 0) {
166 nvlist_free(*out);
176 nvlist_t *in, nvlist_t **out)
202 if (topo_mod_nvalloc(mod, out, NV_UNIQUE_NAME) != 0)
204 if (nvlist_add_uint32(*out, TOPO_METH_REPLACED_RET, rval) != 0) {
205 nvlist_free(*out);
356 nvlist_t *in, nvlist_t **out)
455 nvlist_t *in, nvlist_t **out)
136 mem_present(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
175 mem_replaced(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
355 mem_expand(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
454 mem_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
523 mem_contains(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c260 static void genvalue(Sfio_t *out, Shclass_t *sp, int indent, Namval_t *npar) argument
265 if(out)
267 sfwrite(out,"(\n",2);
275 if(!(np=nodes[i]) && out)
288 sfnputc(out,'\t',indent);
289 sfputr(out,fp->name,(isarray==2?'\n':'='));
294 sfwrite(out,"(\n",2);
295 sfnputc(out,'\t',++indent);
302 sfprintf(out,"[%s]",sh_fmtq(nv_getsub(np)));
303 sfputc(out,'
329 static Sfio_t *out; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c372 static void outtype(Namval_t *np, Namfun_t *fp, Sfio_t* out, const char *prefix) argument
382 outtype(np,fp,out,prefix);
397 sfprintf(out,"%s %s ",type,cp);
404 void nv_attribute(register Namval_t *np,Sfio_t *out,char *prefix,int noname) argument
422 sfprintf(out,"%s -C ",prefix);
424 sfputr(out,prefix,' ');
448 sfputr(out,cp,' ');
453 sfputr(out,prefix,' ');
487 sfwrite(out,"-C ",3);
495 sfprintf(out,"
534 Sfio_t *out; member in struct:Walk
543 nv_outnode(Namval_t *np, Sfio_t* out, int indent, int special) argument
899 static Sfio_t *out; local
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c18 ** But that file was getting too big so this subroutines were split out.
895 FILE *out = fopen("vdbe_profile.out", "a"); local
896 if( out ){
898 fprintf(out, "---- ");
900 fprintf(out, "%02x", p->aOp[i].opcode);
902 fprintf(out, "\n");
904 fprintf(out, "%6d %10lld %8lld ",
909 sqliteVdbePrintOp(out, i, &p->aOp[i]);
911 fclose(out);
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c440 xdrproc_t inproc, char *in, xdrproc_t outproc, char *out)
443 in, outproc, out, "udp"));
439 callrpc(char *host, rpcprog_t prognum, rpcvers_t versnum, rpcproc_t procnum, xdrproc_t inproc, char *in, xdrproc_t outproc, char *out) argument
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c97 value_add_escapes(char *in, char *out) argument
110 out[j++] = NWAM_FILE_PROP_ESCAPE;
111 out[j++] = in[i];
114 out[j++] = in[i];
118 out[j] = '\0';
124 char *out; local
127 if ((out = strdup(in)) == NULL)
137 out[j++] = in[++i];
139 out[j++] = in[i];
141 out[
[all...]
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.c85 "Wait timed out",
788 picl_retnodebypath_t out; local
798 err = trysend_req(&darg, &req, sizeof (req), NULL, 0, &out,
799 sizeof (out), SEND_REQ_TRYCOUNT);
806 if (darg.rbuf != (char *)&out)
818 picl_retfindnode_t out; local
834 NULL, 0, &out, sizeof (out), SEND_REQ_TRYCOUNT);
841 if (darg.rbuf != (char *)&out)
851 picl_retfruparent_t out; local
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Djoin.c567 int* out; local
573 if (out = jp->outlist)
575 while ((n = *out++) >= 0)
589 if (outfield(jp, i, j, *out < 0) < 0)
717 error(ERROR_SYSTEM|2, "out of space");
837 error(ERROR_system(1),"out of space");
/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c989 des_copy_block(uint8_t *in, uint8_t *out) argument
992 IS_P2ALIGNED(out, sizeof (uint32_t))) {
994 *(uint32_t *)&out[0] = *(uint32_t *)&in[0];
996 *(uint32_t *)&out[4] = *(uint32_t *)&in[4];
998 DES_COPY_BLOCK(in, out);
1022 des_encrypt_block(const void *keysched, const uint8_t *in, uint8_t *out) argument
1024 return (des_crunch_block(keysched, in, out, B_FALSE));
1028 des3_encrypt_block(const void *keysched, const uint8_t *in, uint8_t *out) argument
1030 return (des3_crunch_block(keysched, in, out, B_FALSE));
1034 des_decrypt_block(const void *keysched, const uint8_t *in, uint8_t *out) argument
1040 des3_decrypt_block(const void *keysched, const uint8_t *in, uint8_t *out) argument
1049 des_encrypt_contiguous_blocks(void *ctx, char *data, size_t length, crypto_data_t *out) argument
1081 des_decrypt_contiguous_blocks(void *ctx, char *data, size_t length, crypto_data_t *out) argument
[all...]
/illumos-gate/usr/src/cmd/od/
H A Dod.c298 output_t *out; local
301 if ((out = calloc(1, sizeof (*src))) == NULL) {
314 (void) memcpy(out, src, sizeof (*src));
315 *tailp = out;
316 tailp = &out->next;
353 * run out of data.
861 output_t *out; local
897 for (out = head; out != NULL; out
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c251 u_int out; local
260 out = db->bytes_out;
264 out >>= 8;
265 if (out != 0)
266 stats->ratio /= out;
644 printf("bsd_decomp%d: ran out of mru\n", db->unit);
686 * if not out of code space, then allocate a new code.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c107 static int out(const char *, int);
356 if (out(*argv++, soc) == 0)
421 while (0 > out(*argv++, soc)) {
492 while (*argv != NULL && 0 > out(*argv++, soc))
518 out(const char *host, int soc) function
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c56 sobj_type_to_text(int type, char *out, size_t sz) argument
60 mdb_snprintf(out, sz, "<none>");
67 mdb_snprintf(out, sz, "%s",
72 mdb_snprintf(out, sz, "<unk:%02x>", type);
76 sobj_ops_to_text(uintptr_t addr, char *out, size_t sz) argument
81 mdb_snprintf(out, sz, "<none>");
85 mdb_snprintf(out, sz, "??", ops.sobj_type);
89 sobj_type_to_text(ops.sobj_type, out, sz);

Completed in 117 milliseconds

1234567891011>>