Home
last modified time | relevance | path

Searched refs:list_id (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/fs/inode/
H A Dinode01.c97 int list_id; variable
166 list_id = creat(path_list_string, FILE_MODE); in main()
167 if (list_id == -1) { in main()
210 close(list_id); in main()
211 list_id = open(path_list_string, READ); in main()
212 if (list_id == -1) { in main()
218 list_stream = fdopen(list_id, "r"); in main()
673 ret_len = write(list_id, write_string, len); in escrivez()
691 close(list_id); in term()
H A Dinode02.c81 int list_id; variable
290 list_id = creat(path_list_string, FILE_MODE); in tree()
291 if (list_id == -1) { in tree()
323 close(list_id); in tree()
324 list_id = open(path_list_string, READ); in tree()
325 if (list_id == -1) { in tree()
331 list_stream = fdopen(list_id, "r"); in tree()
775 ret_len = write(list_id, write_string, len); in escrivez()
798 close(list_id); in term()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dbss.c241 dl_list_del(&bss->list_id); in wpa_bss_remove()
458 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id); in wpa_bss_add()
678 struct dl_list *prev = bss->list_id.prev; in wpa_bss_update()
679 dl_list_del(&bss->list_id); in wpa_bss_update()
699 dl_list_add(prev, &bss->list_id); in wpa_bss_update()
1094 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_bss_get_id_range()
H A Dbss.h68 struct dl_list list_id; member
H A Dctrl_iface.c3043 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_supplicant_ctrl_iface_scan_results()
5127 list_id); in wpa_supplicant_ctrl_iface_bss()
5129 list_id); in wpa_supplicant_ctrl_iface_bss()
5152 list_id); in wpa_supplicant_ctrl_iface_bss()
5158 next = tmp->list_id.next; in wpa_supplicant_ctrl_iface_bss()
5163 list_id); in wpa_supplicant_ctrl_iface_bss()
5172 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss()
5174 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss()
5182 next = bss->list_id.next; in wpa_supplicant_ctrl_iface_bss()
5187 list_id); in wpa_supplicant_ctrl_iface_bss()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dbss.c229 dl_list_del(&bss->list_id); in wpa_bss_remove()
512 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id); in wpa_bss_add()
759 struct dl_list *prev = bss->list_id.prev; in wpa_bss_update()
760 dl_list_del(&bss->list_id); in wpa_bss_update()
780 dl_list_add(prev, &bss->list_id); in wpa_bss_update()
1215 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_bss_get_id_range()
H A Dbss.h80 struct dl_list list_id; member
H A Dctrl_iface.c3419 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
5782 list_id);
5784 list_id);
5807 list_id);
5813 next = tmp->list_id.next;
5818 list_id);
5827 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, list_id);
5829 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id);
5837 next = bss->list_id.next;
5842 list_id);
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c3656 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpas_dbus_getter_bsss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4083 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpas_dbus_getter_bsss()
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c1365 GLuint list_id = *((GLuint *) userData); /* the list being deleted */ in check_atlas_for_deleted_list() local
1368 /* See if the list_id falls in the range contained in this texture atlas */ in check_atlas_for_deleted_list()
1370 list_id >= atlas_id && in check_atlas_for_deleted_list()
1371 list_id < atlas_id + atlas->numBitmaps) { in check_atlas_for_deleted_list()

Completed in 52 milliseconds