Home
last modified time | relevance | path

Searched refs:addr (Results 1101 - 1125 of 4649) sorted by relevance

1...<<41424344454647484950>>...186

/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap03.c61 static char *addr; variable
88 addr = mmap(0, page_sz, PROT_EXEC, in main()
92 if (addr == MAP_FAILED) { in main()
117 if (memcmp(dummy, addr, page_sz)) { in main()
138 if (munmap(addr, page_sz) != 0) { in main()
H A Dmmap04.c58 static char *addr; variable
82 addr = mmap(0, page_sz, PROT_READ | PROT_EXEC, in main()
86 if (addr == MAP_FAILED) { in main()
104 if (memcmp(dummy, addr, page_sz)) { in main()
115 if (munmap(addr, page_sz) != 0) { in main()
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap3.c71 void *addr; in map_write_unmap() local
83 addr = SAFE_MMAP(NULL, fsize, PROT_WRITE | PROT_READ, in map_write_unmap()
86 memset(addr, 'A', fsize); in map_write_unmap()
88 tst_res(TINFO, "Thread %4li, addr [%p], size %4ikB, iter %4d", in map_write_unmap()
89 tid, addr, fsize/1024, i); in map_write_unmap()
93 SAFE_MUNMAP(addr, fsize); in map_write_unmap()
/third_party/node/deps/v8/src/base/
H A Dmemory.h22 inline T& Memory(Address addr) { in Memory() argument
23 DCHECK(IsAligned(addr, alignof(T))); in Memory()
24 return *reinterpret_cast<T*>(addr); in Memory()
27 inline T& Memory(byte* addr) { in Memory() argument
28 return Memory<T>(reinterpret_cast<Address>(addr)); in Memory()
/third_party/pulseaudio/src/modules/
H A Dmodule-devd-detect.c88 struct sockaddr_un addr = { .sun_family = AF_UNIX }; in pa__init() local
102 strncpy(addr.sun_path, "/var/run/devd.seqpacket.pipe", sizeof(addr.sun_path) - 1); in pa__init()
104 if (connect(fd, (struct sockaddr *)&addr, sizeof(addr)) < 0) { in pa__init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst.h88 * @addr: Address of the destination STA
92 int (*send_action)(void *ctx, const u8 *addr, struct wpabuf *data);
97 * @addr: Address of the STA
100 const struct wpabuf * (*get_mb_ie)(void *ctx, const u8 *addr);
105 * @addr: Address of the STA
109 void (*update_mb_ie)(void *ctx, const u8 *addr,
257 * @addr: Address of the connected STA
259 void fst_notify_peer_connected(struct fst_iface *iface, const u8 *addr);
264 * @addr: Address of the disconnected STA
266 void fst_notify_peer_disconnected(struct fst_iface *iface, const u8 *addr);
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dap.h41 void ap_tx_status(void *ctx, const u8 *addr,
45 void ap_client_poll_ok(void *ctx, const u8 *addr);
46 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds);
51 const u8 *addr);
88 int wpas_ap_pmksa_cache_list_mesh(struct wpa_supplicant *wpa_s, const u8 *addr,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dap.h41 void ap_tx_status(void *ctx, const u8 *addr,
45 void ap_client_poll_ok(void *ctx, const u8 *addr);
46 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds);
51 const u8 *addr);
88 int wpas_ap_pmksa_cache_list_mesh(struct wpa_supplicant *wpa_s, const u8 *addr,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c314 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_IEEE80211, in auth_shared_key()
347 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_IEEE80211, in auth_shared_key()
354 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_IEEE80211, in auth_shared_key()
462 hostapd_drv_sta_remove(hapd, sta->addr); in handle_auth_ft_finish()
485 MAC2STR_SEC(sta->addr), reason); in sae_set_state()
504 os_memcmp(pw->peer_addr, sta->addr, ETH_ALEN) != 0) in sae_get_password()
550 os_memcpy(sta->sae->tmp->peer_addr, sta->addr, ETH_ALEN); in auth_build_sae_commit()
569 sae_prepare_commit_pt(sta->sae, pt, hapd->own_addr, sta->addr, in auth_build_sae_commit()
574 sae_prepare_commit(hapd->own_addr, sta->addr, in auth_build_sae_commit()
658 reply_res = send_auth_reply(hapd, sta, sta->addr, bssi in auth_sae_send_commit()
731 comeback_token_hash(struct hostapd_data *hapd, const u8 *addr, u8 *idx) comeback_token_hash() argument
744 check_comeback_token(struct hostapd_data *hapd, const u8 *addr, const u8 *token, size_t token_len) check_comeback_token() argument
780 auth_build_token_req(struct hostapd_data *hapd, int group, const u8 *addr, int h2e) auth_build_token_req() argument
1727 auth_sae_queued_addr(struct hostapd_data *hapd, const u8 *addr) auth_sae_queued_addr() argument
2302 ieee802_11_allowed_address(struct hostapd_data *hapd, const u8 *addr, const u8 *msg, size_t len, struct radius_sta *info) ieee802_11_allowed_address() argument
4206 const u8 *addr[2]; owe_process_assoc_req() local
4923 send_deauth(struct hostapd_data *hapd, const u8 *addr, u16 reason_code) send_deauth() argument
5043 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 status_code, int reassoc, const u8 *ies, size_t ies_len, int rssi, int omit_rsnxe) send_assoc_resp() argument
6786 hostapd_tx_status(struct hostapd_data *hapd, const u8 *addr, const u8 *buf, size_t len, int ack) hostapd_tx_status() argument
6843 hostapd_client_poll_ok(struct hostapd_data *hapd, const u8 *addr) hostapd_client_poll_ok() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c165 BtAddr addr; member
168 void (*ServiceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context);
174 BtAddr addr; member
178 void (*ServiceAttributeCb)(const BtAddr *addr, const SdpService *service, void *context);
184 BtAddr addr; member
189 const BtAddr *addr, const SdpService *serviceArray, uint16_t serviceNum, void *context);
195 BtAddr addr; member
197 void (*ServiceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context);
1235 ctx->result = SdpServiceSearch(&ctx->addr, &ctx->uuidArray, ctx->context, ctx->ServiceSearchCb); in SdpServiceSearchTask()
1241 int SDP_ServiceSearch(const BtAddr *addr, cons argument
1286 SDP_ServiceAttribute(const BtAddr *addr, uint32_t handle, SdpAttributeIdList attributeIdList, void *context, void (*serviceAttributeCb)(const BtAddr *addr, const SdpService *service, void *context)) SDP_ServiceAttribute() argument
1332 SDP_ServiceSearchAttribute(const BtAddr *addr, const SdpUuid *uuidArray, SdpAttributeIdList attributeIdList, void *context, void (*searchAttributeCb)(const BtAddr *addr, const SdpService *serviceArray, uint16_t serviceNum, void *context)) SDP_ServiceSearchAttribute() argument
1378 SDP_ServiceBrowse(const BtAddr *addr, void *context, void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) SDP_ServiceBrowse() argument
[all...]
/third_party/f2fs-tools/lib/
H A Dlibf2fs.c267 int test_and_set_bit_le(u32 nr, u8 *addr) in test_and_set_bit_le() argument
271 addr += nr >> 3; in test_and_set_bit_le()
273 retval = mask & *addr; in test_and_set_bit_le()
274 *addr |= mask; in test_and_set_bit_le()
278 int test_and_clear_bit_le(u32 nr, u8 *addr) in test_and_clear_bit_le() argument
282 addr += nr >> 3; in test_and_clear_bit_le()
284 retval = mask & *addr; in test_and_clear_bit_le()
285 *addr &= ~mask; in test_and_clear_bit_le()
289 int test_bit_le(u32 nr, const u8 *addr) in test_bit_le() argument
291 return ((1 << (nr & 7)) & (addr[n in test_bit_le()
297 char *addr = (char *)p; f2fs_test_bit() local
304 f2fs_set_bit(unsigned int nr, char *addr) f2fs_set_bit() argument
316 f2fs_clear_bit(unsigned int nr, char *addr) f2fs_clear_bit() argument
348 _find_next_bit_le(const u8 *addr, u64 nbits, u64 start, char invert) _find_next_bit_le() argument
372 find_next_bit_le(const u8 *addr, u64 size, u64 offset) find_next_bit_le() argument
378 find_next_zero_bit_le(const u8 *addr, u64 size, u64 offset) find_next_zero_bit_le() argument
[all...]
/third_party/mesa3d/src/intel/common/
H A Dmi_builder.h48 * __gen_address_offset(__gen_address_type addr, uint64_t offset);
95 __gen_address_type addr; member
312 mi_mem32(__gen_address_type addr) in mi_mem32() argument
316 .addr = addr, in mi_mem32()
321 mi_mem64(__gen_address_type addr) in mi_mem64() argument
325 .addr = addr, in mi_mem64()
346 value.addr = __gen_address_offset(value.addr, in mi_value_half()
1189 __gen_address_type addr = __gen_get_batch_address(b->user_data, _mi_resolve_address_token() local
1206 mi_load_mem64_offset(struct mi_builder *b, __gen_address_type addr, struct mi_value offset) mi_load_mem64_offset() argument
1229 mi_store_mem64_offset(struct mi_builder *b, __gen_address_type addr, struct mi_value offset, struct mi_value data) mi_store_mem64_offset() argument
1269 __gen_address_type addr; global() member
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_stats_v3x.c31 static u32 isp3_stats_read(struct rkisp_isp_stats_vdev *stats_vdev, u32 addr, u32 id) in isp3_stats_read() argument
36 val = rkisp_read(stats_vdev->dev, addr, true); in isp3_stats_read()
38 val = rkisp_next_read(stats_vdev->dev, addr, true); in isp3_stats_read()
43 static void isp3_stats_write(struct rkisp_isp_stats_vdev *stats_vdev, u32 addr, u32 value, u32 id) in isp3_stats_write() argument
46 rkisp_write(stats_vdev->dev, addr, value, true); in isp3_stats_write()
48 rkisp_next_write(stats_vdev->dev, addr, value, true); in isp3_stats_write()
166 u32 addr, value, ctrl; in rkisp_stats_get_rawaebig_meas_reg() local
171 addr = ISP3X_RAWAE_BIG2_BASE; in rkisp_stats_get_rawaebig_meas_reg()
174 addr = ISP3X_RAWAE_BIG3_BASE; in rkisp_stats_get_rawaebig_meas_reg()
178 addr in rkisp_stats_get_rawaebig_meas_reg()
220 u32 addr, ctrl; rkisp_stats_get_rawhstbig_meas_reg() local
630 u32 i, value, addr, rd_buf_idx, ctrl; rkisp_stats_get_rawaebig_meas_ddr() local
689 u32 i, rd_buf_idx, *ddr_addr, addr, ctrl; rkisp_stats_get_rawhstbig_meas_ddr() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_stats_v3x.c32 u32 addr, u32 id) in isp3_stats_read()
37 val = rkisp_read(stats_vdev->dev, addr, true); in isp3_stats_read()
39 val = rkisp_next_read(stats_vdev->dev, addr, true); in isp3_stats_read()
44 u32 addr, u32 value, u32 id) in isp3_stats_write()
47 rkisp_write(stats_vdev->dev, addr, value, true); in isp3_stats_write()
49 rkisp_next_write(stats_vdev->dev, addr, value, true); in isp3_stats_write()
180 u32 addr, value, ctrl; in rkisp_stats_get_rawaebig_meas_reg() local
185 addr = ISP3X_RAWAE_BIG2_BASE; in rkisp_stats_get_rawaebig_meas_reg()
188 addr = ISP3X_RAWAE_BIG3_BASE; in rkisp_stats_get_rawaebig_meas_reg()
192 addr in rkisp_stats_get_rawaebig_meas_reg()
31 isp3_stats_read(struct rkisp_isp_stats_vdev *stats_vdev, u32 addr, u32 id) isp3_stats_read() argument
43 isp3_stats_write(struct rkisp_isp_stats_vdev *stats_vdev, u32 addr, u32 value, u32 id) isp3_stats_write() argument
237 u32 addr, ctrl; rkisp_stats_get_rawhstbig_meas_reg() local
672 u32 i, value, addr, rd_buf_idx, ctrl; rkisp_stats_get_rawaebig_meas_ddr() local
733 u32 i, rd_buf_idx, *ddr_addr, addr, ctrl; rkisp_stats_get_rawhstbig_meas_ddr() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c292 struct nlattr *addr, struct nlattr *req_ie, in mlme_event_connect()
334 if (addr) in mlme_event_connect()
335 event.assoc_reject.bssid = nla_data(addr); in mlme_event_connect()
384 if (addr) { in mlme_event_connect()
385 os_memcpy(drv->bssid, nla_data(addr), ETH_ALEN); in mlme_event_connect()
470 struct nlattr *reason, struct nlattr *addr, in mlme_event_disconnect()
609 enum nl80211_commands cmd, struct nlattr *addr) in mlme_timeout_event()
614 if (nla_len(addr) != ETH_ALEN) in mlme_timeout_event()
618 cmd, MAC2STR((u8 *) nla_data(addr))); in mlme_timeout_event()
628 os_memcpy(event.timeout_event.addr, nla_dat in mlme_timeout_event()
290 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *timed_out, struct nlattr *timeout_reason, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek, struct nlattr *subnet_status, struct nlattr *fils_erp_next_seq_num, struct nlattr *fils_pmk, struct nlattr *fils_pmkid) mlme_event_connect() argument
469 mlme_event_disconnect(struct wpa_driver_nl80211_data *drv, struct nlattr *reason, struct nlattr *addr, struct nlattr *by_ap) mlme_event_disconnect() argument
608 mlme_timeout_event(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *addr) mlme_timeout_event() argument
879 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig, struct nlattr *wmm, struct nlattr *req_ie) mlme_event() argument
1313 const u8 *addr; nl80211_new_peer_candidate() local
1336 u8 *addr; nl80211_new_station_event() local
1369 u8 *addr; nl80211_del_station_event() local
1469 const u8 *addr; nl80211_client_probe_event() local
2324 const u8 *addr; nl80211_port_authorized() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c99 ConnectionAddr addr; in OnReAuthVerifyPassed() local
100 (void)memset_s(&addr, sizeof(ConnectionAddr), 0, sizeof(ConnectionAddr)); in OnReAuthVerifyPassed()
101 if (!LnnConvertAuthConnInfoToAddr(&addr, &authRequest.connInfo, GetCurrentConnectType())) { in OnReAuthVerifyPassed()
106 strlen(info->deviceInfo.deviceUdid), (unsigned char *)addr.info.ble.udidHash); in OnReAuthVerifyPassed()
111 LnnConnectionFsm *connFsm = FindConnectionFsmByAddr(&addr, true); in OnReAuthVerifyPassed()
112 if (connFsm != NULL && !connFsm->isDead && !LnnIsNeedCleanConnectionFsm(info, addr.type)) { in OnReAuthVerifyPassed()
121 connFsm = StartNewConnectionFsm(&addr, DEFAULT_PKG_NAME, true); in OnReAuthVerifyPassed()
167 connFsm = FindConnectionFsmByAddr(&para->addr, false); in PostJoinRequestToConnFsm()
170 connFsm = StartNewConnectionFsm(&para->addr, para->pkgName, para->isNeedConnect); in PostJoinRequestToConnFsm()
179 LnnNotifyJoinResult((ConnectionAddr *)&para->addr, NUL in PostJoinRequestToConnFsm()
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Droute_manager_test.cpp459 const std::string addr; in HWTEST_F() local
460 auto ret = RouteManager::ReadAddr(addr, nullptr); in HWTEST_F()
466 const std::string addr = "/"; in HWTEST_F() local
468 auto ret = RouteManager::ReadAddr(addr, &res); in HWTEST_F()
474 const std::string addr = "48541/451564"; in HWTEST_F() local
476 auto ret = RouteManager::ReadAddr(addr, &res); in HWTEST_F()
482 const std::string addr = "48541adfa/451564dfa"; in HWTEST_F() local
484 auto ret = RouteManager::ReadAddr(addr, &res); in HWTEST_F()
490 const std::string addr = "gsga:4557/56445:::df?"; in HWTEST_F() local
492 auto ret = RouteManager::ReadAddr(addr, in HWTEST_F()
498 const std::string addr; HWTEST_F() local
505 const std::string addr = "/"; HWTEST_F() local
513 const std::string addr = "48541/451564"; HWTEST_F() local
521 const std::string addr = "48541adfa/451564dfa"; HWTEST_F() local
529 const std::string addr = "gsga:4557/56445:::df?"; HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_socket_transport.cpp89 remoteBtAddr_(RawAddress::ConvertToString(option.addr_.addr)) in ObexClientSocketTransport()
324 HILOGI("addr: %{public}s", GetEncryptAddr(btAddr_.GetAddress()).c_str()); in AcceptConnection()
336 HILOGI("addr: %{public}s", GetEncryptAddr(btAddr_.GetAddress()).c_str()); in RejectConnection()
432 const RawAddress &addr = incomingConnect.GetRemoteAddress(); in AcceptConnection() local
433 HILOGI("Call%{public}s , addr: %{public}s", tranKey_.c_str(), GetEncryptAddr(addr.GetAddress()).c_str()); in AcceptConnection()
434 return dataTransport_->AcceptConnection(addr, incomingConnect.GetPort()); in AcceptConnection()
440 const RawAddress &addr = incomingConnect.GetRemoteAddress(); in RejectConnection() local
441 HILOGI("Call %{public}s , addr: %{public}s", tranKey_.c_str(), GetEncryptAddr(addr in RejectConnection()
462 OnConnectIncoming(const RawAddress &addr, uint16_t port) OnConnectIncoming() argument
469 OnIncomingDisconnected(const RawAddress &addr) OnIncomingDisconnected() argument
576 std::string addr = it.second->GetRemoteAddress().GetAddress(); ProcessOnConnected() local
601 std::string addr = it.second->GetRemoteAddress().GetAddress(); ProcessOnDisconnected() local
629 std::string addr = it.second->GetRemoteAddress().GetAddress(); ProcessOnDataAvailable() local
[all...]
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h76 #define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val))
84 #define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
92 #define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
100 #define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
493 __STATIC_FORCEINLINE uint8_t __LDREXB(volatile uint8_t *addr) in __LDREXB() argument
497 __ASM volatile ("ldrexb %0, %1" : "=r" (result) : "Q" (*addr) ); in __LDREXB()
510 __STREXB(uint8_t value, volatile uint8_t *addr) __STREXB() argument
527 __LDREXH(volatile uint16_t *addr) __LDREXH() argument
544 __STREXH(uint16_t value, volatile uint16_t *addr) __STREXH() argument
561 __LDREXW(volatile uint32_t *addr) __LDREXW() argument
578 __STREXW(uint32_t value, volatile uint32_t *addr) __STREXW() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_surface_meta_address_test.c286 unsigned addr; in one_dcc_address_test() local
288 addr = gfx9_meta_addr_from_coord(info, &dout.equation.gfx9, dout.metaBlkWidth, dout.metaBlkHeight, in one_dcc_address_test()
293 assert(addr - 1 == in one_dcc_address_test()
299 addr = gfx10_dcc_addr_from_coord(info, dout.equation.gfx10_bits, in one_dcc_address_test()
305 if (out.addr != addr) { in one_dcc_address_test()
307 name, test, in.x, in.y, in.slice, in.sample, out.addr, addr); in one_dcc_address_test()
480 unsigned addr = in one_htile_address_test() local
485 if (out.addr ! in one_htile_address_test()
639 unsigned addr, bit_position; one_cmask_address_test() local
[all...]
/third_party/mesa3d/src/freedreno/rnn/
H A Drnndec.c343 static int get_array_idx_offset(struct rnndelem *elem, uint64_t addr, uint64_t *idx, uint64_t *offset) in get_array_idx_offset() argument
349 if ((o <= addr) && (addr < (o + elem->stride))) { in get_array_idx_offset()
351 *offset = addr - o; in get_array_idx_offset()
357 if (addr < elem->offset) in get_array_idx_offset()
360 *idx = (addr - elem->offset) / elem->stride; in get_array_idx_offset()
361 *offset = (addr - elem->offset) % elem->stride; in get_array_idx_offset()
370 static struct rnndecaddrinfo *trymatch (struct rnndeccontext *ctx, struct rnndelem **elems, int elemsnum, uint64_t addr, int write, int dwidth, uint64_t *indices, int indicesnum) { in trymatch() argument
380 if (addr < elems[i]->offset) in trymatch()
383 idx = (addr in trymatch()
472 rnndec_checkaddr(struct rnndeccontext *ctx, struct rnndomain *domain, uint64_t addr, int write) rnndec_checkaddr() argument
481 rnndec_decodeaddr(struct rnndeccontext *ctx, struct rnndomain *domain, uint64_t addr, int write) rnndec_decodeaddr() argument
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_core.c344 ip->addr[0] = (oid[0] << 24) | (oid[1] << 16) | (oid[2] << 8) | (oid[3] << 0); in snmp_oid_to_ip6()
345 ip->addr[1] = (oid[4] << 24) | (oid[5] << 16) | (oid[6] << 8) | (oid[7] << 0); in snmp_oid_to_ip6()
346 ip->addr[2] = (oid[8] << 24) | (oid[9] << 16) | (oid[10] << 8) | (oid[11] << 0); in snmp_oid_to_ip6()
347 ip->addr[3] = (oid[12] << 24) | (oid[13] << 16) | (oid[14] << 8) | (oid[15] << 0); in snmp_oid_to_ip6()
359 oid[0] = (ip->addr[0] & 0xFF000000) >> 24; in snmp_ip6_to_oid()
360 oid[1] = (ip->addr[0] & 0x00FF0000) >> 16; in snmp_ip6_to_oid()
361 oid[2] = (ip->addr[0] & 0x0000FF00) >> 8; in snmp_ip6_to_oid()
362 oid[3] = (ip->addr[0] & 0x000000FF) >> 0; in snmp_ip6_to_oid()
363 oid[4] = (ip->addr[1] & 0xFF000000) >> 24; in snmp_ip6_to_oid()
364 oid[5] = (ip->addr[ in snmp_ip6_to_oid()
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.c121 etna_set_state_reloc(stream, VIVS_BLT_DEST_ADDR, &op->dest.addr); in emit_blt_clearimage()
124 etna_set_state_reloc(stream, VIVS_BLT_SRC_ADDR, &op->dest.addr); in emit_blt_clearimage()
167 etna_set_state_reloc(stream, VIVS_BLT_SRC_ADDR, &op->src.addr); in emit_blt_copyimage()
178 etna_set_state_reloc(stream, VIVS_BLT_DEST_ADDR, &op->dest.addr); in emit_blt_copyimage()
203 etna_set_state_reloc(stream, VIVS_BLT_DEST_ADDR, &op->addr); in emit_blt_inplace()
222 clr.dest.addr.bo = res->bo; in etna_blit_clear_color_blt()
223 clr.dest.addr.offset = surf->surf.offset; in etna_blit_clear_color_blt()
224 clr.dest.addr.flags = ETNA_RELOC_WRITE; in etna_blit_clear_color_blt()
301 clr.dest.addr.bo = res->bo; in etna_blit_clear_zs_blt()
302 clr.dest.addr in etna_blit_clear_zs_blt()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie.c181 static void dhdpcie_setbar1win(dhd_bus_t *bus, uint32 addr);
193 static void dhdpcie_bus_reg_unmap(osl_t *osh, volatile char *addr, int size);
419 dhdpcie_bus_reg_map(osl_t *osh, ulong addr, int size) in dhdpcie_bus_reg_map() argument
421 return (uint32 *)REG_MAP(addr, size); in dhdpcie_bus_reg_map()
425 dhdpcie_bus_reg_unmap(osl_t *osh, volatile char *addr, int size) in dhdpcie_bus_reg_unmap() argument
427 REG_UNMAP(addr); in dhdpcie_bus_reg_unmap()
438 uint addr = PCIH2D_MailBox; in dhd_bus_db0_addr_get() local
441 return ((DAR_ACTIVE(bus->dhd)) ? dar_addr : addr); in dhd_bus_db0_addr_get()
2012 dhdpcie_bus_cfg_read_dword(dhd_bus_t *bus, uint32 addr, uint32 size) in dhdpcie_bus_cfg_read_dword() argument
2014 uint32 data = OSL_PCI_READ_CONFIG(bus->osh, addr, siz in dhdpcie_bus_cfg_read_dword()
2020 dhdpcie_bus_cfg_write_dword(dhd_bus_t *bus, uint32 addr, uint32 size, uint32 data) dhdpcie_bus_cfg_write_dword() argument
3261 uint32 n, idx, addr; dhdpcie_bus_readconsole() local
3357 uint32 addr; dhd_bus_dump_console_buffer() local
4146 uint32 addr, val; dhd_bus_console_in() local
4191 dhdpcie_setbar1win(dhd_bus_t *bus, uint32 addr) dhdpcie_setbar1win() argument
4300 ulong addr; /* dongle address */ dhd_bus_cmn_writeshared() local
4449 ulong addr; /* dongle address */ dhd_bus_cmn_readshared() local
5399 serialized_backplane_access(dhd_bus_t *bus, uint addr, uint size, uint *val, bool read) serialized_backplane_access() argument
8386 uint32 addr = 0; dhdpcie_tcm_valid() local
8451 uint32 addr = 0; dhdpcie_readshared() local
8967 uint32 addr = 0; dhdpcie_init_shared_addr() local
10017 uint32 addr; dhdpcie_init_d11status() local
10165 dhd_bus_readwrite_bp_addr(dhd_pub_t *dhdp, uint addr, uint size, uint* data, bool read) dhd_bus_readwrite_bp_addr() argument
10185 dhd_sbreg_op(dhd_pub_t *dhd, uint addr, uint *val, bool read) dhd_sbreg_op() argument
10201 uint addr; dhdpcie_get_sssr_fifo_dump() local
10240 uint addr; dhdpcie_get_sssr_dig_dump() local
10422 uint addr; dhdpcie_resume_chipcommon_powerctrl() local
10440 uint addr; dhdpcie_suspend_chipcommon_powerctrl() local
10459 uint addr; dhdpcie_clear_intmask_and_timer() local
10533 uint addr; dhdpcie_d11_check_outofreset() local
10564 uint addr; dhdpcie_d11_clear_clk_req() local
10589 uint addr; dhdpcie_arm_clear_clk_req() local
10626 uint addr; dhdpcie_arm_resume_clk_req() local
10655 uint addr; dhdpcie_pcie_clear_clk_req() local
10675 uint addr; dhdpcie_pcie_send_ltrsleep() local
10708 uint addr; dhdpcie_bring_d11_outofreset() local
10987 uint32 addr = bus->dongle_ram_base + (bus->ramsize - BCM_NVRAM_OFFSET_TCM) - dhdpcie_wrt_rnd() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c661 const u8 *addr, const u8 *p2p_dev_addr, in wpa_ft_get_psk()
666 return wpa_auth->cb->get_psk(wpa_auth->cb_ctx, addr, p2p_dev_addr, in wpa_ft_get_psk()
991 wpa_auth->addr, FT_PACKET_R0KH_R1KH_SEQ_REQ, in wpa_ft_rrb_seq_req()
1602 if (is_zero_ether_addr(r1kh->addr) && in wpa_ft_rrb_lookup_r1kh()
1703 os_memcpy(r0kh->addr, src_addr, sizeof(r0kh->addr)); in wpa_ft_rrb_add_r0kh()
1775 os_memcpy(r1kh->addr, src_addr, sizeof(r1kh->addr)); in wpa_ft_rrb_add_r1kh()
1905 os_memset(r0kh->addr, 0, ETH_ALEN); in wpa_ft_block_r0kh()
1918 MAC2STR(sm->addr)); in wpa_ft_expire_pull()
660 wpa_ft_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) wpa_ft_get_psk() argument
2156 wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, const u8 *addr, int idx, u8 *seq) wpa_auth_get_seqnum() argument
2614 wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) wpa_auth_set_key() argument
4549 wpa_ft_push_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *addr) wpa_ft_push_pmk_r1() argument
[all...]

Completed in 35 milliseconds

1...<<41424344454647484950>>...186