/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_gsc_proxy.c | 20 * GSC proxy: 24 * and back. i915 must manually start the proxy flow after the GSC is loaded to 28 * The proxy flow is as follow: 30 * 2 - GSC replies with the proxy header + payload for CSME 31 * 3 - i915 sends the reply from GSC as-is to CSME via the mei proxy component 32 * 4 - CSME replies with the proxy header + payload for GSC 49 /* FW-defined proxy header */ 53 * Bits 0-7: type of the proxy message (see enum intel_gsc_proxy_type) 55 * Bits 16-31: length in bytes of the payload following the proxy header 70 /* FW-defined proxy type [all...] |
H A D | intel_gsc_uc.h | 43 /* for delayed load and proxy handling */ 57 } proxy; member
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | label.h | 118 * @proxy: is set to the label that replaced this label 129 struct aa_proxy *proxy; member 282 struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp); 427 AA_BUG(!l->proxy); in aa_get_newest_label() 428 AA_BUG(!l->proxy->label); in aa_get_newest_label() 433 tmp = aa_get_label_rcu(&l->proxy->label); in aa_get_newest_label() 452 static inline struct aa_proxy *aa_get_proxy(struct aa_proxy *proxy) in aa_get_proxy() argument 454 if (proxy) in aa_get_proxy() 455 kref_get(&(proxy->count)); in aa_get_proxy() 457 return proxy; in aa_get_proxy() 460 aa_put_proxy(struct aa_proxy *proxy) aa_put_proxy() argument [all...] |
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | label.h | 116 * @proxy: is set to the label that replaced this label 127 struct aa_proxy *proxy; member 281 struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp); 427 AA_BUG(!l->proxy); in aa_get_newest_label() 428 AA_BUG(!l->proxy->label); in aa_get_newest_label() 433 tmp = aa_get_label_rcu(&l->proxy->label); in aa_get_newest_label() 452 static inline struct aa_proxy *aa_get_proxy(struct aa_proxy *proxy) in aa_get_proxy() argument 454 if (proxy) in aa_get_proxy() 455 kref_get(&(proxy->count)); in aa_get_proxy() 457 return proxy; in aa_get_proxy() 460 aa_put_proxy(struct aa_proxy *proxy) aa_put_proxy() argument [all...] |
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | upload.py | 87 proxy = cls.get_session().proxy 88 if proxy is None: 123 proxy.upload_batch(upload_suite) 138 proxy = cls.get_session().proxy 139 if not Uploader.is_enable() or proxy is None: 149 proxy.upload_result(case_id, result, error, start_time, end_time, report_path) 153 proxy = cls.get_session().proxy [all...] |
H A D | center.py | 35 proxy = None # 外部网络 variable in CompatibleSession 51 session.proxy = param.proxy
|
H A D | proxy.py | 32 proxy = None # 外部网络 variable in UploadParams 42 proxy = None # 外部网络 variable in SessionInfo
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | label.c | 42 static void free_proxy(struct aa_proxy *proxy) in free_proxy() argument 44 if (proxy) { in free_proxy() 46 aa_put_label(rcu_dereference_protected(proxy->label, true)); in free_proxy() 47 memset(proxy, 0, sizeof(*proxy)); in free_proxy() 48 RCU_INIT_POINTER(proxy->label, (struct aa_label *)PROXY_POISON); in free_proxy() 49 kfree(proxy); in free_proxy() 55 struct aa_proxy *proxy = container_of(kref, struct aa_proxy, count); in aa_proxy_kref() local 57 free_proxy(proxy); in aa_proxy_kref() 81 tmp = rcu_dereference_protected(orig->proxy in __aa_proxy_redirect() 90 struct aa_proxy *proxy = new->proxy; __proxy_share() local 421 aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp) aa_label_alloc() argument [all...] |
H A D | apparmorfs.c | 1047 struct aa_proxy *proxy = aa_get_proxy(inode->i_private); in seq_profile_open() local 1048 int error = single_open(file, show, proxy); in seq_profile_open() 1052 aa_put_proxy(proxy); in seq_profile_open() 1068 struct aa_proxy *proxy = seq->private; in seq_profile_name_show() local 1069 struct aa_label *label = aa_get_label_rcu(&proxy->label); in seq_profile_name_show() 1079 struct aa_proxy *proxy = seq->private; in seq_profile_mode_show() local 1080 struct aa_label *label = aa_get_label_rcu(&proxy->label); in seq_profile_mode_show() 1090 struct aa_proxy *proxy = seq->private; in seq_profile_attach_show() local 1091 struct aa_label *label = aa_get_label_rcu(&proxy->label); in seq_profile_attach_show() 1106 struct aa_proxy *proxy in seq_profile_hash_show() local 1517 struct aa_proxy *proxy; __aafs_profile_rmdir() local 1553 struct aa_proxy *proxy = aa_get_proxy(profile->label.proxy); create_profile_file() local 1610 struct aa_proxy *proxy = inode->i_private; rawdata_get_link_base() local [all...] |
H A D | policy.c | 257 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy, in aa_alloc_profile() argument 274 if (!proxy) { in aa_alloc_profile() 275 proxy = aa_alloc_proxy(&profile->label, gfp); in aa_alloc_profile() 276 if (!proxy) in aa_alloc_profile() 279 aa_get_proxy(proxy); in aa_alloc_profile() 280 profile->label.proxy = proxy; in aa_alloc_profile() 732 * @share_proxy: transfer @old->proxy to @new 1010 /* break refcount cycle with proxy. */ in aa_replace_profiles() 1011 aa_put_proxy(ent->new->label.proxy); in aa_replace_profiles() [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | label.c | 42 static void free_proxy(struct aa_proxy *proxy) in free_proxy() argument 44 if (proxy) { in free_proxy() 46 aa_put_label(rcu_dereference_protected(proxy->label, true)); in free_proxy() 47 memset(proxy, 0, sizeof(*proxy)); in free_proxy() 48 RCU_INIT_POINTER(proxy->label, (struct aa_label *)PROXY_POISON); in free_proxy() 49 kfree(proxy); in free_proxy() 55 struct aa_proxy *proxy = container_of(kref, struct aa_proxy, count); in aa_proxy_kref() local 57 free_proxy(proxy); in aa_proxy_kref() 81 tmp = rcu_dereference_protected(orig->proxy in __aa_proxy_redirect() 90 struct aa_proxy *proxy = new->proxy; __proxy_share() local 424 aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp) aa_label_alloc() argument [all...] |
H A D | apparmorfs.c | 1051 struct aa_proxy *proxy = aa_get_proxy(inode->i_private); in seq_profile_open() local 1052 int error = single_open(file, show, proxy); in seq_profile_open() 1056 aa_put_proxy(proxy); in seq_profile_open() 1072 struct aa_proxy *proxy = seq->private; in seq_profile_name_show() local 1073 struct aa_label *label = aa_get_label_rcu(&proxy->label); in seq_profile_name_show() 1083 struct aa_proxy *proxy = seq->private; in seq_profile_mode_show() local 1084 struct aa_label *label = aa_get_label_rcu(&proxy->label); in seq_profile_mode_show() 1094 struct aa_proxy *proxy = seq->private; in seq_profile_attach_show() local 1095 struct aa_label *label = aa_get_label_rcu(&proxy->label); in seq_profile_attach_show() 1110 struct aa_proxy *proxy in seq_profile_hash_show() local 1532 struct aa_proxy *proxy; __aafs_profile_rmdir() local 1571 struct aa_proxy *proxy = aa_get_proxy(profile->label.proxy); create_profile_file() local 1629 struct aa_proxy *proxy = inode->i_private; rawdata_get_link_base() local [all...] |
H A D | policy.c | 289 * @proxy: proxy to use OR null if to allocate a new one 294 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy, in aa_alloc_profile() argument 319 if (!proxy) { in aa_alloc_profile() 320 proxy = aa_alloc_proxy(&profile->label, gfp); in aa_alloc_profile() 321 if (!proxy) in aa_alloc_profile() 324 aa_get_proxy(proxy); in aa_alloc_profile() 325 profile->label.proxy = proxy; in aa_alloc_profile() 1209 /* break refcount cycle with proxy in aa_replace_profiles() [all...] |
/test/xts/device_attest_lite/framework/small/src/client/ |
H A D | attest_framework_client_proxy.c | 135 HILOGE("[StartProc] Get proxy failed."); in StartProc() 138 AttestClientProxy *proxy = (AttestClientProxy *)iUnknown; in StartProc() local 139 int32_t ret = proxy->Invoke((IClientProxy *)proxy, ATTEST_FRAMEWORK_MSG_PROC, NULL, NULL, NULL); in StartProc() 150 HILOGE("[QueryStatus] Get proxy failed."); in QueryStatus() 153 AttestClientProxy *proxy = (AttestClientProxy *)iUnknown; in QueryStatus() local 156 int32_t ret = proxy->Invoke((IClientProxy *)proxy, ATTEST_FRAMEWORK_MSG_QUERY, NULL, in QueryStatus()
|
/test/xts/acts/communication/dsoftbus/capi_ipc/entry/src/main/cpp/ |
H A D | ipc_capi.cpp | 223 OHIPCRemoteProxy *proxy = nullptr; in OHIPCRemoteProxyDestroy() local 224 OH_IPCRemoteProxy_Destroy(proxy); in OHIPCRemoteProxyDestroy() 232 const OHIPCRemoteProxy *proxy = nullptr; in OHIPCRemoteProxySendRequest() local 237 int ret = OH_IPCRemoteProxy_SendRequest(proxy, code, data, reply, &option); in OHIPCRemoteProxySendRequest() 251 OHIPCRemoteProxy *proxy = nullptr; in OHIPCRemoteProxyGetInterfaceDescriptor() local 252 int ret = OH_IPCRemoteProxy_GetInterfaceDescriptor(proxy, &descriptor, &len, MemAllocator); in OHIPCRemoteProxyGetInterfaceDescriptor() 294 OHIPCRemoteProxy *proxy = nullptr; in OHIPCRemoteProxyAddDeathRecipient() local 295 int ret = OH_IPCRemoteProxy_AddDeathRecipient(proxy, oHIPCDeathRecipient); in OHIPCRemoteProxyAddDeathRecipient() 300 ret = OH_IPCRemoteProxy_RemoveDeathRecipient(proxy, oHIPCDeathRecipient); in OHIPCRemoteProxyAddDeathRecipient() 319 OHIPCRemoteProxy *proxy in OHIPCRemoteProxyIsRemoteDead() local 793 OHIPCRemoteProxy *proxy = nullptr; OHIPCParcelWriteRemoteProxy() local 809 OHIPCRemoteProxy *proxy = OH_IPCParcel_ReadRemoteProxy(parcel); OHIPCParcelReadRemoteProxy() local [all...] |
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 152 from _core.context.proxy import Binder 153 from _core.context.proxy import UploadParams as Scheduler 154 from _core.context.proxy import SessionInfo 155 from _core.context.proxy import Connector
|
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/vhe/ |
H A D | Makefile | 10 obj-y += ../vgic-v3-sr.o ../aarch32.o ../vgic-v2-cpuif-proxy.o ../entry.o \
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipmr_base.c | 96 struct mr_mfc *c, *proxy; in mr_mfc_find_any() local 104 proxy = mr_mfc_find_any_parent(mrt, c->mfc_parent); in mr_mfc_find_any() 105 if (proxy && proxy->mfc_un.res.ttls[vifi] < 255) in mr_mfc_find_any()
|
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/ |
H A D | t7xx_port_proxy.c | 46 #define for_each_proxy_port(i, p, proxy) \ 47 for (i = 0, (p) = &(proxy)->ports[i]; \ 48 i < (proxy)->port_count; \ 49 i++, (p) = &(proxy)->ports[i])
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipmr_base.c | 96 struct mr_mfc *c, *proxy; in mr_mfc_find_any() local 104 proxy = mr_mfc_find_any_parent(mrt, c->mfc_parent); in mr_mfc_find_any() 105 if (proxy && proxy->mfc_un.res.ttls[vifi] < 255) in mr_mfc_find_any()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/vhe/ |
H A D | Makefile | 10 obj-y += ../vgic-v3-sr.o ../aarch32.o ../vgic-v2-cpuif-proxy.o ../entry.o \
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | atmlec.h | 80 } proxy; /* member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | atmlec.h | 80 } proxy; /* member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | atmlec.h | 78 } proxy; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | atmlec.h | 78 } proxy; member
|