Home
last modified time | relevance | path

Searched refs:list_id (Results 1 – 20 of 20) sorted by relevance

/external/ltp/testcases/kernel/fs/inode/
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()
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()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc45 int AudioCodingModule::Codec(int list_id, CodecInst* codec) { in Codec() argument
46 auto codec_id = acm2::RentACodec::CodecIdFromIndex(list_id); in Codec()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_extra.h328 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,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DREADME.md7 …vm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466)
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.c241 dl_list_del(&bss->list_id); in wpa_bss_remove()
457 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id); in wpa_bss_add()
672 struct dl_list *prev = bss->list_id.prev; in wpa_bss_update()
673 dl_list_del(&bss->list_id); in wpa_bss_update()
693 dl_list_add(prev, &bss->list_id); in wpa_bss_update()
1088 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_bss_get_id_range()
Dbss.h68 struct dl_list list_id; member
Dctrl_iface.c2979 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_supplicant_ctrl_iface_scan_results()
5020 list_id); in wpa_supplicant_ctrl_iface_bss()
5022 list_id); in wpa_supplicant_ctrl_iface_bss()
5045 list_id); in wpa_supplicant_ctrl_iface_bss()
5051 next = tmp->list_id.next; in wpa_supplicant_ctrl_iface_bss()
5056 list_id); in wpa_supplicant_ctrl_iface_bss()
5065 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss()
5067 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss()
5075 next = bss->list_id.next; in wpa_supplicant_ctrl_iface_bss()
5080 list_id); in wpa_supplicant_ctrl_iface_bss()
[all …]
/external/webrtc/webrtc/modules/audio_coding/include/
Daudio_coding_module.h115 static int Codec(int list_id, CodecInst* codec);
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_extra.c2221 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()
/external/libcxx/docs/
Dindex.rst124 …on=---&order=changeddate%20DESC%2Cassigned_to%20DESC%2Cbug_status%2Cpriority%2Cbug_id&list_id=74184
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DContributing.rst121 …s=NEW&bug_status=REOPENED&keywords=beginner%2C%20&keywords_type=allwords&list_id=130748&query_form…
DLibFuzzer.rst710 …<https://bugzilla.gnome.org/buglist.cgi?bug_status=__all__&content=libFuzzer&list_id=68957&order=I…
DStatepoints.rst869 <https://bugs.llvm.org/buglist.cgi?cmdtype=runnamed&namedcmd=Statepoint%20Bugs&list_id=64342>`_
/external/python/cpython3/Doc/library/
Dmailbox.rst1571 list_id = message['list-id']
1572 if list_id and name in list_id:
/external/python/cpython2/Doc/library/
Dmailbox.rst1681 list_id = message['list-id']
1682 if list_id and name in list_id:
/external/llvm/docs/
DLibFuzzer.rst873 …<https://bugzilla.gnome.org/buglist.cgi?bug_status=__all__&content=libFuzzer&list_id=68957&order=I…
DStatepoints.rst834 <http://llvm.org/bugs/buglist.cgi?cmdtype=runnamed&namedcmd=Statepoint%20Bugs&list_id=64342>`_
/external/mesa3d/src/mesa/main/
Ddlist.c1130 GLuint list_id = *((GLuint *) userData); /* the list being deleted */ in check_atlas_for_deleted_list() local
1134 list_id >= atlas_id && in check_atlas_for_deleted_list()
1135 list_id < atlas_id + atlas->numBitmaps) { in check_atlas_for_deleted_list()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c3656 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpas_dbus_getter_bsss()