Home
last modified time | relevance | path

Searched refs:eid (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Deid_31.c114 dns_rdata_in_eid_t *eid = source; in fromstruct_in_eid() local
118 REQUIRE(eid != NULL); in fromstruct_in_eid()
119 REQUIRE(eid->common.rdtype == type); in fromstruct_in_eid()
120 REQUIRE(eid->common.rdclass == rdclass); in fromstruct_in_eid()
121 REQUIRE(eid->eid != NULL || eid->eid_len == 0); in fromstruct_in_eid()
126 return (mem_tobuffer(target, eid->eid, eid->eid_len)); in fromstruct_in_eid()
131 dns_rdata_in_eid_t *eid = target; in tostruct_in_eid() local
136 REQUIRE(eid != NULL); in tostruct_in_eid()
139 eid->common.rdclass = rdata->rdclass; in tostruct_in_eid()
140 eid->common.rdtype = rdata->type; in tostruct_in_eid()
[all …]
H A Deid_31.h26 unsigned char *eid; member
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Deid_31.c113 dns_rdata_in_eid_t *eid = source; in fromstruct_in_eid()
117 REQUIRE(eid != NULL); in fromstruct_in_eid()
118 REQUIRE(eid->common.rdtype == type); in fromstruct_in_eid()
119 REQUIRE(eid->common.rdclass == rdclass); in fromstruct_in_eid()
120 REQUIRE(eid->eid != NULL || eid->eid_len == 0); in fromstruct_in_eid()
125 return mem_tobuffer(target, eid->eid, eid in fromstruct_in_eid()
114 dns_rdata_in_eid_t *eid = source; fromstruct_in_eid() local
131 dns_rdata_in_eid_t *eid = target; tostruct_in_eid() local
156 dns_rdata_in_eid_t *eid = source; freestruct_in_eid() local
[all...]
H A Deid_31.h25 unsigned char *eid; member
/netbsd-src/sys/arch/riscv/include/
H A Dsbi.h285 sbi_call(int eid, int fid, in sbi_call() argument
291 register register_t _a7 __asm ("a7") = eid; in sbi_call()
313 #define SBI_CALL0(eid, fid) sbi_call(eid, fid, 0, 0, 0, 0, 0, 0) argument
314 #define SBI_CALL1(eid, fid, a0) sbi_call(eid, fid, a0, 0, 0, 0, 0, 0) argument
315 #define SBI_CALL2(eid, fid, a0, a1) sbi_call(eid, fid, a0, a1, 0, 0, 0, 0) argument
316 #define SBI_CALL3(eid, fid, a0, a1, a2) sbi_call(eid, fid, a0, a1, a2, 0, 0, 0) argument
317 #define SBI_CALL4(eid, fid, a0, a1, a2, a3) sbi_call(eid, fid, a0, a1, a2, a3, 0, 0) argument
318 #define SBI_CALL5(eid, fid, a0, a1, a2, a3, a4) sbi_call(eid, fid, a0, a1, a2, a3, a4, 0) argument
319 #define SBI_CALL6(eid, fid, a0, a1, a2, a3, a4, a5) sbi_call(eid, fid, a0, a1, a2, a3, a4, a5) argument
335 #define SBI_LEGACY_CALL0(eid) sbi_call(eid, 0, 0, 0, 0, 0, 0, 0) argument
[all …]
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Dp2p_hostapd.c94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_p2p_manage() argument
97 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_p2p_manage()
98 *eid++ = 4 + 3 + 1; in hostapd_eid_p2p_manage()
99 WPA_PUT_BE32(eid, P2P_IE_VENDOR_TYPE); in hostapd_eid_p2p_manage()
100 eid += 4; in hostapd_eid_p2p_manage()
102 *eid++ = P2P_ATTR_MANAGEABILITY; in hostapd_eid_p2p_manage()
103 WPA_PUT_LE16(eid, 1); in hostapd_eid_p2p_manage()
104 eid += 2; in hostapd_eid_p2p_manage()
109 *eid++ = bitmap; in hostapd_eid_p2p_manage()
111 return eid; in hostapd_eid_p2p_manage()
H A Dwmm.h16 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
17 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
H A Dhs20.h14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
15 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid);
H A Dp2p_hostapd.h33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Ddelete.c66 backsql_entryID *eid ) in backsql_delete_all_attrs() argument
74 bda.e_id = eid; in backsql_delete_all_attrs()
76 rc = ldap_avl_apply( eid->eid_oc->bom_attrs, backsql_delete_attr_f, &bda, in backsql_delete_all_attrs()
91 backsql_entryID *eid, in backsql_delete_int() argument
104 rs->sr_err = backsql_delete_all_attrs( op, rs, dbh, eid ); in backsql_delete_int()
109 rc = backsql_Prepare( dbh, &sth, eid->eid_oc->bom_delete_proc, 0 ); in backsql_delete_int()
122 if ( BACKSQL_IS_DEL( eid->eid_oc->bom_expect_return ) ) { in backsql_delete_int()
129 eid->eid_oc->bom_oc->soc_cname.bv_val ); in backsql_delete_int()
141 rc = backsql_BindParamID( sth, pno + 1, SQL_PARAM_INPUT, &eid->eid_keyval ); in backsql_delete_int()
146 eid->eid_oc->bom_oc->soc_cname.bv_val ); in backsql_delete_int()
[all …]
H A Dentry-id.c901 backsql_id2entry( backsql_srch_info *bsi, backsql_entryID *eid ) in backsql_id2entry() argument
914 if ( bi->sql_baseObject && BACKSQL_IS_BASEOBJECT_ID( &eid->eid_id ) ) { in backsql_id2entry()
922 if ( eid->eid_oc == NULL ) { in backsql_id2entry()
923 eid->eid_oc = backsql_id2oc( bsi->bsi_op->o_bd->be_private, in backsql_id2entry()
924 eid->eid_oc_id ); in backsql_id2entry()
925 if ( eid->eid_oc == NULL ) { in backsql_id2entry()
928 eid->eid_oc_id, BACKSQL_IDARG(eid->eid_id), in backsql_id2entry()
929 eid->eid_dn.bv_val ); in backsql_id2entry()
933 bsi->bsi_oc = eid->eid_oc; in backsql_id2entry()
934 bsi->bsi_c_eid = eid; in backsql_id2entry()
[all …]
H A Dsearch.c2009 backsql_entryID *eid = NULL; in backsql_search() local
2194 eid = bsi.bsi_id_list; in backsql_search()
2214 for ( eid = bsi.bsi_id_list; in backsql_search()
2215 eid != NULL; in backsql_search()
2216 eid = backsql_free_entryID( in backsql_search()
2217 eid, eid == &bsi.bsi_base_id ? 0 : 1, op->o_tmpmemctx ) ) in backsql_search()
2244 BACKSQL_IDARG(eid->eid_id), in backsql_search()
2245 eid->eid_oc_id, in backsql_search()
2246 BACKSQL_IDARG(eid->eid_keyval) ); in backsql_search()
2252 if ( !dn_match( &eid->eid_ndn, &op->o_req_ndn ) ) { in backsql_search()
[all …]
/netbsd-src/sys/dev/tprof/
H A Dtprof_armv8.c55 uint64_t eid[2]; in armv8_pmu_event_implemented() local
60 eid[0] = reg_pmceid0_el0_read(); in armv8_pmu_event_implemented()
61 eid[1] = reg_pmceid1_el0_read(); in armv8_pmu_event_implemented()
67 if (eid[idx] & __BIT(bit)) in armv8_pmu_event_implemented()
H A Dtprof_armv7.c76 uint32_t eid[2]; in armv7_pmu_event_implemented() local
82 eid[0] = armreg_pmceid0_read(); in armv7_pmu_event_implemented()
83 eid[1] = armreg_pmceid1_read(); in armv7_pmu_event_implemented()
88 if (eid[idx] & __BIT(bit)) { in armv7_pmu_event_implemented()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dndbio.cpp551 Uint64 eid = e->e_id; in ndb_oc_attrs() local
626 if ( myop->equal( EID_COLUMN, eid )) { in ndb_oc_attrs()
790 Uint64 eid; in ndb_entry_get_data() local
803 eid = NA->e->e_id; in ndb_entry_get_data()
836 if ( myop[i]->setBound( 0U, NdbIndexScanOperation::BoundEQ, &eid )) in ndb_entry_get_data()
1028 NdbTransaction *txn, Uint64 eid, NdbOcInfo *no ) in ndb_oc_del() argument
1034 rc = ndb_oc_del( txn, eid, no->no_sets[i] ); in ndb_oc_del()
1043 if ( myop->setBound( 0U, NdbIndexScanOperation::BoundEQ, &eid )) in ndb_oc_del()
1064 Uint64 eid = NA->e->e_id; in ndb_entry_del_data() local
1072 if ( ndb_oc_del( NA->txn, eid, myOcs.no_info[i] )) in ndb_entry_del_data()
[all …]
H A Dsearch.cpp290 Uint64 eid; in ndb_oc_search() local
371 eid = scanID->u_64_value(); in ndb_oc_search()
372 e.e_id = eid; in ndb_oc_search()
387 ixop->equal( EID_COLUMN, eid ); in ndb_oc_search()
451 keys[0].ptr = &eid; in ndb_oc_search()
452 keys[0].len = sizeof(eid); in ndb_oc_search()
/netbsd-src/usr.bin/id/
H A Did.c180 u_int eid, rid; in pretty() local
199 if ((eid = geteuid()) != rid) { in pretty()
200 if ((pw = getpwuid(eid)) != NULL) in pretty()
203 (void)printf("euid\t%u\n", eid); in pretty()
205 if ((rid = getgid()) != (eid = getegid())) { in pretty()
/netbsd-src/sys/arch/ia64/ia64/
H A Dcpu.c81 int id, eid; in cpu_attach() local
91 eid = (lid & 0x0000000000ff0000) >> 16; in cpu_attach()
94 if (id == sapic->Id && eid == sapic->Eid) in cpu_attach()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dpresent.c370 xcb_present_event_t eid, in xcb_present_select_input_checked() argument
385 xcb_out.eid = eid; in xcb_present_select_input_checked()
400 xcb_present_event_t eid, in xcb_present_select_input() argument
415 xcb_out.eid = eid; in xcb_present_select_input()
H A Dpresent.h192 xcb_present_event_t eid; member
591 xcb_present_event_t eid,
605 xcb_present_event_t eid,
/netbsd-src/sys/dev/pcmcia/
H A Dif_wi_pcmcia.c484 u_int32_t addr, id, eid; in wi_pcmcia_write_firm() local
524 eid = GETLE16(q); q += 2; in wi_pcmcia_write_firm()
526 if (eid == 0) in wi_pcmcia_write_firm()
528 if (eid != id) in wi_pcmcia_write_firm()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dproto-mdb.h122 ID eid,
129 ID eid,
136 ID eid,
H A Dadd.c42 ID eid, pid = 0; in mdb_add() local
287 rs->sr_err = mdb_next_id( op->o_bd, mc, &eid ); in mdb_add()
296 op->ora_e->e_id = eid; in mdb_add()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dadd.c42 ID eid; in wt_add() local
299 wt_next_id( op->o_bd, &eid ); in wt_add()
300 op->ora_e->e_id = eid; in wt_add()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Denginetest.c52 char *eid[NUMTOADD]; in test_engines() local
151 eid[loop] = OPENSSL_strdup(buf); in test_engines()
155 || !TEST_true(ENGINE_set_id(block[loop], eid[loop])) in test_engines()

12