/third_party/ltp/testcases/kernel/fs/inode/ |
D | inode01.c | 97 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()
|
D | inode02.c | 81 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | README.md | 7 …vm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466)
|
/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_cmds_extra.h | 328 int sg_ll_receive_copy_results(int sg_fd, int sa, int list_id, void * resp, 348 int sg_ll_3party_copy_out(int sg_fd, int sa, unsigned int list_id,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | bss.c | 241 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()
|
D | bss.h | 68 struct dl_list list_id; member
|
D | ctrl_iface.c | 3043 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/ |
D | bss.c | 229 dl_list_del(&bss->list_id); in wpa_bss_remove() 467 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id); in wpa_bss_add() 687 struct dl_list *prev = bss->list_id.prev; in wpa_bss_update() 688 dl_list_del(&bss->list_id); in wpa_bss_update() 708 dl_list_add(prev, &bss->list_id); in wpa_bss_update() 1110 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_bss_get_id_range()
|
D | bss.h | 80 struct dl_list list_id; member
|
D | ctrl_iface.c | 3236 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_supplicant_ctrl_iface_scan_results() 5481 list_id); in wpa_supplicant_ctrl_iface_bss() 5483 list_id); in wpa_supplicant_ctrl_iface_bss() 5506 list_id); in wpa_supplicant_ctrl_iface_bss() 5512 next = tmp->list_id.next; in wpa_supplicant_ctrl_iface_bss() 5517 list_id); in wpa_supplicant_ctrl_iface_bss() 5526 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss() 5528 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss() 5536 next = bss->list_id.next; in wpa_supplicant_ctrl_iface_bss() 5541 list_id); in wpa_supplicant_ctrl_iface_bss() [all …]
|
/third_party/boost/boost/beast/http/ |
D | field.hpp | 194 list_id, enumerator
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | field.hpp | 194 list_id, enumerator
|
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_cmds_extra.c | 2221 sg_ll_receive_copy_results(int sg_fd, int sa, int list_id, void * resp, in sg_ll_receive_copy_results() argument 2234 rcvcopyres_cdb[2] = (unsigned char)(list_id); in sg_ll_receive_copy_results() 2236 sg_put_unaligned_be32((uint32_t)list_id, rcvcopyres_cdb + 2); in sg_ll_receive_copy_results() 2343 sg_ll_3party_copy_out(int sg_fd, int sa, unsigned int list_id, int group_num, in sg_ll_3party_copy_out() argument 2364 sg_put_unaligned_be32((uint32_t)list_id, xcopy_cdb + 6); in sg_ll_3party_copy_out() 2369 sg_put_unaligned_be32((uint32_t)list_id, xcopy_cdb + 2); in sg_ll_3party_copy_out()
|
/third_party/boost/libs/beast/test/beast/http/ |
D | field.cpp | 205 match(field::list_id, "List-ID"); in testField()
|
/third_party/python/Doc/library/ |
D | mailbox.rst | 1568 list_id = message['list-id'] 1569 if list_id and name in list_id:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 3656 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/ |
D | dbus_new_handlers.c | 4083 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/ |
D | dlist.c | 1423 GLuint list_id = *((GLuint *) userData); /* the list being deleted */ in check_atlas_for_deleted_list() local 1428 list_id >= atlas_id && in check_atlas_for_deleted_list() 1429 list_id < atlas_id + atlas->numBitmaps) { in check_atlas_for_deleted_list()
|
/third_party/boost/libs/beast/doc/qbk/ |
D | reference.qbk | 43531 [`list_id`
|