Searched refs:id1 (Results 1 - 22 of 22) 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; \
112 if (++id1 == len) id1=0; \
/freebsd-9.3-release/sys/xen/interface/
H A Dacm_ops.h95 } id1; member in struct:acm_getdecision
/freebsd-9.3-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-9.3-release/usr.sbin/boot0cfg/
H A Dboot0cfg.c493 static u_int8_t id1[] = {'D', 'r', 'i', 'v', 'e', ' '}; local
496 {0x1b2, sizeof(id1), id1},
499 {0x1ae, sizeof(id1), id1},
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtest_cc.c467 krb5_ccache id1, id2; local
499 krb5_cc_new_unique(context, "MEMORY", "bar", &id1);
502 krb5_cc_initialize(context, id1, p);
526 krb5_cc_destroy(context, id1);
/freebsd-9.3-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-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
237 int is_v6 = IS_IP6_FLOW_ID(id1);
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
[all...]
/freebsd-9.3-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);
H A Dpsm.c3722 int id1; local
3726 id1 = get_aux_id(kbdc);
3734 if ((id1 == id2) || (id2 != 2))
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h231 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_clock_getcpuclockid2_args
517 char id1_l_[PADL_(u_int32_t)]; u_int32_t id1; char id1_r_[PADR_(u_int32_t)]; member in struct:freebsd32_cpuset_setid_args
524 char id1_l_[PADL_(u_int32_t)]; u_int32_t id1; char id1_r_[PADR_(u_int32_t)]; member in struct:freebsd32_cpuset_setid_args
532 char id1_l_[PADL_(u_int32_t)]; u_int32_t id1; char id1_r_[PADR_(u_int32_t)]; member in struct:freebsd32_cpuset_getid_args
539 char id1_l_[PADL_(u_int32_t)]; u_int32_t id1; char id1_r_[PADR_(u_int32_t)]; member in struct:freebsd32_cpuset_getaffinity_args
547 char id1_l_[PADL_(u_int32_t)]; u_int32_t id1; char id1_r_[PADR_(u_int32_t)]; member in struct:freebsd32_cpuset_setaffinity_args
623 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_wait6_args
648 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_wait6_args
660 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member in struct:freebsd32_procctl_args
668 char id1_l_[PADL_(uint32_t)]; uint32_t id1; cha member in struct:freebsd32_procctl_args
[all...]
H A Dfreebsd32_systrace_args.c1250 uarg[0] = p->id1; /* uint32_t */
2698 uarg[2] = p->id1; /* u_int32_t */
2709 uarg[1] = p->id1; /* u_int32_t */
2721 uarg[2] = p->id1; /* u_int32_t */
2732 uarg[2] = p->id1; /* u_int32_t */
2744 uarg[2] = p->id1; /* u_int32_t */
3108 uarg[2] = p->id1; /* uint32_t */
3145 uarg[1] = p->id1; /* uint32_t */
3161 uarg[2] = p->id1; /* uint32_t */
3173 uarg[1] = p->id1; /* uint32_
[all...]
/freebsd-9.3-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)
H A Diw_cxgb_hal.c887 wqe->wrid.id1 = 0;
/freebsd-9.3-release/contrib/gcc/
H A Dc-parser.c5689 tree id1;
5703 id1 = c_parser_peek_token (parser)->value;
5721 objc_start_category_implementation (id1, id2);
5726 objc_start_category_interface (id1, id2, proto);
5750 objc_start_class_interface (id1, superclass, proto);
5753 objc_start_class_implementation (id1, superclass);
5895 tree id1, id2;
5904 id1 = c_parser_peek_token (parser)->value;
5915 objc_declare_alias (id1, id2);
5686 tree id1; local
5892 tree id1, id2; local
/freebsd-9.3-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-9.3-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-9.3-release/sys/kern/
H A Dvfs_mount.c1141 int error, id0, id1, vfslocked; local
1160 if (sscanf(pathbuf, "FSID:%d:%d", &id0, &id1) != 2) {
1169 mp->mnt_stat.f_fsid.val[1] == id1)
/freebsd-9.3-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1898 uint16_t id1 = 17; local
1922 req->id = id1;
1940 XNB_ASSERT(rsp->id == id1);
/freebsd-9.3-release/sys/net/
H A Dbridgestp.c2004 bstp_same_bridgeid(uint64_t id1, uint64_t id2) argument
2009 PV2ADDR(id1, addr1);
/freebsd-9.3-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-9.3-release/contrib/binutils/bfd/
H A Delfxx-mips.c383 unsigned long id1; /* Always one? */ member in struct:__anon364
393 bfd_byte id1[4]; member in struct:__anon365
1593 H_PUT_32 (abfd, in->id1, ex->id1);
9053 cpt.id1 = 1;

Completed in 425 milliseconds