Home
last modified time | relevance | path

Searched refs:id2 (Results 1 – 25 of 94) sorted by relevance

1234

/netbsd/sys/arch/evbmips/rasoc/
H A Dmachdep.c118 char id1[5], id2[5]; in mach_init() local
122 memcpy(id2, &tmp2, sizeof(tmp2)); in mach_init()
123 id2[4] = id1[4] = '\0'; in mach_init()
124 if (id2[2] == ' ') { in mach_init()
125 id2[2] = '\0'; in mach_init()
126 } else if (id2[3] == ' ') { in mach_init()
127 id2[3] = '\0'; in mach_init()
129 id2[4] = '\0'; in mach_init()
131 cpu_setmodel("%s%s", id1, id2); in mach_init()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/rc4/
H A Drc4_skey.c33 register int id1, id2; in RC4_set_key() local
40 id1 = id2 = 0; in RC4_set_key()
44 id2 = (data[id1] + tmp + id2) & 0xff; \ in RC4_set_key()
46 d[(n)]=d[id2]; \ in RC4_set_key()
47 d[id2]=tmp; } in RC4_set_key()
/netbsd/crypto/external/bsd/openssl/dist/crypto/rc4/
H A Drc4_skey.c39 register int id1, id2; in RC4_set_key() local
46 id1 = id2 = 0; in RC4_set_key()
50 id2 = (data[id1] + tmp + id2) & 0xff; \ in RC4_set_key()
52 d[(n)]=d[id2]; \ in RC4_set_key()
53 d[id2]=tmp; } in RC4_set_key()
/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_cc.c104 krb5_ccache id, id2; in test_mcache() local
134 ret = krb5_cc_resolve(context, c, &id2); in test_mcache()
145 krb5_cc_destroy(context, id2); in test_mcache()
157 krb5_cc_destroy(context, id2); in test_mcache()
169 krb5_ccache id, id2; in test_init_vs_destroy() local
202 krb5_cc_destroy(context, id2); in test_init_vs_destroy()
258 krb5_ccache id, id2; in test_mcc_default() local
275 ret = krb5_cc_default(context, &id2); in test_mcc_default()
283 ret = krb5_cc_close(context, id2); in test_mcc_default()
659 krb5_ccache id1, id2; in main() local
[all …]
H A Dtest_keytab.c76 krb5_keytab id, id2, id3; in test_memory_keytab() local
96 ret = krb5_kt_resolve(context, keytab, &id2); in test_memory_keytab()
113 ret = krb5_kt_get_entry(context, id2, in test_memory_keytab()
122 ret = krb5_kt_close(context, id2); in test_memory_keytab()
/netbsd/lib/libterminfo/
H A Dtermcap.c81 tgetflag(const char *id2) in tgetflag() argument
86 const char id[] = { id2[0], id2[0] ? id2[1] : '\0', '\0' }; in tgetflag()
105 tgetnum(const char *id2) in tgetnum() argument
111 const char id[] = { id2[0], id2[0] ? id2[1] : '\0', '\0' }; in tgetnum()
137 tgetstr(const char *id2, char **area) in tgetstr() argument
143 const char id[] = { id2[0], id2[0] ? id2[1] : '\0', '\0' }; in tgetstr()
/netbsd/sys/dev/mii/
H A Dmiivar.h354 #define MII_OUI(id1, id2) mii_oui(id1, id2) argument
355 #define MII_MODEL(id2) (((id2) & IDR2_MODEL) >> 4) argument
356 #define MII_REV(id2) ((id2) & IDR2_REV) argument
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dnon-stop.c58 int *id2 = malloc (sizeof (int)); in create_thread() local
59 *id2 = id; in create_thread()
61 if (pthread_create (&tid, NULL, worker, (void *) id2)) in create_thread()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dnon-stop.c58 int *id2 = malloc (sizeof (int)); in create_thread() local
59 *id2 = id; in create_thread()
61 if (pthread_create (&tid, NULL, worker, (void *) id2)) in create_thread()
/netbsd/external/gpl3/gdb/dist/sim/m32r/
H A Dmloop2.in53 SCACHE *sc1, const IDESC *id1, SCACHE *sc2, const IDESC *id2)
62 #if 0 /* not currently needed for id2 since results written directly */
64 id2 = id2->par_idesc;
66 @cpu@_fill_argbuf (current_cpu, abuf, id2, pc + 2, 0);
102 const IDESC *id,*id2;
114 id2 = emit_16 (current_cpu, pc + 2, insn & 0x7fff, sc + 1, fast_p, 0);
122 emit_par_finish (current_cpu, pc, sc + 2, sc, id, sc + 1, id2);
131 const IDESC *id,*id2;
149 id2 = emit_16 (current_cpu, pc + 2, insn & 0x7fff, sc + 3, 0, 0);
159 emit_par_finish (current_cpu, pc, sc + 4, sc + 1, id, sc + 3, id2);
H A Dmloopx.in53 SCACHE *sc1, const IDESC *id1, SCACHE *sc2, const IDESC *id2)
62 #if 0 /* not currently needed for id2 since results written directly */
64 id2 = id2->par_idesc;
66 @cpu@_fill_argbuf (current_cpu, abuf, id2, pc + 2, 0);
102 const IDESC *id,*id2;
114 id2 = emit_16 (current_cpu, pc + 2, insn & 0x7fff, sc + 1, fast_p, 0);
122 emit_par_finish (current_cpu, pc, sc + 2, sc, id, sc + 1, id2);
131 const IDESC *id,*id2;
149 id2 = emit_16 (current_cpu, pc + 2, insn & 0x7fff, sc + 3, 0, 0);
159 emit_par_finish (current_cpu, pc, sc + 4, sc + 1, id, sc + 3, id2);
/netbsd/external/gpl3/gdb.old/dist/sim/m32r/
H A Dmloop2.in53 SCACHE *sc1, const IDESC *id1, SCACHE *sc2, const IDESC *id2)
62 #if 0 /* not currently needed for id2 since results written directly */
64 id2 = id2->par_idesc;
66 @cpu@_fill_argbuf (current_cpu, abuf, id2, pc + 2, 0);
102 const IDESC *id,*id2;
114 id2 = emit_16 (current_cpu, pc + 2, insn & 0x7fff, sc + 1, fast_p, 0);
122 emit_par_finish (current_cpu, pc, sc + 2, sc, id, sc + 1, id2);
131 const IDESC *id,*id2;
149 id2 = emit_16 (current_cpu, pc + 2, insn & 0x7fff, sc + 3, 0, 0);
159 emit_par_finish (current_cpu, pc, sc + 4, sc + 1, id, sc + 3, id2);
H A Dmloopx.in53 SCACHE *sc1, const IDESC *id1, SCACHE *sc2, const IDESC *id2)
62 #if 0 /* not currently needed for id2 since results written directly */
64 id2 = id2->par_idesc;
66 @cpu@_fill_argbuf (current_cpu, abuf, id2, pc + 2, 0);
102 const IDESC *id,*id2;
114 id2 = emit_16 (current_cpu, pc + 2, insn & 0x7fff, sc + 1, fast_p, 0);
122 emit_par_finish (current_cpu, pc, sc + 2, sc, id, sc + 1, id2);
131 const IDESC *id,*id2;
149 id2 = emit_16 (current_cpu, pc + 2, insn & 0x7fff, sc + 3, 0, 0);
159 emit_par_finish (current_cpu, pc, sc + 4, sc + 1, id, sc + 3, id2);
/netbsd/external/mpl/bind/dist/bin/tests/system/cds/
H A Dsetup.sh29 id2=$(keyfile_to_key_id $key2)
37 id2=$id2
/netbsd/external/cddl/osnet/dev/cyclic/
H A Dcyclic_test.c168 cyclic_id_t id2; in cyclic_test_003() local
191 id2 = cyclic_add(&hdlr, &when); in cyclic_test_003()
205 cyclic_remove(id2); in cyclic_test_003()
/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dciphers.c238 int id2 = (int)((id >> 8) & 0xffL); in ciphers_main() local
242 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 in ciphers_main()
245 … BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Dciphers.c256 int id2 = (int)((id >> 8) & 0xffL); in ciphers_main() local
260 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 in ciphers_main()
263 … BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dmods.c209 int *id2 = NULL; in modify_delete_vindex() local
242 id2 = ch_malloc( mod->sm_numvals * sizeof( int )); in modify_delete_vindex()
243 idx = id2; in modify_delete_vindex()
365 if ( id2 ) in modify_delete_vindex()
366 ch_free( id2 ); in modify_delete_vindex()
/netbsd/sys/arch/arm/gemini/
H A Dgemini_lpc.c73 uint8_t id1, id2, vers, clk, susp; in gemini_lpc_attach() local
94 id2 = it8712_pnp_read(sc, GEMINI_LPC_LDN_ALL, IT8712_CHIPID2); in gemini_lpc_attach()
102 device_xname(self), id1, id2, vers); in gemini_lpc_attach()
/netbsd/external/bsd/kyua-cli/dist/store/
H A Dtransaction_test.cpp186 int64_t id1, id2, id3; in ATF_TEST_CASE_BODY() local
193 id2 = tx.put_action(exp_action2, context2_id); in ATF_TEST_CASE_BODY()
199 const engine::action action2 = tx.get_action(id2); in ATF_TEST_CASE_BODY()
391 int64_t id2; in ATF_TEST_CASE_BODY() local
397 id2 = tx.put_action(exp_action2, context2_id); in ATF_TEST_CASE_BODY()
406 ATF_REQUIRE(id2 == latest_action.first); in ATF_TEST_CASE_BODY()
463 int64_t id1, id2, id3; in ATF_TEST_CASE_BODY() local
468 id2 = tx.put_context(exp_context2); in ATF_TEST_CASE_BODY()
474 const engine::context context2 = tx.get_context(id2); in ATF_TEST_CASE_BODY()
/netbsd/sys/kern/
H A Dsys_pset.c425 id_t id1, id2; in sys__pset_bind() local
453 id2 = SCARG(uap, second_id); in sys__pset_bind()
478 pid = (id2 == P_MYID) ? p->p_pid : id2; in sys__pset_bind()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Ddummy-frame.c48 struct dummy_frame_id *id2) in dummy_frame_id_eq() argument
50 return frame_id_eq (id1->id, id2->id) && id1->thread == id2->thread; in dummy_frame_id_eq()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Ddummy-frame.c48 struct dummy_frame_id *id2) in dummy_frame_id_eq() argument
50 return frame_id_eq (id1->id, id2->id) && id1->thread == id2->thread; in dummy_frame_id_eq()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dmodify.cpp45 int *id2 = NULL; in ndb_modify_delete() local
83 id2 = (int *)ch_malloc( mod->sm_numvals * sizeof( int )); in ndb_modify_delete()
84 idx = id2; in ndb_modify_delete()
195 if ( id2 ) in ndb_modify_delete()
196 ch_free( id2 ); in ndb_modify_delete()
/netbsd/sys/dev/pci/
H A Dif_tlp_pci.c1239 uint16_t id1, id2, ei; in tlp_pci_smc_21040_quirks() local
1244 id2 = sc->sc_srom[0x62] | (sc->sc_srom[0x63] << 8); in tlp_pci_smc_21040_quirks()
1262 if (id2 == 0x15) { in tlp_pci_smc_21040_quirks()
1541 uint16_t id1, id2; in tlp_pci_adaptec_quirks() local
1578 id2 = TULIP_ROM_GETW(srom, 2); in tlp_pci_adaptec_quirks()
1583 switch (id2) { in tlp_pci_adaptec_quirks()
1605 device_xname(sc->sc_dev), id1, id2); in tlp_pci_adaptec_quirks()

1234