Searched refs:iid (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp_target.h78 #define MATCH_TMD(tmd, iid, lun, tag) \
81 (iid == INI_ANY || iid == tmd->cd_iid) && \
H A Disp_target.c195 uint16_t iid; local
288 iid = ecp->in_iid;
294 iid = fcp->in_iid;
303 iid = inp->in_iid;
331 notify.nt_nphdl = iid;
347 notify.nt_nphdl = iid;
360 notify.nt_nphdl = iid;
1111 int iid = 0; local
1118 iid = ((na_fcentry_e_t *)na)->na_iid;
1121 iid
1327 int lun, iid; local
[all...]
H A Disp_tpublic.h124 int iid; member in struct:__anon7371::__anon7373::__anon7375
144 * with en_hba, en_chan and en_lun filled out. We used to have an iid
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mn10300/
H A Ddv-mn103int.c443 int iid; local
452 iid = (my_port % 4);
453 interrupt = 1 << iid;
482 my_port, gid, iid));
495 my_port, gid, iid));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.c4536 unsigned iid; local
4541 EXECUTE_IF_SET_IN_BITMAP (invs, 0, iid, bi)
4543 ivs->n_invariant_uses[iid]--;
4544 if (ivs->n_invariant_uses[iid] == 0)
4591 unsigned iid; local
4596 EXECUTE_IF_SET_IN_BITMAP (invs, 0, iid, bi)
4598 ivs->n_invariant_uses[iid]++;
4599 if (ivs->n_invariant_uses[iid] == 1)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-loop-ivopts.c4491 unsigned iid; local
4496 EXECUTE_IF_SET_IN_BITMAP (invs, 0, iid, bi)
4498 ivs->n_invariant_uses[iid]--;
4499 if (ivs->n_invariant_uses[iid] == 0)
4546 unsigned iid; local
4551 EXECUTE_IF_SET_IN_BITMAP (invs, 0, iid, bi)
4553 ivs->n_invariant_uses[iid]++;
4554 if (ivs->n_invariant_uses[iid] == 1)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dresrc.c896 define_control (const rc_res_id iid, rc_uint_type id, rc_uint_type x,
913 n->text = iid;
921 define_icon_control (rc_res_id iid, rc_uint_type id, rc_uint_type x,
936 n->text = iid;
894 define_control(const rc_res_id iid, rc_uint_type id, rc_uint_type x, rc_uint_type y, rc_uint_type width, rc_uint_type height, const rc_res_id class, rc_uint_type style, rc_uint_type exstyle) argument
919 define_icon_control(rc_res_id iid, rc_uint_type id, rc_uint_type x, rc_uint_type y, rc_uint_type style, rc_uint_type exstyle, rc_uint_type help, rc_rcdata_item *data, rc_dialog_ex *ex) argument

Completed in 141 milliseconds