/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
H A D | sec_comp_service.cpp | 135 std::vector<AppExecFwk::AppStateData> list; in RegisterAppStateObserver() local 136 if (iAppMgr_->GetForegroundApplications(list) == ERR_OK) { in RegisterAppStateObserver() 137 for (auto it = list.begin(); it != list.end(); ++it) { in RegisterAppStateObserver()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_event.cpp | 41 std::list<HRilEventMessage>::iterator eventIt = timerList_.begin(); in GetNextTimeOut() 64 std::list<HRilEventMessage>::iterator eventIt = timerList_.begin(); in ProcessTimerList() 83 std::list<HRilEventMessage>::iterator eventIt = pendingList_.begin(); in HasEventMessageFromPendingList() 164 std::list<HRilEventMessage>::iterator it = timerList_.begin(); in AddTimerEvent()
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_net_conn_service.h | 48 MOCK_METHOD(int32_t, GetIfaceNames, (NetBearType bearerType, std::list<std::string> &ifaceNames)); 60 MOCK_METHOD(int32_t, GetSpecificNet, (NetBearType bearerType, std::list<int32_t> &netIdList)); 61 MOCK_METHOD(int32_t, GetAllNets, (std::list<int32_t> & netIdList)); 71 MOCK_METHOD(int32_t, GetNetIdByIdentifier, (const std::string &ident, std::list<int32_t> &netIdList));
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | glue.c | 12 #include <linux/list.h> 45 list_add_tail(&type->list, &bus_type_list); in register_acpi_bus_type() 60 list_del_init(&type->list); in unregister_acpi_bus_type() 75 list_for_each_entry(tmp, &bus_type_list, list) { in acpi_get_bus_type() 204 * Keep the list sorted by node_id so that the IDs of removed nodes can in acpi_bind_one()
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmb_dev_int.c | 52 struct list_head list; member 101 struct ipmb_request_elem, list); in ipmb_read() 103 list_del(&queue_elem->list); in ipmb_read() 217 list_add(&queue_elem->list, &ipmb_dev->request_queue); in ipmb_handle_request()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-flash.c | 37 #define FLASH_IMG_NULL_DATA -1004 /* Bad data in sg list entry */ 38 #define FLASH_IMG_BAD_LEN -1005 /* Bad length in sg list entry */ 278 struct opal_sg_list *list; in opal_flash_update() local 288 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update() 289 if (!list) in opal_flash_update() 293 addr = __pa(list); in opal_flash_update() 512 NULL /* need to NULL terminate the list of attributes */
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 291 struct sq_mapping **list, *entry; in mapping_show() local 294 for (list = &sq_mapping_list; (entry = *list); list = &entry->next) in mapping_show()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rsutils.c | 21 * list - Where the converted list is returned 23 * RETURN: Count of bits set (length of list) 25 * DESCRIPTION: Convert a bit mask into a list of values 28 u8 acpi_rs_decode_bitmask(u16 mask, u8 * list) in acpi_rs_decode_bitmask() argument 39 list[bit_count] = i; in acpi_rs_decode_bitmask() 53 * PARAMETERS: list - List of values to encode 54 * count - Length of list 58 * DESCRIPTION: Convert a list of values to an encoded bitmask 62 u16 acpi_rs_encode_bitmask(u8 * list, u argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
H A D | conntrack_vrf.sh | 143 ip netns exec $ns0 nft list ruleset 190 ip netns exec $ns0 nft list table ip nat |grep -q 'counter packets 2' && 191 ip netns exec $ns0 nft list table ip nat |grep -q 'untracked counter packets [1-9]' 227 ip netns exec $ns0 nft list table ip nat |grep -q 'counter packets 2'
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-flash.c | 37 #define FLASH_IMG_NULL_DATA -1004 /* Bad data in sg list entry */ 38 #define FLASH_IMG_BAD_LEN -1005 /* Bad length in sg list entry */ 278 struct opal_sg_list *list; in opal_flash_update() local 288 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update() 289 if (!list) in opal_flash_update() 293 addr = __pa(list); in opal_flash_update() 512 NULL /* need to NULL terminate the list of attributes */
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 291 struct sq_mapping **list, *entry; in mapping_show() local 294 for (list = &sq_mapping_list; (entry = *list); list = &entry->next) in mapping_show()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | syscon.c | 16 #include <linux/list.h> 34 struct list_head list; member 140 list_add_tail(&syscon->list, &syscon_list); in of_syscon_register() 164 list_for_each_entry(entry, &syscon_list, list) in device_node_get_regmap()
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv_utils_transport.c | 189 list_for_each_entry(hvt, &hvt_list, list) { in hvt_cn_callback() 301 list_add(&hvt->list, &hvt_list); in hvutil_transport_init() 319 list_del(&hvt->list); in hvutil_transport_init() 341 list_del(&hvt->list); in hvutil_transport_destroy()
|
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_iotab.c | 40 list_for_each_entry(hpio, &iotab->io_list, list) in __iotab_search_get() 77 list_add(&hpio->list, &iotab->io_list); in iotab_insert() 91 list_del(&hpio->list); in iotab_delete() 262 list_for_each_entry(hpio, &iotab->io_list, list) in dump_iotab()
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | core.c | 282 list_for_each_entry(bp, &Bprotocols, list) in get_all_Bprotocols() 294 list_for_each_entry(bp, &Bprotocols, list) in get_Bprotocol4mask() 334 list_add_tail(&bp->list, &Bprotocols); in mISDN_register_Bprotocol() 349 list_del(&bp->list); in mISDN_unregister_Bprotocol()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | txrx.c | 144 list_for_each_entry(peer, &ar->peers, list) { in ath10k_peer_find() 165 list_for_each_entry(peer, &ar->peers, list) in ath10k_peer_find_by_id() 226 list_add(&peer->list, &ar->peers); in ath10k_peer_map_event() 268 list_del(&peer->list); in ath10k_peer_unmap_event()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | trace.h | 122 unsigned int entries, struct hif_scatter_item *list), 124 TP_ARGS(addr, flags, total_len, entries, list), 154 len = list[i].len; 157 list[i].buf, len);
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | airq.c | 58 hlist_add_head_rcu(&airq->list, &airq_lists[airq->isc]); in register_adapter_interrupt() 72 if (hlist_unhashed(&airq->list)) in unregister_adapter_interrupt() 77 hlist_del_rcu(&airq->list); in unregister_adapter_interrupt() 100 hlist_for_each_entry_rcu(airq, head, list) in do_airq_interrupt()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | bus.c | 60 list_add_tail(&bus_res->list, &bus->resources); in pci_bus_add_resource() 71 list_for_each_entry(bus_res, &bus->resources, list) { in pci_bus_resource_n() 87 list_for_each_entry_safe(bus_res, tmp, &bus->resources, list) { in pci_bus_remove_resources() 88 list_del(&bus_res->list); in pci_bus_remove_resources()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore_i.h | 17 #include <linux/list.h> 340 struct list_head list; member 511 list_for_each_entry(wlvif, &wl->wlvif_list, list) 514 list_for_each_entry_continue(wlvif, &wl->wlvif_list, list)
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi.h | 120 struct list_head list; member 138 struct list_head list; member 177 struct list_head list; member 371 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 349 INIT_LIST_HEAD(&c67x00->list[PIPE_ISOCHRONOUS]); in c67x00_hcd_probe() 350 INIT_LIST_HEAD(&c67x00->list[PIPE_INTERRUPT]); in c67x00_hcd_probe() 351 INIT_LIST_HEAD(&c67x00->list[PIPE_CONTROL]); in c67x00_hcd_probe() 352 INIT_LIST_HEAD(&c67x00->list[PIPE_BULK]); in c67x00_hcd_probe()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_tmr.c | 15 #include <linux/list.h> 65 static int target_check_cdb_and_preempt(struct list_head *list, in target_check_cdb_and_preempt() argument 70 if (!list) in target_check_cdb_and_preempt() 72 list_for_each_entry(reg, list, pr_reg_abort_list) { in target_check_cdb_and_preempt() 275 * @preempt_and_abort_list: For the PREEMPT AND ABORT functionality, a list
|
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit.h | 10 #include <linux/list.h> 126 struct list_head list; member 132 struct list_head list; member 195 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | stub_main.c | 284 list_for_each_entry_safe(priv, tmp, listhead, list) { in stub_priv_pop_from_listhead() 285 list_del_init(&priv->list); in stub_priv_pop_from_listhead() 320 if (!list_empty(&priv->list)) in stub_free_priv_and_urb() 321 list_del(&priv->list); in stub_free_priv_and_urb()
|