Home
last modified time | relevance | path

Searched defs:cookie (Results 126 - 150 of 1482) sorted by relevance

12345678910>>...60

/kernel/linux/linux-6.6/drivers/soc/apple/
H A Drtkit-internal.h27 void *cookie; member
/kernel/linux/linux-6.6/drivers/dma/
H A Ddmaengine.h32 dma_cookie_t cookie; in dma_cookie_assign() local
68 dma_cookie_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *state) dma_cookie_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc_counters.h41 unsigned long cookie; member
H A Dtc_conntrack.h40 unsigned long cookie; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dp2p.c196 int wil_p2p_cancel_listen(struct wil6210_vif *vif, u64 cookie) in wil_p2p_cancel_listen() argument
125 wil_p2p_listen(struct wil6210_priv *wil, struct wireless_dev *wdev, unsigned int duration, struct ieee80211_channel *chan, u64 *cookie) wil_p2p_listen() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/
H A Dramht.c100 nvkm_ramht_remove(struct nvkm_ramht *ramht, int cookie) in nvkm_ramht_remove() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcustom_sec_handlers.c13 static int custom_setup_prog(struct bpf_program *prog, long cookie) in custom_setup_prog() argument
32 static int custom_attach_prog(const struct bpf_program *prog, long cookie, in custom_attach_prog() argument
21 custom_prepare_load_prog(struct bpf_program *prog, struct bpf_prog_load_opts *opts, long cookie) custom_prepare_load_prog() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_check_syncookie_kern.c134 __u32 cookie = (__u32)seq_mss; in check_syncookie() local
142 __u32 cookie = bpf_ntohl(tcph->ack_seq) - 1; in check_syncookie() local
/kernel/linux/linux-6.6/net/core/
H A Ddst_cache.c20 u32 cookie; member
27 dst_cache_per_cpu_dst_set(struct dst_cache_pcpu *dst_cache, struct dst_entry *dst, u32 cookie) dst_cache_per_cpu_dst_set() argument
/kernel/linux/linux-6.6/net/ipv6/
H A Dinet6_connection_sock.c74 struct dst_entry *__inet6_csk_dst_check(struct sock *sk, u32 cookie) in __inet6_csk_dst_check() argument
/kernel/linux/linux-6.6/samples/bpf/
H A Dtrace_output_user.c26 __u64 cookie; in print_bpf_output() member
/third_party/libuv/src/unix/
H A Dhaiku.c94 ssize_t cookie; in uv_resident_set_memory() local
/third_party/musl/src/stdio/
H A Dfopencookie.c10 void *cookie; member
98 fopencookie(void *cookie, const char *mode, cookie_io_functions_t iofuncs) fopencookie() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.c169 static void lp_draw_disk_cache_find_shader(void *cookie, in lp_draw_disk_cache_find_shader() argument
177 static void lp_draw_disk_cache_insert_shader(void *cookie, in lp_draw_disk_cache_insert_shader() argument
/third_party/musl/libc-test/src/functional/
H A Dfopencookie_test.c25 struct cookie struct
/third_party/node/deps/uv/src/unix/
H A Dhaiku.c89 ssize_t cookie; in uv_resident_set_memory() local
/third_party/pulseaudio/src/pulse/
H A Dclient-conf.c169 int pa_client_conf_load_cookie(pa_client_conf *c, uint8_t *cookie, size_t cookie_length) { in pa_client_conf_load_cookie() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/
H A DDisplayVkXcb.cpp84 xcb_query_tree_cookie_t cookie = in isValidNativeWindow() local
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DXcbSurfaceKHR.cpp27 auto cookie = libXCB->xcb_get_geometry(connection, window); in getWindowSizeAndDepth() local
/base/security/device_security_level/interfaces/inner_api/src/lite/small/
H A Ddevice_security_level_proxy.c180 uint32_t cookie = ++generated; in RequestDeviceSecurityInfoAsyncImpl() local
70 DslmIpcAsyncCallImpl(IUnknown *iUnknown, const DeviceIdentify identify, const RequestOption option, uint32_t cookie, const DeviceSecurityInfoCallback callback) DslmIpcAsyncCallImpl() argument
/base/security/device_security_level/interfaces/inner_api/src/standard/
H A Ddevice_security_level_callback_helper.cpp71 bool DeviceSecurityLevelCallbackHelper::Withdraw(uint32_t cookie) in Withdraw() argument
89 auto cookie = data.ReadUint32(); in OnRemoteRequest() local
54 Publish(const DeviceIdentify &identity, const ResultCallback &callback, uint32_t keep, sptr<DeviceSecurityLevelCallbackStub> &stub, uint32_t &cookie) Publish() argument
109 PushCallback(const DeviceIdentify &identity, const ResultCallback &callback, uint32_t keep, uint32_t &cookie) PushCallback() argument
129 PopCallback(uint32_t cookie, uint32_t result, uint32_t level) PopCallback() argument
157 PopCallback(uint32_t cookie) PopCallback() argument
[all...]
/base/security/device_security_level/services/dslm/
H A Ddslm_core_process.c139 OnRequestDeviceSecLevelInfo(const DeviceIdentify *deviceId, const RequestOption *option, uint32_t owner, uint32_t cookie, RequestCallback callback) OnRequestDeviceSecLevelInfo() argument
/base/security/device_security_level/services/sa/lite/small/
H A Ddslm_ipc_process.c85 static BOOL DslmPushRemoteStub(uint32_t owner, uint32_t cookie, IpcIo *reply) in DslmPushRemoteStub() argument
107 static IpcIo *DslmPopRemoteStub(uint32_t owner, uint32_t cookie) in DslmPopRemoteStub() argument
134 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInfo *info) in ProcessCallback() argument
54 DslmGetRequestFromParcel(IpcIo *req, DeviceIdentify *identity, RequestOption *option, uint32_t *cookie) DslmGetRequestFromParcel() argument
160 uint32_t cookie; DslmProcessGetDeviceSecurityLevel() local
[all...]
/base/security/device_security_level/services/sa/lite/mini/
H A Ddslm_inner_process.c60 static BOOL DslmPushRemoteStub(uint32_t owner, uint32_t cookie, const DeviceIdentify *identify, in DslmPushRemoteStub() argument
84 static DslmRemoteStubListNode *DslmPopRemoteStub(uint32_t owner, uint32_t cookie) in DslmPopRemoteStub() argument
111 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInfo *info) in ProcessCallback() argument
[all...]
/base/startup/init/services/param/manager/
H A Dparam_persist.c65 static int SavePersistParam(const WorkSpace *workSpace, const ParamTrieNode *node, const void *cookie) in SavePersistParam() argument

Completed in 13 milliseconds

12345678910>>...60