| /src/crypto/openssl/crypto/rc4/ |
| H A D | rc4_skey.c | 39 register int id1, id2; in RC4_set_key() local 46 id1 = id2 = 0; in RC4_set_key() 51 id2 = (data[id1] + tmp + id2) & 0xff; \ in RC4_set_key() 52 if (++id1 == len) \ in RC4_set_key() 53 id1 = 0; \ in RC4_set_key()
|
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/test/SEQ_TEST/ |
| H A D | t.c | 13 char id1[] = {" "}, id2[] = {" "}; in main() local 31 while (fscanf(fin," %10s%10s",id1,id2) > 0) { in main() 34 key.data = id1; in main() 52 strcpy(id1,key.data); in main() 55 keyo.data = id1; in main()
|
| H A D | mbox | 39 char id1[7]; 192 char id1[] = {" "}, id2[] = {" "}; 209 while (fscanf(fin," %10s%10s",id1,id2) > 0) { 212 key.data = id1; 230 strcpy(id1,key.data); 233 keyo.data = id1;
|
| /src/contrib/kyua/store/ |
| H A D | layout_test.cpp | 133 const std::string id1 = layout::test_suite_for_path(dir1); in ATF_TEST_CASE_BODY() local 134 const std::string base1 = (store_dir / ("results." + id1 + ".")).str(); in ATF_TEST_CASE_BODY() 140 layout::find_results(id1).str()); in ATF_TEST_CASE_BODY() 148 layout::find_results(id1).str()); in ATF_TEST_CASE_BODY() 152 layout::find_results(id1).str()); in ATF_TEST_CASE_BODY() 167 const std::string id1 = layout::test_suite_for_path(dir1); in ATF_TEST_CASE_BODY() local 168 const std::string base1 = (store_dir / ("results." + id1 + ".")).str(); in ATF_TEST_CASE_BODY() 179 layout::find_results(id1 + ".20140613-194515-000000").str()); in ATF_TEST_CASE_BODY() 183 layout::find_results(id1 + ".20140614-194515-123456").str()); in ATF_TEST_CASE_BODY()
|
| /src/sys/contrib/dev/athk/ |
| H A D | hw.c | 121 u32 id1; in ath_hw_setbssidmask() local 124 id1 = REG_READ(ah, AR_STA_ID1) & ~AR_STA_ID1_SADH_MASK; in ath_hw_setbssidmask() 125 id1 |= get_unaligned_le16(common->macaddr + 4); in ath_hw_setbssidmask() 126 REG_WRITE(ah, AR_STA_ID1, id1); in ath_hw_setbssidmask()
|
| /src/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | t_cc.c | 524 krb5_ccache id1, id2; in test_memory_concurrent() local 529 kret = krb5_cc_resolve(context, "MEMORY:x", &id1); in test_memory_concurrent() 533 kret = krb5_cc_destroy(context, id1); in test_memory_concurrent() 543 kret = krb5_cc_resolve(context, "MEMORY:x", &id1); in test_memory_concurrent() 545 kret = krb5_cc_initialize(context, id1, test_creds.client); in test_memory_concurrent() 547 kret = krb5_cc_store_cred(context, id1, &test_creds); in test_memory_concurrent() 549 kret = krb5_cc_start_seq_get(context, id1, &cursor); in test_memory_concurrent() 551 kret = krb5_cc_initialize(context, id1, test_creds.client); in test_memory_concurrent() 553 kret = krb5_cc_next_cred(context, id1, &cursor, &creds); in test_memory_concurrent() 555 kret = krb5_cc_end_seq_get(context, id1, &cursor); in test_memory_concurrent() [all …]
|
| /src/contrib/libdiff/test/ |
| H A D | expect019.diff | 129 -got_diff_objects_as_blobs(struct got_object_id *id1, struct got_object_id *id2, 131 + struct got_object_id *id1, struct got_object_id *id2, 150 -got_diff_objects_as_trees(struct got_object_id *id1, struct got_object_id *id2, 152 + struct got_object_id *id1, struct got_object_id *id2, 161 if (id1 == NULL && id2 == NULL) 188 -got_diff_objects_as_commits(struct got_object_id *id1, 191 + struct got_object_id *id1, struct got_object_id *id2,
|
| H A D | test019.left.txt | 157 struct got_blob_object *blob2, struct got_object_id *id1, 294 diff_modified_blob(struct got_object_id *id1, struct got_object_id *id2, 304 err = got_object_open(&obj1, repo, id1); 328 err = cb(cb_arg, blob1, blob2, id1, id2, label1, label2, mode1, mode2, 398 diff_modified_tree(struct got_object_id *id1, struct got_object_id *id2, 408 err = got_object_open(&treeobj1, repo, id1); 482 diff_kind_mismatch(struct got_object_id *id1, struct got_object_id *id2, 572 struct got_blob_object *blob2, struct got_object_id *id1, 592 if (id1 == NULL) 597 if (got_object_id_cmp(id1, id2) != 0) [all …]
|
| H A D | test019.right.txt | 199 struct got_blob_object *blob2, struct got_object_id *id1, 337 diff_modified_blob(struct got_object_id *id1, struct got_object_id *id2, 347 err = got_object_open(&obj1, repo, id1); 371 err = cb(cb_arg, blob1, blob2, id1, id2, label1, label2, mode1, mode2, 441 diff_modified_tree(struct got_object_id *id1, struct got_object_id *id2, 451 err = got_object_open(&treeobj1, repo, id1); 525 diff_kind_mismatch(struct got_object_id *id1, struct got_object_id *id2, 615 struct got_blob_object *blob2, struct got_object_id *id1, 635 if (id1 == NULL) 640 if (got_object_id_cmp(id1, id2) != 0) [all …]
|
| H A D | test020.left.txt | 159 struct got_blob_object *blob2, struct got_object_id *id1, 333 diff_modified_blob(struct got_object_id *id1, struct got_object_id *id2, 343 err = got_object_open(&obj1, repo, id1); 367 err = cb(cb_arg, blob1, blob2, id1, id2, label1, label2, mode1, mode2, 437 diff_modified_tree(struct got_object_id *id1, struct got_object_id *id2, 447 err = got_object_open(&treeobj1, repo, id1); 521 diff_kind_mismatch(struct got_object_id *id1, struct got_object_id *id2, 611 struct got_blob_object *blob2, struct got_object_id *id1, 631 if (id1 == NULL) 636 if (got_object_id_cmp(id1, id2) != 0) [all …]
|
| H A D | test020.right.txt | 199 struct got_blob_object *blob2, struct got_object_id *id1, 368 diff_modified_blob(struct got_object_id *id1, struct got_object_id *id2, 378 err = got_object_open(&obj1, repo, id1); 402 err = cb(cb_arg, blob1, blob2, id1, id2, label1, label2, mode1, mode2, 472 diff_modified_tree(struct got_object_id *id1, struct got_object_id *id2, 482 err = got_object_open(&treeobj1, repo, id1); 556 diff_kind_mismatch(struct got_object_id *id1, struct got_object_id *id2, 646 struct got_blob_object *blob2, struct got_object_id *id1, 666 if (id1 == NULL) 671 if (got_object_id_cmp(id1, id2) != 0) [all …]
|
| /src/sys/dev/wtap/plugins/ |
| H A D | visibility.c | 134 struct vis_map *map = &vis_plugin->pl_node[l->id1]; in add_link() 142 l->id1, l->id2, index, map->map[index], bit); in add_link() 151 struct vis_map *map = &vis_plugin->pl_node[l->id1]; in del_link() 189 printf("op=%d, id1=%d, id2=%d\n", l.op, l.id1, l.id2); in vis_ioctl()
|
| H A D | visibility_ioctl.h | 41 int id1; member
|
| /src/tools/tools/wtap/vis_map/ |
| H A D | vis_map.c | 96 l.id1 = atoi(argv[2]); in main() 106 l.id1 = atoi(argv[2]); in main()
|
| /src/sys/dev/etherswitch/ar40xx/ |
| H A D | ar40xx_phy.c | 233 uint32_t id1, id2; in ar40xx_hw_phy_get_ids() local 236 id1 = MDIO_READREG(sc->sc_mdio_dev, phy, 2); in ar40xx_hw_phy_get_ids() 240 __func__, phy, id1, id2); in ar40xx_hw_phy_get_ids()
|
| /src/sys/dev/iicbus/pmic/ |
| H A D | fan53555.c | 334 uint8_t id1, id2; in fan53555_reg_attach() local 342 if (fan53555_read(sc->dev, FAN53555_ID1, &id1) != 0) { in fan53555_reg_attach() 351 dprintf(sc, "Device ID1: 0x%02X, ID2: 0x%02X\n", id1, id2); in fan53555_reg_attach() 353 range = fan53555_get_range(sc, type, FAN53555_ID1_DIE_ID(id1), in fan53555_reg_attach() 358 id1, id2); in fan53555_reg_attach()
|
| /src/usr.sbin/boot0cfg/ |
| H A D | boot0cfg.c | 518 static u_int8_t id1[] = {'D', 'r', 'i', 'v', 'e', ' '}; in boot0bs() local 521 {0x1b2, sizeof(id1), id1}, in boot0bs() 524 {0x1ae, sizeof(id1), id1}, in boot0bs()
|
| /src/sys/dev/mii/ |
| H A D | miivar.h | 303 #define MII_OUI(id1, id2) mii_oui(id1, id2) argument
|
| /src/crypto/openssl/apps/ |
| H A D | ciphers.c | 257 int id1 = (int)((id >> 16) & 0xffL); in ciphers_main() local 265 … BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
|
| /src/sys/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 293 flow_id_cmp(struct ipfw_flow_id *id1, struct ipfw_flow_id *id2) in flow_id_cmp() argument 295 int is_v6 = IS_IP6_FLOW_ID(id1); in flow_id_cmp() 301 return (id1->dst_ip == id2->dst_ip && in flow_id_cmp() 302 id1->src_ip == id2->src_ip && in flow_id_cmp() 303 id1->dst_port == id2->dst_port && in flow_id_cmp() 304 id1->src_port == id2->src_port && in flow_id_cmp() 305 id1->proto == id2->proto && in flow_id_cmp() 306 id1->extra == id2->extra) ? 0 : 1; in flow_id_cmp() 310 !bcmp(&id1->dst_ip6,&id2->dst_ip6, sizeof(id1->dst_ip6)) && in flow_id_cmp() 311 !bcmp(&id1->src_ip6,&id2->src_ip6, sizeof(id1->src_ip6)) && in flow_id_cmp() [all …]
|
| /src/crypto/heimdal/lib/krb5/ |
| H A D | test_cc.c | 636 krb5_ccache id1, id2; in main() local 680 krb5_cc_new_unique(context, krb5_cc_type_memory, "bar", &id1); in main() 683 krb5_cc_initialize(context, id1, p); in main() 724 krb5_cc_destroy(context, id1); in main()
|
| /src/cddl/usr.sbin/dtrace/tests/common/builtinvar/ |
| H A D | Makefile | 27 tst.id1.d \
|
| /src/sys/dev/atkbdc/ |
| H A D | atkbd.c | 1563 int id1, id2; in get_kbd_id() local 1566 id1 = id2 = -1; in get_kbd_id() 1571 id1 = read_kbd_data(kbdc); in get_kbd_id() 1572 if (id1 != -1) in get_kbd_id() 1575 if ((id1 == -1) || (id2 == -1)) { in get_kbd_id() 1581 return ((id2 << 8) | id1); in get_kbd_id()
|
| /src/sys/dev/etherswitch/micrel/ |
| H A D | ksz8995ma.c | 183 int id0, id1; in ksz8995ma_probe() local 190 id1 = ksz8995ma_readreg(dev, KSZ8995MA_CID1); in ksz8995ma_probe() 192 device_printf(dev,"Chip Identifier Register %x %x\n", id0, id1); in ksz8995ma_probe() 195 if (id0 != KSZ8995MA_FAMILI_ID || (id1 & KSZ8995MA_CHIP_ID_MASK) != in ksz8995ma_probe()
|
| /src/sys/compat/freebsd32/ |
| H A D | freebsd32_proto.h | 228 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member 475 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member 482 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member 489 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member 497 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member 572 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member 597 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member 658 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member 667 char id1_l_[PADL_(uint32_t)]; uint32_t id1; char id1_r_[PADR_(uint32_t)]; member
|