Searched refs:handle (Results 76 - 100 of 100) sorted by relevance

1234

/bionic/libc/kernel/uapi/drm/
H A Ddrm_mode.h287 __u32 handle; member in struct:drm_mode_fb_cmd
327 __u32 handle; member in struct:drm_mode_cursor
336 __u32 handle; member in struct:drm_mode_cursor2
381 __u32 handle; member in struct:drm_mode_create_dumb
386 __u32 handle; member in struct:drm_mode_map_dumb
391 __u32 handle; member in struct:drm_mode_destroy_dumb
H A Dvirtgpu_drm.h35 __u32 handle; member in struct:drm_virtgpu_map
95 __u32 handle; member in struct:drm_virtgpu_3d_wait
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Ddrm_mode.h287 __u32 handle; member in struct:drm_mode_fb_cmd
327 __u32 handle; member in struct:drm_mode_cursor
336 __u32 handle; member in struct:drm_mode_cursor2
381 __u32 handle; member in struct:drm_mode_create_dumb
386 __u32 handle; member in struct:drm_mode_map_dumb
391 __u32 handle; member in struct:drm_mode_destroy_dumb
H A Dvirtgpu_drm.h35 __u32 handle; member in struct:drm_virtgpu_map
95 __u32 handle; member in struct:drm_virtgpu_3d_wait
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Ddrm_mode.h287 __u32 handle; member in struct:drm_mode_fb_cmd
327 __u32 handle; member in struct:drm_mode_cursor
336 __u32 handle; member in struct:drm_mode_cursor2
381 __u32 handle; member in struct:drm_mode_create_dumb
386 __u32 handle; member in struct:drm_mode_map_dumb
391 __u32 handle; member in struct:drm_mode_destroy_dumb
H A Dvirtgpu_drm.h35 __u32 handle; member in struct:drm_virtgpu_map
95 __u32 handle; member in struct:drm_virtgpu_3d_wait
/bionic/linker/
H A Dlinker.h115 int do_dlclose(void* handle);
123 bool do_dlsym(void* handle, const char* sym_name,
H A Dlinker.cpp794 void* handle);
802 // According to man dlopen(3) and posix docs in the case when si is handle
817 // namespace and then calls dlsym() on the handle.
831 void* handle) {
837 if (handle == RTLD_NEXT) {
874 (handle == RTLD_NEXT) ? caller : nullptr,
903 bool get_or_open(const char* zip_path, ZipArchiveHandle* handle);
910 bool ZipArchiveCache::get_or_open(const char* zip_path, ZipArchiveHandle* handle) { argument
915 *handle = it->second;
924 if (OpenArchiveFd(fd, "", handle) !
826 dlsym_linear_lookup(android_namespace_t* ns, const char* name, const version_info* vi, soinfo** found, soinfo* caller, void* handle) argument
976 ZipArchiveHandle handle; local
[all...]
/bionic/libc/include/arpa/
H A Dnameser.h121 * This is a message handle. It is caller allocated and has no dynamic data.
134 * This is a newmsg handle, used when constructing new messages with
146 #define ns_msg_id(handle) ((handle)._id + 0)
147 #define ns_msg_base(handle) ((handle)._msg + 0)
148 #define ns_msg_end(handle) ((handle)._eom + 0)
149 #define ns_msg_size(handle) ((size_t)((handle)
[all...]
/bionic/tools/versioner/current/arpa/
H A Dnameser.h121 * This is a message handle. It is caller allocated and has no dynamic data.
134 * This is a newmsg handle, used when constructing new messages with
146 #define ns_msg_id(handle) ((handle)._id + 0)
147 #define ns_msg_base(handle) ((handle)._msg + 0)
148 #define ns_msg_end(handle) ((handle)._eom + 0)
149 #define ns_msg_size(handle) ((size_t)((handle)
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dfsl_hypervisor.h56 __u32 handle; member in struct:fsl_hv_ioctl_prop
H A Drio_mport_cdev.h85 __u64 handle; member in struct:rio_mmap
121 __u64 handle; member in struct:rio_transfer_io
H A Dndctl.h124 __u32 handle; member in struct:nd_cmd_ars_status::nd_ars_record
H A Dtelephony.h44 int handle; member in struct:phone_capability
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dfsl_hypervisor.h56 __u32 handle; member in struct:fsl_hv_ioctl_prop
H A Drio_mport_cdev.h85 __u64 handle; member in struct:rio_mmap
121 __u64 handle; member in struct:rio_transfer_io
H A Dndctl.h124 __u32 handle; member in struct:nd_cmd_ars_status::nd_ars_record
H A Dtelephony.h44 int handle; member in struct:phone_capability
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dfsl_hypervisor.h56 __u32 handle; member in struct:fsl_hv_ioctl_prop
H A Drio_mport_cdev.h85 __u64 handle; member in struct:rio_mmap
121 __u64 handle; member in struct:rio_transfer_io
H A Dndctl.h124 __u32 handle; member in struct:nd_cmd_ars_status::nd_ars_record
H A Dtelephony.h44 int handle; member in struct:phone_capability
/bionic/libc/dns/include/
H A Dnsswitch.h191 void *handle; /* handle from dlopen() */ member in struct:__anon30
/bionic/libc/dns/resolv/
H A Dres_cache.c81 * - the client calls _resolv_cache_get() to obtain a handle to the cache.
1070 answer_getNegativeTTL(ns_msg handle) { argument
1075 nscount = ns_msg_count(handle, ns_s_ns);
1077 if ((ns_parserr(&handle, ns_s_ns, n, &rr) == 0) && (ns_rr_type(rr) == ns_t_soa)) {
1126 ns_msg handle; local
1132 if (ns_initparse(answer, answerlen, &handle) >= 0) {
1134 ancount = ns_msg_count(handle, ns_s_an);
1138 result = answer_getNegativeTTL(handle);
1141 if (ns_parserr(&handle, ns_s_an, n, &rr) == 0) {
/bionic/libc/dns/nameser/
H A Dns_print.c88 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, argument
94 n = ns_sprintrrf(ns_msg_base(*handle), ns_msg_size(*handle),
1117 /* XXX need to handle \nnn form. */

Completed in 313 milliseconds

1234