/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | dseng.c | 57 int ec = 0; local 74 ec = target_load_obj(&prev, &obj, &phase); 75 while (ec == 0 && obj != NULL) { 81 ec = register_object(obj, &puid, NULL); 85 ec = register_object(obj, &puid, NULL); 86 if (ec == 0) { 89 ec = esi_load(puid, 104 ec = register_object(obj, &uid, NULL); 106 ec = ISNS_RSP_INTERNAL_ERROR; 108 if (ec 198 int ec = 0; local [all...] |
H A D | func.c | 104 int ec = 0; local 110 ec = ISNS_RSP_SRC_ABSENT; 113 ec = ISNS_RSP_SRC_UNKNOWN; 116 if (ec == 0) { 120 return (ec); 139 int ec = 0; local 150 return (ec); 169 int ec = 0; local 180 return (ec); 200 int ec local 323 int ec = 0; local 429 int ec = 0; local 476 int ec = 0; local 547 int ec = 0; local 582 int ec = 0; local 618 int ec = 0; local 835 int ec = 0; local 1006 int ec = 0; local 1142 int ec = 0; local 1264 int ec = 0; local 1324 int ec = 0; local 1432 int ec = 0; local 1670 int ec = 0; local 1871 int ec = 0; local 1990 int ec = 0; local 2128 int ec = conn->ec; local [all...] |
H A D | dd.c | 75 int ec = 0; local 123 ec = ERR_NAME_IN_USE; 125 return (ec); 148 return (ec); 158 ec = write_data(DATA_UPDATE, obj); 161 return (ec); 227 int ec = 0; local 271 ec = cache_lookup(&lc, &tmp_id, cb_clone_attrs); 273 if (ec == 0 && tmp_id == 0) { 280 ec 319 int ec = 0; local 356 int ec = 0; local 525 int ec = 0; local 588 int ec = 0; local 744 int ec = 0; local 845 int ec = 0; local 1122 int ec = 0; local 1163 int ec = 0; local 1231 int ec = 0; local 1364 int ec = 0; local 1425 int ec = 0; local 1467 int ec = 0; local 1509 int ec = 0; local 1553 int ec = 0; local 1607 int ec = 0; local 1659 int ec = 0; local 1712 int ec; local 1755 int ec; local 1801 int ec = 0; local [all...] |
H A D | qry.c | 192 int ec = 0; local 203 ec = cache_lookup(lcp, NULL, cb_qry_child_uids); 233 return (ec); 262 int ec = 0; local 275 ec = (type == OBJ_DD) ? 288 return (ec); 301 return (ec); 374 int ec = 0; local 382 ec = cache_lookup(lcp, NULL, cb_clone_attrs); 414 return (ec); 438 int ec = 0; local 493 int ec = 0; local 537 int ec = 0; local 608 int ec = 0; local 745 int ec = 0; local 799 int ec = 0; local 904 int ec = 0; local 973 int ec = 0; local 994 int ec = 0; local 1129 int ec = 0; local 1187 int ec = 0; local [all...] |
H A D | obj.c | 762 int ec = 0; local 810 ec = write_data(DATA_UPDATE, dst); 813 ec = ISNS_RSP_INTERNAL_ERROR; 817 if (ec == 0) { 829 return (ec); 848 int ec = 0; local 854 ec = write_data(DATA_ADD, obj); 858 if (ec == 0 && scn_q != NULL) { 862 return (ec); 1481 int ec local 1606 int ec = 0; local 1869 int ec = 0; local 1941 int ec = 0; local 2008 int ec = 0; local 2097 int ec = 0; local 2155 int ec = 0; local 2225 int ec = 0; local 2317 int ec = 0; local 2742 int ec = 0; local 2816 int ec = 0; local 2875 int ec = 0; local 2893 int ec = 0; local 3395 int ec = 0; local 3547 int ec = 0; local 3566 int ec = 0; local 3601 int ec = 0; local 3618 int ec = 0; local 3659 int ec = 0; local [all...] |
H A D | cache.c | 185 * ec - 0: commit the cache update; otherwise retreat it. 193 int ec 200 ec = data_sync(ec); 218 return (ec); 259 * ec - 0: commit the cache update; otherwise retreat it. 266 int ec 269 return (cache_unlock(CACHE_WRITE, ec));
|
H A D | isns_func.h | 54 int ec; member in struct:conn_arg
|
H A D | pdu.c | 293 int ec = 0; local 300 ec = ISNS_RSP_INTERNAL_ERROR; 304 return (ec); 314 int ec = pdu_reset(rsp, sz); local 316 if (ec == 0) { 321 return (ec); 331 int ec = pdu_reset(pdu, sz); local 333 if (ec == 0) { 337 return (ec); 382 int ec local [all...] |
H A D | esi.c | 465 int ec = 0; local 475 ec = ISNS_RSP_INTERNAL_ERROR; 478 return (ec); 495 int ec = 0; local 500 while (ev_list != NULL && ec == 0) { 504 ec = ev_add(ev, 1); 507 return (ec); 530 int ec = 0; local 538 ec = ev_add(ev, 0); 540 ec 1410 int ec = 0; local 1442 int ec = 0; local [all...] |
H A D | scn.c | 701 int ec = 0; local 715 return (ec); 723 ec = write_data(DATA_UPDATE, obj); 726 return (ec); 1695 int ec; local 1715 ec = pdu_reset_scn(&pdu, &pl, &sz); 1721 ec = pdu_add_tlv(&pdu, &pl, &sz, 1725 if (ec != 0) { 1736 ec = pdu_add_tlv(&pdu, &pl, &sz, 1742 while (s != NULL && ec 1873 int ec = 0; local 1963 int ec = 0; local 2040 int ec = 0; local [all...] |
H A D | htable.c | 702 int ec = 0; local 719 ec = tab->c->replace_hook(items->p, p, uid_p, 743 ec = ISNS_RSP_INTERNAL_ERROR; 759 ec = ISNS_RSP_INVALID_REGIS; 762 ec = ISNS_RSP_INTERNAL_ERROR; 776 ec = tab->c->add_hook(p); 780 for (i = 0; ec == 0; ) { 804 if (ec == 0) { 814 if (ec != 0 && items != NULL) { 818 return (ec); [all...] |
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | acpica_ec.c | 86 } ec; variable in typeref:struct:ec_softstate 163 mutex_enter(&ec.ec_mutex); 164 sc = inb(ec.ec_sc); 176 outb(ec.ec_sc, EC_RD); /* output a read command */ 177 if (ec_wait_ibf_clear(ec.ec_sc) < 0) { 180 mutex_exit(&ec.ec_mutex); 184 outb(ec.ec_base, addr); /* output addr */ 185 if (ec_wait_ibf_clear(ec.ec_sc) < 0) { 188 mutex_exit(&ec.ec_mutex); 191 if (ec_wait_obf_set(ec [all...] |
/illumos-gate/usr/src/lib/libc/i386/fp/ |
H A D | _X_cplx_div_ix.c | 101 int eb, ec, ed, ew, i, j; local 117 ec = cc.i[2] & 0x7fff; 119 ew = (ec > ed)? ec : ed; 166 ec = (ec - 0x3800) >> 12; 167 c = (c * scl[ec + 4].e) * b; 168 ec += eb; 176 if (ec < 0) { 177 ec [all...] |
H A D | _X_cplx_div_rx.c | 101 int ea, ec, ed, ew, i, j; local 117 ec = cc.i[2] & 0x7fff; 119 ew = (ec > ed)? ec : ed; 166 ec = (ec - 0x3800) >> 12; 167 c = (c * scl[ec + 4].e) * a; 168 ec += ea; 176 if (ec < 0) { 177 ec [all...] |
H A D | _X_cplx_div.c | 91 int ea, eb, ec, ed, ez, ew, es, i, j; local 113 ec = cc.i[2] & 0x7fff; 115 ew = (ec > ed)? ec : ed;
|
/illumos-gate/usr/src/cmd/isns/isnsd/xml/ |
H A D | data.c | 233 int ec = 0; local 245 ec = ISNS_RSP_INTERNAL_ERROR; 248 return (ec); 294 int ec = 0; local 313 ec = ISNS_RSP_INTERNAL_ERROR; 325 ec = ISNS_RSP_INTERNAL_ERROR; 332 return (ec); 455 int ec = 0; local 467 while (ec == 0 && 477 ec 511 int ec = 0; local 549 int ec = 0; local 633 int ec = 0; local 935 int ec = 0; local 1006 int ec = 0; local 1106 int ec = 0; local 1255 int ec = 0; local 1316 int ec = 0; local 1408 int ec = 0; local [all...] |
/illumos-gate/usr/src/cmd/mknod/ |
H A D | mknod.c | 122 int ec; local 124 if ((ec = mknod(path, mode, arg)) == -1) { 130 return (ec);
|
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpshut.c | 199 void done (ec) 200 int ec; 203 exit (ec);
|
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/ |
H A D | exynos5250-snow.dts | 75 freebsd,ec-gpio = <168>;
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | k5sealv3.c | 101 size_t ec; local 162 ec = 0; 163 plain.length = message->length + 16 + ec; 192 store_16_be(ec, outbuf+4); 198 (void) memset(plain.data + message->length, 'x', ec); 199 (void) memcpy(plain.data + message->length + ec, outbuf, 16); 358 size_t ec, rrc; local 432 ec = load_16_be(ptr+4); 475 message_buffer->length = plain.length - ec - 16; 488 if (ec [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/ |
H A D | picl_slm.c | 298 char *ec; local 309 ec = sysevent_get_class_name(ev); 314 ev, (ec) ? ec : "NULL", (esc) ? esc : "NULL"); 315 if ((ec == NULL) || (esc == NULL)) { 317 } else if (strcmp(ec, EC_DEVFS) == 0) { 324 } else if (strcmp(ec, EC_DR) == 0) { 353 if (strcmp(ec, EC_DEVFS) == 0) { 355 } else if (strcmp(ec, EC_DR) == 0) {
|
/illumos-gate/usr/src/uts/common/io/upf/ |
H A D | upf_usbgem.c | 104 uint8_t ec[3]; member in struct:upf_dev 228 lp->ec[1] = 0; 234 lp->ec[1] = val; 262 lp->ec[0] |= EC0_RXSA | EC0_RXCS; 263 OUTB(dp, EC0, lp->ec[0], &err, usberr); 268 INB(dp, EC2, &lp->ec[2], &err, usberr); 269 lp->ec[2] |= EC2_RXBP | EC2_EP3RC; 272 lp->ec[2] |= EC2_MEPL; 275 OUTB(dp, EC2, lp->ec[2], &err, usberr); 319 lp->ec[ [all...] |
/illumos-gate/usr/src/lib/libsysevent/ |
H A D | libevchannel.c | 121 int ec; local 157 ec = errno == EACCES ? EPERM : errno; 159 return (errno = ec); 164 ec = errno == EACCES ? EPERM : errno; 166 return (errno = ec); 183 ec = errno; 186 return (errno = ec); 272 int ec; local 296 ec = errno; 303 return (ec); 455 int ec; local [all...] |
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/ |
H A D | audioemu10k.c | 1001 emu10k_ctrl_t *ec = &devc->ctrls[i]; local 1002 if (ec->ctrl != NULL) { 1003 audio_dev_del_control(ec->ctrl); 1004 ec->ctrl = NULL; 1333 emu10k_ctrl_t *ec = arg; local 1334 emu10k_devc_t *devc = ec->devc; 1346 ec->val = val; 1348 emu10k_write_gpr(devc, ec->gpr_num, left); 1349 emu10k_write_gpr(devc, ec->gpr_num + 1, right); 1358 emu10k_ctrl_t *ec local 1377 emu10k_ctrl_t *ec = arg; local 1413 emu10k_ctrl_t *ec = arg; local 1453 emu10k_ctrl_t *ec = arg; local 1496 emu10k_ctrl_t *ec; local 1525 emu10k_ctrl_t *ec; local 1561 emu10k_ctrl_t *ec; local 1612 emu10k_ctrl_t *ec; local 1687 emu10k_ctrl_t *ec; local [all...] |
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_xdr.c | 399 entry_col *ec, *oec; local 402 ec = am(myself, (e->en_cols.en_cols_len - 1) * sizeof (ec[0])); 403 if (ec == 0) { 408 o->zo_data.objdata_u.en_data.en_cols.en_cols_val = ec; 420 ec[i-1].ec_value.ec_value_val = am(myself, len); 421 if (ec[i-1].ec_value.ec_value_val == 0) { 425 (void) memcpy(ec[i-1].ec_value.ec_value_val, 428 ec[i-1].ec_value.ec_value_len = 431 ec[ [all...] |