| /onnv-gate/usr/src/cmd/isns/isnsd/ |
| H A D | func.c | 104 int ec = 0; in packet_get_source() local 110 ec = ISNS_RSP_SRC_ABSENT; in packet_get_source() 113 ec = ISNS_RSP_SRC_UNKNOWN; in packet_get_source() 116 if (ec == 0) { in packet_get_source() 120 return (ec); in packet_get_source() 139 int ec = 0; in packet_get_key() local 150 return (ec); in packet_get_key() 169 int ec = 0; in packet_get_operand() local 180 return (ec); in packet_get_operand() 200 int ec = 0; in packet_split_verify() local [all …]
|
| H A D | dseng.c | 57 int ec = 0; in load_data() local 74 ec = target_load_obj(&prev, &obj, &phase); in load_data() 75 while (ec == 0 && obj != NULL) { in load_data() 81 ec = register_object(obj, &puid, NULL); in load_data() 85 ec = register_object(obj, &puid, NULL); in load_data() 86 if (ec == 0) { in load_data() 89 ec = esi_load(puid, in load_data() 104 ec = register_object(obj, &uid, NULL); in load_data() 106 ec = ISNS_RSP_INTERNAL_ERROR; in load_data() 108 if (ec == 0) { in load_data() [all …]
|
| H A D | dd.c | 75 int ec = 0; in cb_update_ds_attr() local 123 ec = ERR_NAME_IN_USE; in cb_update_ds_attr() 125 return (ec); in cb_update_ds_attr() 148 return (ec); in cb_update_ds_attr() 158 ec = write_data(DATA_UPDATE, obj); in cb_update_ds_attr() 161 return (ec); in cb_update_ds_attr() 227 int ec = 0; in get_member_info() local 271 ec = cache_lookup(&lc, &tmp_id, cb_clone_attrs); in get_member_info() 273 if (ec == 0 && tmp_id == 0) { in get_member_info() 280 ec = ISNS_RSP_INTERNAL_ERROR; in get_member_info() [all …]
|
| H A D | qry.c | 192 int ec = 0; in e2c() local 203 ec = cache_lookup(lcp, NULL, cb_qry_child_uids); in e2c() 233 return (ec); in e2c() 262 int ec = 0; in qry_ds2m() local 275 ec = (type == OBJ_DD) ? in qry_ds2m() 288 return (ec); in qry_ds2m() 301 return (ec); in qry_ds2m() 374 int ec = 0; in qry_i2g() local 382 ec = cache_lookup(lcp, NULL, cb_clone_attrs); in qry_i2g() 414 return (ec); in qry_i2g() [all …]
|
| H A D | obj.c | 762 int ec = 0; in replace_object() local 810 ec = write_data(DATA_UPDATE, dst); in replace_object() 813 ec = ISNS_RSP_INTERNAL_ERROR; in replace_object() 817 if (ec == 0) { in replace_object() 829 return (ec); in replace_object() 848 int ec = 0; in add_object() local 854 ec = write_data(DATA_ADD, obj); in add_object() 858 if (ec == 0 && scn_q != NULL) { in add_object() 862 return (ec); in add_object() 1481 int ec = 0; in extract_attr() local [all …]
|
| H A D | pdu.c | 293 int ec = 0; in pdu_reset() local 300 ec = ISNS_RSP_INTERNAL_ERROR; in pdu_reset() 304 return (ec); in pdu_reset() 314 int ec = pdu_reset(rsp, sz); in pdu_reset_rsp() local 316 if (ec == 0) { in pdu_reset_rsp() 321 return (ec); in pdu_reset_rsp() 331 int ec = pdu_reset(pdu, sz); in pdu_reset_scn() local 333 if (ec == 0) { in pdu_reset_scn() 337 return (ec); in pdu_reset_scn() 382 int ec = 0; in pdu_add_tlv() local [all …]
|
| H A D | esi.c | 465 int ec = 0; in esi_load() local 475 ec = ISNS_RSP_INTERNAL_ERROR; in esi_load() 478 return (ec); in esi_load() 495 int ec = 0; in verify_esi_portal() local 500 while (ev_list != NULL && ec == 0) { in verify_esi_portal() 504 ec = ev_add(ev, 1); in verify_esi_portal() 507 return (ec); in verify_esi_portal() 530 int ec = 0; in esi_add() local 538 ec = ev_add(ev, 0); in esi_add() 540 ec = ISNS_RSP_INTERNAL_ERROR; in esi_add() [all …]
|
| H A D | cache.c | 193 int ec in cache_unlock() argument 200 ec = data_sync(ec); in cache_unlock() 218 return (ec); in cache_unlock() 266 int ec in cache_unlock_sync() argument 269 return (cache_unlock(CACHE_WRITE, ec)); in cache_unlock_sync()
|
| H A D | scn.c | 701 int ec = 0; in cb_update_scn_bitmap() local 715 return (ec); in cb_update_scn_bitmap() 723 ec = write_data(DATA_UPDATE, obj); in cb_update_scn_bitmap() 726 return (ec); in cb_update_scn_bitmap() 1695 int ec; in scn_trigger1() local 1715 ec = pdu_reset_scn(&pdu, &pl, &sz); in scn_trigger1() 1721 ec = pdu_add_tlv(&pdu, &pl, &sz, in scn_trigger1() 1725 if (ec != 0) { in scn_trigger1() 1736 ec = pdu_add_tlv(&pdu, &pl, &sz, in scn_trigger1() 1742 while (s != NULL && ec == 0) { in scn_trigger1() [all …]
|
| /onnv-gate/usr/src/uts/intel/io/acpica/ |
| H A D | acpica_ec.c | 77 } ec; variable 119 mutex_enter(&ec.ec_mutex); in ec_rd() 120 sc = inb(ec.ec_sc); in ec_rd() 132 outb(ec.ec_sc, EC_RD); /* output a read command */ in ec_rd() 133 if (ec_wait_ibf_clear(ec.ec_sc) < 0) { in ec_rd() 136 mutex_exit(&ec.ec_mutex); in ec_rd() 140 outb(ec.ec_base, addr); /* output addr */ in ec_rd() 141 if (ec_wait_ibf_clear(ec.ec_sc) < 0) { in ec_rd() 144 mutex_exit(&ec.ec_mutex); in ec_rd() 147 if (ec_wait_obf_set(ec.ec_sc) < 0) { in ec_rd() [all …]
|
| /onnv-gate/usr/src/cmd/isns/isnsd/xml/ |
| H A D | data.c | 227 int ec = 0; in get_xml_doc() local 239 ec = ISNS_RSP_INTERNAL_ERROR; in get_xml_doc() 242 return (ec); in get_xml_doc() 288 int ec = 0; in convert_xml2attr() local 307 ec = ISNS_RSP_INTERNAL_ERROR; in convert_xml2attr() 319 ec = ISNS_RSP_INTERNAL_ERROR; in convert_xml2attr() 326 return (ec); in convert_xml2attr() 449 int ec = 0; in parse_xml_prop() local 461 while (ec == 0 && in parse_xml_prop() 471 ec = convert_xml2attr( in parse_xml_prop() [all …]
|
| /onnv-gate/usr/src/lib/libc/i386/fp/ |
| H A D | _X_cplx_div_ix.c | 101 int eb, ec, ed, ew, i, j; in _X_cplx_div_ix() local 117 ec = cc.i[2] & 0x7fff; in _X_cplx_div_ix() 119 ew = (ec > ed)? ec : ed; in _X_cplx_div_ix() 166 ec = (ec - 0x3800) >> 12; in _X_cplx_div_ix() 167 c = (c * scl[ec + 4].e) * b; in _X_cplx_div_ix() 168 ec += eb; in _X_cplx_div_ix() 176 if (ec < 0) { in _X_cplx_div_ix() 177 ec = -ec; in _X_cplx_div_ix() 180 while (ec--) in _X_cplx_div_ix()
|
| H A D | _X_cplx_div_rx.c | 101 int ea, ec, ed, ew, i, j; in _X_cplx_div_rx() local 117 ec = cc.i[2] & 0x7fff; in _X_cplx_div_rx() 119 ew = (ec > ed)? ec : ed; in _X_cplx_div_rx() 166 ec = (ec - 0x3800) >> 12; in _X_cplx_div_rx() 167 c = (c * scl[ec + 4].e) * a; in _X_cplx_div_rx() 168 ec += ea; in _X_cplx_div_rx() 176 if (ec < 0) { in _X_cplx_div_rx() 177 ec = -ec; in _X_cplx_div_rx() 180 while (ec--) in _X_cplx_div_rx()
|
| H A D | _X_cplx_div.c | 91 int ea, eb, ec, ed, ez, ew, es, i, j; in _X_cplx_div() local 113 ec = cc.i[2] & 0x7fff; in _X_cplx_div() 115 ew = (ec > ed)? ec : ed; in _X_cplx_div()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | bigint.pm | 78 my $ec = int($$ev); 83 if ($ec >= length($$miv)) # 123.23E-4 87 return $sign . substr ($$miv,0,length($$miv)-$ec); # 1234.45E-2 = 12 90 if ($ec >= length($$mfv)) 92 $ec -= length($$mfv); 93 return $sign.$$miv.$$mfv if $ec == 0; # 123.45E+2 => 12345 94 return $sign.$$miv.$$mfv.'E'.$ec; # 123.45e+3 => 12345e1 96 $mfv = substr($$mfv,0,$ec);
|
| /onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
| H A D | k5sealv3.c | 101 size_t ec; in gss_krb5int_make_seal_token_v3() local 162 ec = 0; in gss_krb5int_make_seal_token_v3() 163 plain.length = message->length + 16 + ec; in gss_krb5int_make_seal_token_v3() 192 store_16_be(ec, outbuf+4); in gss_krb5int_make_seal_token_v3() 198 (void) memset(plain.data + message->length, 'x', ec); in gss_krb5int_make_seal_token_v3() 199 (void) memcpy(plain.data + message->length + ec, outbuf, 16); in gss_krb5int_make_seal_token_v3() 358 size_t ec, rrc; in gss_krb5int_unseal_token_v3() local 432 ec = load_16_be(ptr+4); in gss_krb5int_unseal_token_v3() 475 message_buffer->length = plain.length - ec - 16; in gss_krb5int_unseal_token_v3() 488 if (ec + 16 < ec) in gss_krb5int_unseal_token_v3() [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/evp/ |
| H A D | p_lib.c | 103 group = EC_KEY_get0_group(pkey->pkey.ec); in EVP_PKEY_bits() 133 return(ECDSA_size(pkey->pkey.ec)); in EVP_PKEY_size() 198 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); in EVP_PKEY_copy_parameters() 201 if (EC_KEY_set_group(to->pkey.ec, group) == 0) in EVP_PKEY_copy_parameters() 226 if (EC_KEY_get0_group(pkey->pkey.ec) == NULL) in EVP_PKEY_missing_parameters() 250 const EC_GROUP *group_a = EC_KEY_get0_group(a->pkey.ec), in EVP_PKEY_cmp_parameters() 251 *group_b = EC_KEY_get0_group(b->pkey.ec); in EVP_PKEY_cmp_parameters() 288 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); in EVP_PKEY_cmp() 289 const EC_POINT *pa = EC_KEY_get0_public_key(a->pkey.ec), in EVP_PKEY_cmp() 290 *pb = EC_KEY_get0_public_key(b->pkey.ec); in EVP_PKEY_cmp() [all …]
|
| /onnv-gate/usr/src/uts/common/io/audio/drv/audioemu10k/ |
| H A D | audioemu10k.c | 1001 emu10k_ctrl_t *ec = &devc->ctrls[i]; in emu10k_destroy() local 1002 if (ec->ctrl != NULL) { in emu10k_destroy() 1003 audio_dev_del_control(ec->ctrl); in emu10k_destroy() 1004 ec->ctrl = NULL; in emu10k_destroy() 1333 emu10k_ctrl_t *ec = arg; in emu10k_set_stereo() local 1334 emu10k_devc_t *devc = ec->devc; in emu10k_set_stereo() 1346 ec->val = val; in emu10k_set_stereo() 1348 emu10k_write_gpr(devc, ec->gpr_num, left); in emu10k_set_stereo() 1349 emu10k_write_gpr(devc, ec->gpr_num + 1, right); in emu10k_set_stereo() 1358 emu10k_ctrl_t *ec = arg; in emu10k_set_mono() local [all …]
|
| /onnv-gate/usr/src/lib/libsysevent/ |
| H A D | libevchannel.c | 121 int ec; in sysevent_evc_bind() local 157 ec = errno == EACCES ? EPERM : errno; in sysevent_evc_bind() 159 return (errno = ec); in sysevent_evc_bind() 164 ec = errno == EACCES ? EPERM : errno; in sysevent_evc_bind() 166 return (errno = ec); in sysevent_evc_bind() 183 ec = errno; in sysevent_evc_bind() 186 return (errno = ec); in sysevent_evc_bind() 272 int ec; in sysevent_evc_publish() local 296 ec = errno; in sysevent_evc_publish() 303 return (ec); in sysevent_evc_publish() [all …]
|
| /onnv-gate/usr/src/cmd/picl/plugins/common/piclevent/ |
| H A D | picl_slm.c | 298 char *ec; in piclslm_deliver_event() local 309 ec = sysevent_get_class_name(ev); in piclslm_deliver_event() 314 ev, (ec) ? ec : "NULL", (esc) ? esc : "NULL"); in piclslm_deliver_event() 315 if ((ec == NULL) || (esc == NULL)) { in piclslm_deliver_event() 317 } else if (strcmp(ec, EC_DEVFS) == 0) { in piclslm_deliver_event() 324 } else if (strcmp(ec, EC_DR) == 0) { in piclslm_deliver_event() 353 if (strcmp(ec, EC_DEVFS) == 0) { in piclslm_deliver_event() 355 } else if (strcmp(ec, EC_DR) == 0) { in piclslm_deliver_event()
|
| /onnv-gate/usr/src/common/openssl/doc/apps/ |
| H A D | ec.pod | 5 ec - EC key processing 9 B<openssl> B<ec> 30 The B<ec> command processes EC keys. They can be converted between various 83 means that using the B<ec> utility to read in an encrypted key with no 124 Possible value are: B<named_curve>, i.e. the ec parameters are 125 specified by a OID, or B<explicit> where the ec parameters are 156 openssl ec -in key.pem -des3 -out keyout.pem 160 openssl ec -in key.pem -outform DER -out keyout.der 164 openssl ec -in key.pem -text -noout 168 openssl ec -in key.pem -pubout -out pubkey.pem [all …]
|
| /onnv-gate/usr/src/cmd/mknod/ |
| H A D | mknod.c | 122 int ec; in domk() local 124 if ((ec = mknod(path, mode, arg)) == -1) { in domk() 130 return (ec); in domk()
|
| /onnv-gate/usr/src/cmd/lp/cmd/ |
| H A D | lpshut.c | 199 void done (ec) in done() argument 200 int ec; in done() 203 exit (ec);
|
| /onnv-gate/usr/src/lib/libnisdb/ |
| H A D | ldap_xdr.c | 400 entry_col *ec, *oec; in unmakePseudoEntryObj() local 403 ec = am(myself, (e->en_cols.en_cols_len - 1) * sizeof (ec[0])); in unmakePseudoEntryObj() 404 if (ec == 0) { in unmakePseudoEntryObj() 409 o->zo_data.objdata_u.en_data.en_cols.en_cols_val = ec; in unmakePseudoEntryObj() 421 ec[i-1].ec_value.ec_value_val = am(myself, len); in unmakePseudoEntryObj() 422 if (ec[i-1].ec_value.ec_value_val == 0) { in unmakePseudoEntryObj() 426 (void) memcpy(ec[i-1].ec_value.ec_value_val, in unmakePseudoEntryObj() 429 ec[i-1].ec_value.ec_value_len = in unmakePseudoEntryObj() 432 ec[i-1].ec_value.ec_value_val = 0; in unmakePseudoEntryObj() 433 ec[i-1].ec_value.ec_value_len = 0; in unmakePseudoEntryObj()
|
| /onnv-gate/usr/src/common/openssl/crypto/err/ |
| H A D | openssl.ec | 1 # crypto/err/openssl.ec 19 L EC crypto/ec/ec.h crypto/ec/ec_err.c 37 L NONE crypto/ec/ec_lcl.h NONE
|