Searched refs:id2 (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rc4/
H A Drc4_skey.c100 register int id1, id2; local
107 id1 = id2 = 0;
111 id2 = (data[id1] + tmp + id2) & 0xff; \
113 d[(n)]=d[id2]; \
114 d[id2]=tmp; }
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtest_cc.c93 krb5_ccache id, id2; local
122 ret = krb5_cc_resolve(context, c, &id2);
126 ret = krb5_cc_get_principal(context, id2, &p2);
133 krb5_cc_destroy(context, id2);
137 ret = krb5_cc_resolve(context, c, &id2);
141 ret = krb5_cc_get_principal(context, id2, &p2);
145 krb5_cc_destroy(context, id2);
157 krb5_ccache id, id2; local
173 ret = krb5_cc_resolve(context, n, &id2);
180 ret = krb5_cc_initialize(context, id2,
244 krb5_ccache id, id2; local
467 krb5_ccache id1, id2; local
[all...]
H A Dtest_keytab.c71 krb5_keytab id, id2, id3; local
91 ret = krb5_kt_resolve(context, keytab, &id2);
108 ret = krb5_kt_get_entry(context, id2,
117 ret = krb5_kt_close(context, id2);
/freebsd-9.3-release/sys/dev/mii/
H A Dmiivar.h277 #define MII_OUI(id1, id2) mii_oui(id1, id2)
278 #define MII_MODEL(id2) (((id2) & IDR2_MODEL) >> 4)
279 #define MII_REV(id2) ((id2) & IDR2_REV)
H A Dmii.c276 if (resource_int_value(name, unit, "id2", &val) == 0)
637 mii_oui(u_int id1, u_int id2) argument
641 h = (id1 << 6) | (id2 >> 10);
/freebsd-9.3-release/sys/xen/interface/
H A Dacm_ops.h99 } id2; member in struct:acm_getdecision
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin.c157 static krb5_ccache id, id2; variable
259 krb5_cc_resolve(context, residual, &id2);
260 ret = krb5_cc_copy_cache(context, id, id2);
264 krb5_cc_destroy (context, id2);
268 krb5_to4 (id2);
270 krb5_cc_close(context, id2);
291 ret = krb5_cc_default(context, &id2);
302 krb5_afslog_uid_home (context, id2,
304 krb5_afslog_uid_home (context, id2, NULL, NULL,
306 krb5_cc_close (context, id2);
[all...]
/freebsd-9.3-release/sys/cddl/dev/cyclic/
H A Dcyclic_test.c166 cyclic_id_t id2; local
189 id2 = cyclic_add(&hdlr, &when);
203 cyclic_remove(id2);
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_dummynet.c235 flow_id_cmp(struct ipfw_flow_id *id1, struct ipfw_flow_id *id2) argument
240 if (IS_IP6_FLOW_ID(id2))
243 return (id1->dst_ip == id2->dst_ip &&
244 id1->src_ip == id2->src_ip &&
245 id1->dst_port == id2->dst_port &&
246 id1->src_port == id2->src_port &&
247 id1->proto == id2->proto &&
248 id1->extra == id2->extra) ? 0 : 1;
252 !bcmp(&id1->dst_ip6,&id2->dst_ip6, sizeof(id1->dst_ip6)) &&
253 !bcmp(&id1->src_ip6,&id2
280 struct ipfw_flow_id *id2; local
431 struct ipfw_flow_id *id2; local
[all...]
/freebsd-9.3-release/sys/dev/atkbdc/
H A Datkbd.c1467 int id1, id2; local
1470 id1 = id2 = -1;
1477 id2 = read_kbd_data(kbdc);
1479 if ((id1 == -1) || (id2 == -1)) {
1485 return ((id2 << 8) | id1);
H A Dpsm.c3723 int id2; local
3733 id2 = get_aux_id(kbdc);
3734 if ((id1 == id2) || (id2 != 2))
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_sim.c565 const u8 *identity, *id2; local
617 id2 = eap_sim_db_get_permanent(sm->eap_sim_db_priv, identity,
619 if (id2) {
620 identity = id2;
H A Deap_server_aka.c956 const u8 *identity, *id2; local
1019 id2 = eap_sim_db_get_permanent(sm->eap_sim_db_priv, identity,
1021 if (id2) {
1022 identity = id2;
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h232 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_clock_getcpuclockid2_args
518 char id2_l_[PADL_(u_int32_t)]; u_int32_t id2; char id2_r_[PADR_(u_int32_t)]; member in struct:freebsd32_cpuset_setid_args
525 char id2_l_[PADL_(u_int32_t)]; u_int32_t id2; char id2_r_[PADR_(u_int32_t)]; member in struct:freebsd32_cpuset_setid_args
533 char id2_l_[PADL_(u_int32_t)]; u_int32_t id2; char id2_r_[PADR_(u_int32_t)]; member in struct:freebsd32_cpuset_getid_args
540 char id2_l_[PADL_(u_int32_t)]; u_int32_t id2; char id2_r_[PADR_(u_int32_t)]; member in struct:freebsd32_cpuset_getaffinity_args
548 char id2_l_[PADL_(u_int32_t)]; u_int32_t id2; char id2_r_[PADR_(u_int32_t)]; member in struct:freebsd32_cpuset_setaffinity_args
624 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_wait6_args
649 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_wait6_args
661 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_procctl_args
669 char id2_l_[PADL_(uint32_t)]; uint32_t id2; cha member in struct:freebsd32_procctl_args
[all...]
H A Dfreebsd32_systrace_args.c1251 uarg[1] = p->id2; /* uint32_t */
2699 uarg[3] = p->id2; /* u_int32_t */
2710 uarg[2] = p->id2; /* u_int32_t */
2722 uarg[3] = p->id2; /* u_int32_t */
2733 uarg[3] = p->id2; /* u_int32_t */
2745 uarg[3] = p->id2; /* u_int32_t */
3109 uarg[3] = p->id2; /* uint32_t */
3146 uarg[2] = p->id2; /* uint32_t */
3162 uarg[3] = p->id2; /* uint32_t */
3174 uarg[2] = p->id2; /* uint32_
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dpe-dll.c1687 asection *id2, *id5, *id4; local
1705 id2 = quick_section (abfd, ".idata$2", SEC_HAS_CONTENTS, 2);
1708 quick_symbol (abfd, U ("_head_"), dll_symname, "", id2, BSF_GLOBAL, 0);
1717 bfd_set_section_size (abfd, id2, 20);
1719 id2->contents = d2;
1725 save_relocs (id2);
1739 bfd_set_section_contents (abfd, id2, d2, 0, 20);
2176 asection *id2; local
2194 id2 = quick_section (abfd, ".idata$2", SEC_HAS_CONTENTS, 2);
2200 bfd_set_section_size (abfd, id2, 2
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dsshconnect2.c1185 Identity *id, *id2, *tmp; local
1216 TAILQ_FOREACH(id2, &files, next) {
1217 if (id2->key == NULL ||
1218 (id2->key->flags & KEY_FLAG_EXT) != 0)
1220 if (key_equal(id->key, id2->key)) {
/freebsd-9.3-release/sys/dev/tx/
H A Dif_tx.c1065 int id1, id2, model, oui; local
1068 id2 = PHY_READ(sc->physc, MII_PHYIDR2);
1070 oui = MII_OUI(id1, id2);
1071 model = MII_MODEL(id2);
/freebsd-9.3-release/sys/dev/hptmv/
H A Dgui_lib.c1366 DEVICEID id1,id2; local
1368 id2 = ((PHPT_ADD_DISK_TO_ARRAY)lpInBuffer)->idDisk;
1373 if(hpt_add_disk_to_array(_VBUS_P id1, id2))
/freebsd-9.3-release/contrib/gcc/
H A Dc-parser.c5707 tree id2;
5716 id2 = c_parser_peek_token (parser)->value;
5721 objc_start_category_implementation (id1, id2);
5726 objc_start_category_interface (id1, id2, proto);
5895 tree id1, id2;
5912 id2 = c_parser_peek_token (parser)->value;
5915 objc_declare_alias (id1, id2);
5704 tree id2; local
5892 tree id1, id2; local
/freebsd-9.3-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1899 uint16_t id2 = 37; local
1925 req->id = id2;
1947 XNB_ASSERT(rsp->id == id2);
/freebsd-9.3-release/sys/net/
H A Dbridgestp.c2004 bstp_same_bridgeid(uint64_t id1, uint64_t id2) argument
2010 PV2ADDR(id2, addr2);
/freebsd-9.3-release/sys/dev/de/
H A Dif_de.c2154 u_int32_t id1, id2, ei; local
2174 id2 = sc->tulip_rombuf[0x62] | (sc->tulip_rombuf[0x63] << 8);
2185 if (id2 == 0x15) {
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfxx-mips.c385 unsigned long id2; /* Always two? */ member in struct:__anon364
395 bfd_byte id2[4]; member in struct:__anon365
1595 H_PUT_32 (abfd, in->id2, ex->id2);
9055 cpt.id2 = 2;

Completed in 418 milliseconds