/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 66 close(sock); in close_and_exit() 67 close(sock_arp); in close_and_exit() 88 close(fd); in getmac() 370 close(sock); in get_route_table() 508 close(sock); in get_arp_table() 612 close(sock); in monitor_route()
|
/kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/ |
H A D | pcm.c | 210 if (found_this && rev->codec->close) { in i2sbus_pcm_open() 211 rev->codec->close(rev, in i2sbus_pcm_open() 240 if (cii->codec->close) { in i2sbus_pcm_close() 241 tmp = cii->codec->close(cii, pi->substream); in i2sbus_pcm_close() 774 .close = i2sbus_playback_close, 842 .close = i2sbus_record_close,
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | page-types.c | 806 close(kpageflags_fd); in walk_addr_ranges() 1060 close(fd); in walk_file() 1098 close(kpageflags_fd); in walk_page_cache() 1099 close(pagemap_fd); in walk_page_cache() 1386 close(kpagecount_fd); in main() 1389 close(page_idle_fd); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/nci/ |
H A D | nci_dev.c | 107 close(fd); in create_nl_socket() 521 close(self->sd); in FIXTURE_TEARDOWN() 522 close(self->virtual_nci_fd); in FIXTURE_TEARDOWN() 712 close(sock); in connect_socket() 834 close(nfc_sock); in disconnect_tag() 897 close(self->virtual_nci_fd); in TEST_F()
|
/kernel/linux/linux-6.6/sound/aoa/soundbus/i2sbus/ |
H A D | pcm.c | 210 if (found_this && rev->codec->close) { in i2sbus_pcm_open() 211 rev->codec->close(rev, in i2sbus_pcm_open() 240 if (cii->codec->close) { in i2sbus_pcm_close() 241 tmp = cii->codec->close(cii, pi->substream); in i2sbus_pcm_close() 774 .close = i2sbus_playback_close, 842 .close = i2sbus_record_close,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_lpm_map.c | 315 close(map); in test_lpm_map() 419 close(map_fd_ipv4); in test_lpm_ipaddr() 420 close(map_fd_ipv6); in test_lpm_ipaddr() 529 close(map_fd); in test_lpm_delete() 678 close(map_fd); in test_lpm_get_next_key() 770 close(map_fd); in test_lpm_multi_thread()
|
H A D | xsk.c | 272 close(umem->fd); in xsk_umem__create() 414 close(fd); in xsk_set_mtu() 419 close(fd); in xsk_set_mtu() 700 close(xsk->fd); in xsk_socket__create_shared() 738 close(umem->fd); in xsk_umem__delete() 773 /* Do not close an fd that also has an associated umem connected in xsk_socket__delete() 777 close(xsk->fd); in xsk_socket__delete()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | net.c | 142 close(sock); in netlink_open() 448 close(fd); in __show_dev_tc_bpf_name() 589 close(fd); in query_flow_dissector() 695 close(progfd); in do_attach() 788 close(fd); in show_link_netfilter() 908 close(sock); in do_show()
|
/test/ostest/wukong/common/src/ |
H A D | wukong_util.cpp | 665 in.close(); in CopyFile() 666 out.close(); in CopyFile() 681 out.close(); in CopyFile() 682 in.close(); in CopyFile() 686 out.close(); in CopyFile() 687 in.close(); in CopyFile()
|
/third_party/elfutils/libdwfl/ |
H A D | link_map.c | 498 close (fd); in report_r_debug() 831 close (fd); in dwfl_link_map_report() 839 close (fd); in dwfl_link_map_report() 846 close (fd); in dwfl_link_map_report() 865 close (fd); in dwfl_link_map_report() 871 close (fd); in dwfl_link_map_report()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 693 f.close() 729 zip_file.close() 1215 close = False 1220 close = True 1232 if close: 1233 fp.close()
|
/third_party/python/Lib/ |
H A D | ftplib.py | 137 self.close() 371 conn.close() 658 '''Quit, and close the connection.''' 660 self.close() 663 def close(self): member in FTP 669 file.close() 674 sock.close()
|
/third_party/python/Lib/http/ |
H A D | server.py | 363 if conntype.lower() == 'close': 468 self.send_header('Connection', 'close') 529 if value.lower() == 'close': 680 f.close() 686 f.close() 762 f.close() 773 f.close() 1231 p.stderr.close() 1232 p.stdout.close()
|
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/ |
H A D | fuzz.cpp | 456 transformations_stream.close(); in ParseTransformations() 673 transformations_file.close(); in DumpTransformationsBinary() 702 transformations_json_file.close(); in DumpTransformationsJson() 749 facts_input.close(); in main() 819 transformations_file.close(); in main() 840 transformations_json_file.close(); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
H A D | fuzz.cpp | 456 transformations_stream.close(); in ParseTransformations() 673 transformations_file.close(); in DumpTransformationsBinary() 702 transformations_json_file.close(); in DumpTransformationsJson() 749 facts_input.close(); in main() 819 transformations_file.close(); in main() 840 transformations_json_file.close(); in main()
|
/third_party/spirv-tools/tools/fuzz/ |
H A D | fuzz.cpp | 450 transformations_stream.close(); in ParseTransformations() 667 transformations_file.close(); in DumpTransformationsBinary() 683 transformations_json_file.close(); in DumpTransformationsJson() 730 facts_input.close(); in main() 796 transformations_file.close(); in main() 817 transformations_json_file.close(); in main()
|
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/ |
H A D | general.any.js | 131 c.close(); 178 c.close(); 194 c.close(); 653 controller.close(); 667 }, 'ReadableStream with byte source: getReader(), enqueue(), close(), then read()'); 673 c.close(); 693 }, 'ReadableStream with byte source: enqueue(), close(), getReader(), then read()'); 787 c.close(); 1439 c.close(); 1450 }, 'ReadableStream with byte source: read(view) with Uint16Array on close() [all...] |
/base/hiviewdfx/hitrace/utils/ |
H A D | trace_utils.cpp | 53 close(fd); in RemoveFile() 62 close(fd); in RemoveFile()
|
/base/powermgr/thermal_manager/application/protector/src/ |
H A D | thermal_sensor_provision.cpp | 86 close(fd); in ReadSysfsFile() 92 close(fd); in ReadSysfsFile()
|
/base/msdp/device_status/libs/src/ |
H A D | devicestatus_msdp_mock.cpp | 134 if (close(epFd_) < 0) { in InitTimer() 181 if (close(timerFd_) < 0) { in CloseTimer()
|
/base/startup/init/services/loopevent/loop/ |
H A D | le_epoll.c | 43 close(epoll->epollFd); in Close_() 157 epoll->loop.close = Close_; in CreateEpollLoop()
|
/base/startup/init/services/param/liteos/ |
H A D | param_hal.c | 53 return close(fd);
in ParamFileClose() 95 close(fd);
in ParamFileStat()
|
/base/tee/tee_client/services/tlogcat/src/ |
H A D | tarzip.c | 167 close(fileFd); in WriteZipContent() 184 close(fd); in OpenZipFile()
|
/base/startup/init/services/loopevent/task/ |
H A D | le_asynctask.c | 96 close(task->taskId.fd);
in HandleAsyncTaskClose_() 118 LE_CHECK(task != NULL, close(fd);
in LE_CreateAsyncTask()
|
/base/startup/init/interfaces/innerkits/include/ |
H A D | loop_event.h | 85 LE_Close close;
member 182 LE_Close close;
member
|