OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sd_dev_list
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p.c
125
/* SD_FAIR_POLICY: Update the current
sd_dev_list
pointer to next device */
126
if(&dev->list == p2p->
sd_dev_list
)
127
p2p->
sd_dev_list
= dev->list.next;
424
/* SD_FAIR_POLICY: Update the current
sd_dev_list
pointer to next device */
425
if(&oldest->list == p2p->
sd_dev_list
)
426
p2p->
sd_dev_list
= oldest->list.next;
[
all
...]
p2p_i.h
235
*
sd_dev_list
- device pointer to be serviced next
238
struct dl_list *
sd_dev_list
;
member in struct:p2p_data
p2p_sd.c
999
p2p->
sd_dev_list
= NULL;
Completed in 2223 milliseconds