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

12

/freebsd-10.3-release/crypto/openssl/crypto/rc4/
H A Drc4_skey.c92 register int id1, id2; local
99 id1 = id2 = 0;
103 id2 = (data[id1] + tmp + id2) & 0xff; \
105 d[(n)]=d[id2]; \
106 d[id2]=tmp; }
/freebsd-10.3-release/sys/dev/wtap/plugins/
H A Dvisibility_ioctl.h44 int id2; member in struct:link
H A Dvisibility.c175 int index = l->id2/ARRAY_SIZE;
176 int bit = l->id2 % ARRAY_SIZE;
181 printf("l->id1=%d, l->id2=%d, map->map[%d] = %u, bit=%d\n",
182 l->id1, l->id2, index, map->map[index], bit);
192 int index = l->id2/ARRAY_SIZE;
193 int bit = l->id2 % ARRAY_SIZE;
230 printf("op=%d, id1=%d, id2=%d\n", l.op, l.id1, l.id2);
/freebsd-10.3-release/tools/tools/wtap/vis_map/
H A Dvis_map.c99 l.id2 = atoi(argv[3]);
109 l.id2 = atoi(argv[3]);
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dtest_cc.c102 krb5_ccache id, id2; local
132 ret = krb5_cc_resolve(context, c, &id2);
136 ret = krb5_cc_get_principal(context, id2, &p2);
143 krb5_cc_destroy(context, id2);
147 ret = krb5_cc_resolve(context, c, &id2);
151 ret = krb5_cc_get_principal(context, id2, &p2);
155 krb5_cc_destroy(context, id2);
167 krb5_ccache id, id2; local
185 ret = krb5_cc_resolve(context, n, &id2);
192 ret = krb5_cc_initialize(context, id2,
256 krb5_ccache id, id2; local
636 krb5_ccache id1, id2; local
[all...]
H A Dtest_keytab.c74 krb5_keytab id, id2, id3; local
94 ret = krb5_kt_resolve(context, keytab, &id2);
111 ret = krb5_kt_get_entry(context, id2,
120 ret = krb5_kt_close(context, id2);
/freebsd-10.3-release/crypto/openssl/apps/
H A Dciphers.c188 int id2 = (int)((id >> 8) & 0xffL); local
194 id2, id3);
197 BIO_printf(STDout, " 0x%02X,0x%02X - ", id2,
202 id1, id2, id3);
/freebsd-10.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-10.3-release/crypto/heimdal/appl/login/
H A Dlogin.c153 static krb5_ccache id, id2; variable
188 krb5_cc_resolve(context, residual, &id2);
189 ret = krb5_cc_copy_cache(context, id, id2);
193 krb5_cc_destroy (context, id2);
196 krb5_cc_close(context, id2);
217 ret = krb5_cc_default(context, &id2);
228 krb5_afslog_uid_home (context, id2,
230 krb5_afslog_uid_home (context, id2, NULL, NULL,
232 krb5_cc_close (context, id2);
/freebsd-10.3-release/sys/xen/interface/
H A Dacm_ops.h99 } id2; member in struct:acm_getdecision
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_dummynet.c238 flow_id_cmp(struct ipfw_flow_id *id1, struct ipfw_flow_id *id2) argument
243 if (IS_IP6_FLOW_ID(id2))
246 return (id1->dst_ip == id2->dst_ip &&
247 id1->src_ip == id2->src_ip &&
248 id1->dst_port == id2->dst_port &&
249 id1->src_port == id2->src_port &&
250 id1->proto == id2->proto &&
251 id1->extra == id2->extra) ? 0 : 1;
255 !bcmp(&id1->dst_ip6,&id2->dst_ip6, sizeof(id1->dst_ip6)) &&
256 !bcmp(&id1->src_ip6,&id2
283 struct ipfw_flow_id *id2; local
434 struct ipfw_flow_id *id2; local
[all...]
/freebsd-10.3-release/sys/dev/atkbdc/
H A Datkbd.c1419 int id1, id2; local
1422 id1 = id2 = -1;
1429 id2 = read_kbd_data(kbdc);
1431 if ((id1 == -1) || (id2 == -1)) {
1437 return ((id2 << 8) | id1);
/freebsd-10.3-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h238 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_clock_getcpuclockid2_args
524 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_cpuset_setid_args
531 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_cpuset_setid_args
539 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_cpuset_getid_args
546 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_cpuset_getaffinity_args
554 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_cpuset_setaffinity_args
633 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_wait6_args
658 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_wait6_args
683 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member in struct:freebsd32_procctl_args
691 char id2_l_[PADL_(uint32_t)]; uint32_t id2; cha member in struct:freebsd32_procctl_args
[all...]
H A Dfreebsd32_systrace_args.c1272 uarg[1] = p->id2; /* uint32_t */
2720 uarg[3] = p->id2; /* uint32_t */
2731 uarg[2] = p->id2; /* uint32_t */
2743 uarg[3] = p->id2; /* uint32_t */
2754 uarg[3] = p->id2; /* uint32_t */
2766 uarg[3] = p->id2; /* uint32_t */
3147 uarg[3] = p->id2; /* uint32_t */
3184 uarg[2] = p->id2; /* uint32_t */
3297 uarg[3] = p->id2; /* uint32_t */
3309 uarg[2] = p->id2; /* uint32_
[all...]
/freebsd-10.3-release/crypto/openssh/
H A Dsshconnect2.c1276 struct identity *id, *id2, *tmp; local
1308 TAILQ_FOREACH(id2, &files, next) {
1309 if (id2->key == NULL ||
1310 (id2->key->flags & SSHKEY_FLAG_EXT) == 0)
1312 if (sshkey_equal(id->key, id2->key)) {
1390 TAILQ_FOREACH_SAFE(id, preferred, next, id2) {
/freebsd-10.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-10.3-release/sbin/camcontrol/
H A Dpersist.c436 struct persist_transport_id *id, *id2; local
960 STAILQ_FOREACH_SAFE(id, &transport_id_list, links, id2) {
/freebsd-10.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-10.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-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_fs.h731 /** Return TRUE if node revisions @a id1 and @a id2 are related (part of the
736 const svn_fs_id_t *id2);
/freebsd-10.3-release/sys/dev/iscsi/
H A Discsi.c1796 unsigned int id2, const struct iscsi_session_conf *c2)
1799 if (id2 != 0 && id2 != id1)
1795 iscsi_session_conf_matches(unsigned int id1, const struct iscsi_session_conf *c1, unsigned int id2, const struct iscsi_session_conf *c2) argument
/freebsd-10.3-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1904 uint16_t id2 = 37; local
1930 req->id = id2;
1952 XNB_ASSERT(rsp->id == id2);
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c3173 unsigned int id1, id2; local
3183 id2 = atoi(ctmp + 1);
3184 if (id2 == 0)
3189 bsslast = wpa_bss_get_id(wpa_s, id2);
3190 if (bsslast == NULL && bss && id2 > id1) {
3199 if (tmp->id > id2)
/freebsd-10.3-release/contrib/gcc/
H A Dc-parser.c6018 tree id2 = NULL_TREE;
6030 id2 = c_parser_peek_token (parser)->value;
6038 if (id2 == NULL_TREE)
6044 objc_start_category_implementation (id1, id2);
6053 objc_start_category_interface (id1, id2, proto);
6356 tree id1, id2;
6373 id2 = c_parser_peek_token (parser)->value;
6376 objc_declare_alias (id1, id2);
6015 tree id2 = NULL_TREE; local
6353 tree id1, id2; local

Completed in 530 milliseconds

12