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

12

/freebsd-10.1-release/sys/dev/wtap/plugins/
H A Dvisibility_ioctl.h43 int id1; member in struct:link
H A Dvisibility.c174 struct vis_map *map = &vis_plugin->pl_node[l->id1];
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);
191 struct vis_map *map = &vis_plugin->pl_node[l->id1];
230 printf("op=%d, id1=%d, id2=%d\n", l.op, l.id1, l.id2);
/freebsd-10.1-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; \
104 if (++id1 == len) id1=0; \
/freebsd-10.1-release/tools/tools/wtap/vis_map/
H A Dvis_map.c98 l.id1 = atoi(argv[2]);
108 l.id1 = atoi(argv[2]);
/freebsd-10.1-release/crypto/openssl/apps/
H A Dciphers.c187 int id1 = (int)((id >> 16) & 0xffL); local
193 BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1,
202 id1, id2, id3);
/freebsd-10.1-release/sys/xen/interface/
H A Dacm_ops.h95 } id1; member in struct:acm_getdecision
/freebsd-10.1-release/sys/cddl/dev/cyclic/
H A Dcyclic_test.c165 cyclic_id_t id1; local
185 id1 = cyclic_add(&hdlr, &when);
202 cyclic_remove(id1);
/freebsd-10.1-release/usr.sbin/boot0cfg/
H A Dboot0cfg.c524 static u_int8_t id1[] = {'D', 'r', 'i', 'v', 'e', ' '}; local
527 {0x1b2, sizeof(id1), id1},
530 {0x1ae, sizeof(id1), id1},
/freebsd-10.1-release/sys/dev/mii/
H A Dmiivar.h277 #define MII_OUI(id1, id2) mii_oui(id1, id2)
H A Dmii.c274 if (resource_int_value(name, unit, "id1", &val) == 0)
637 mii_oui(u_int id1, u_int id2) argument
641 h = (id1 << 6) | (id2 >> 10);
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_dummynet.c238 flow_id_cmp(struct ipfw_flow_id *id1, struct ipfw_flow_id *id2) argument
240 int is_v6 = IS_IP6_FLOW_ID(id1);
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
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dtest_cc.c636 krb5_ccache id1, id2; local
680 krb5_cc_new_unique(context, krb5_cc_type_memory, "bar", &id1);
683 krb5_cc_initialize(context, id1, p);
724 krb5_cc_destroy(context, id1);
/freebsd-10.1-release/sys/dev/atkbdc/
H A Datkbd.c1467 int id1, id2; local
1470 id1 = id2 = -1;
1475 id1 = read_kbd_data(kbdc);
1476 if (id1 != -1)
1479 if ((id1 == -1) || (id2 == -1)) {
1485 return ((id2 << 8) | id1);
/freebsd-10.1-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h237 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_clock_getcpuclockid2_args
523 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_cpuset_setid_args
530 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_cpuset_setid_args
538 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_cpuset_getid_args
545 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_cpuset_getaffinity_args
553 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_cpuset_setaffinity_args
632 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_wait6_args
657 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_wait6_args
682 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_procctl_args
690 char id1_l_[PADL_(uint32_t)]; uint32_t id1; cha member in struct:freebsd32_procctl_args
[all...]
H A Dfreebsd32_systrace_args.c1271 uarg[0] = p->id1; /* uint32_t */
2719 uarg[2] = p->id1; /* uint32_t */
2730 uarg[1] = p->id1; /* uint32_t */
2742 uarg[2] = p->id1; /* uint32_t */
2753 uarg[2] = p->id1; /* uint32_t */
2765 uarg[2] = p->id1; /* uint32_t */
3146 uarg[2] = p->id1; /* uint32_t */
3183 uarg[1] = p->id1; /* uint32_t */
3296 uarg[2] = p->id1; /* uint32_t */
3308 uarg[1] = p->id1; /* uint32_
[all...]
/freebsd-10.1-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h115 u64 id1; member in union:t3_wrid
118 #define WRID(wrid) (wrid.id1)
/freebsd-10.1-release/sys/dev/hptmv/
H A Dgui_lib.c1366 DEVICEID id1,id2; local
1367 id1 = ((PHPT_ADD_DISK_TO_ARRAY)lpInBuffer)->idArray;
1373 if(hpt_add_disk_to_array(_VBUS_P id1, id2))
/freebsd-10.1-release/sys/dev/tx/
H A Dif_tx.c1065 int id1, id2, model, oui; local
1067 id1 = PHY_READ(sc->physc, MII_PHYIDR1);
1070 oui = MII_OUI(id1, id2);
/freebsd-10.1-release/sys/kern/
H A Dvfs_mount.c1135 int error, id0, id1; local
1153 if (sscanf(pathbuf, "FSID:%d:%d", &id0, &id1) != 2) {
1161 mp->mnt_stat.f_fsid.val[1] == id1)
/freebsd-10.1-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
735 svn_fs_check_related(const svn_fs_id_t *id1,
/freebsd-10.1-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1903 uint16_t id1 = 17; local
1927 req->id = id1;
1945 XNB_ASSERT(rsp->id == id1);
/freebsd-10.1-release/contrib/gcc/
H A Dc-parser.c5997 tree id1;
6044 objc_start_category_implementation (id1, id2);
6053 objc_start_category_interface (id1, id2, proto);
6079 objc_start_class_interface (id1, superclass, proto, prefix_attrs);
6082 objc_start_class_implementation (id1, superclass);
6356 tree id1, id2;
6365 id1 = c_parser_peek_token (parser)->value;
6376 objc_declare_alias (id1, id2);
5994 tree id1; local
6353 tree id1, id2; local
/freebsd-10.1-release/sys/net/
H A Dbridgestp.c2004 bstp_same_bridgeid(uint64_t id1, uint64_t id2) argument
2009 PV2ADDR(id1, addr1);
/freebsd-10.1-release/sys/dev/de/
H A Dif_de.c2154 u_int32_t id1, id2, ei; local
2173 id1 = sc->tulip_rombuf[0x60] | (sc->tulip_rombuf[0x61] << 8);
2179 if ((id1 & 1) == 0)
2181 if ((id1 & 0xFF) > 0x32)
2183 if ((id1 & 0x4000) == 0)
/freebsd-10.1-release/sys/dev/iscsi/
H A Discsi.c1748 iscsi_session_conf_matches(unsigned int id1, const struct iscsi_session_conf *c1, argument
1754 if (id2 != 0 && id2 == id1)

Completed in 251 milliseconds

12