Home
last modified time | relevance | path

Searched defs:sid (Results 51 - 75 of 425) sorted by relevance

12345678910>>...17

/kernel/linux/linux-6.6/drivers/memory/tegra/
H A Dtegra186.c125 u32 sid = fwspec->ids[0] & MC_SID_STREAMID_OVERRIDE_MASK; in tegra186_mc_probe_device() local
72 tegra186_mc_client_sid_override(struct tegra_mc *mc, const struct tegra_mc_client *client, unsigned int sid) tegra186_mc_client_sid_override() argument
[all...]
/kernel/linux/linux-6.6/net/sctp/
H A Dstream_sched_fc.c27 static int sctp_sched_wfq_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_wfq_set() argument
39 static int sctp_sched_wfq_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_wfq_get() argument
48 static int sctp_sched_fc_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_fc_set() argument
54 static int sctp_sched_fc_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_fc_get() argument
67 static int sctp_sched_fc_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_fc_init_sid() argument
79 static void sctp_sched_fc_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_fc_free_sid() argument
103 __u16 sid; in sctp_sched_fc_enqueue() local
137 __u16 sid, i; sctp_sched_fc_dequeue_done() local
176 __u16 sid = sctp_chunk_stream_no(ch); sctp_sched_fc_sched_all() local
[all...]
H A Dstream_sched_rr.c65 static int sctp_sched_rr_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_set() argument
71 static int sctp_sched_rr_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_get() argument
85 static int sctp_sched_rr_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_init_sid() argument
93 static void sctp_sched_rr_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_rr_free_sid() argument
102 __u16 sid; in sctp_sched_rr_enqueue() local
137 __u16 sid; in sctp_sched_rr_dequeue_done() local
157 __u16 sid; sctp_sched_rr_sched_all() local
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Daudit.c267 int aa_audit_rule_match(u32 sid, u32 field, u32 op, void *vrule) in aa_audit_rule_match() argument
/kernel/linux/linux-6.6/security/selinux/
H A Dibpkey.c129 static int sel_ib_pkey_sid_slow(u64 subnet_prefix, u16 pkey_num, u32 *sid) in sel_ib_pkey_sid_slow() argument
181 int sel_ib_pkey_sid(u64 subnet_prefix, u16 pkey_num, u32 *sid) in sel_ib_pkey_sid() argument
[all...]
H A Dnetnode.c190 static int sel_netnode_sid_slow(void *addr, u16 family, u32 *sid) in sel_netnode_sid_slow() argument
250 int sel_netnode_sid(void *addr, u16 family, u32 *sid) in sel_netnode_sid() argument
[all...]
H A Dnetport.c137 static int sel_netport_sid_slow(u8 protocol, u16 pnum, u32 *sid) in sel_netport_sid_slow() argument
183 int sel_netport_sid(u8 protocol, u16 pnum, u32 *sid) in sel_netport_sid() argument
[all...]
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dadapter_wrapper.cpp268 int RegisterCallbackWrapper(const ClientInfo *clientInfo, SvcIdentity *sid) in RegisterCallbackWrapper() argument
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp264 ScreenId sid = 12; in HWTEST_F() local
/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_samgr.c29 SvcIdentity *sid; member
41 static int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() argument
60 static int32_t GetSystemAbility(int32_t saId, const char* deviceId, SvcIdentity *sid) in GetSystemAbility() argument
77 AddRemoteSystemAbility(int32_t saId, SvcIdentity *sid) AddRemoteSystemAbility() argument
93 GetRemoteSystemAbility(IpcIo *data, SvcIdentity *sid) GetRemoteSystemAbility() argument
122 SvcIdentity sid; RemoteRequest() local
130 SvcIdentity *sid = (SvcIdentity *)malloc(sizeof(SvcIdentity)); RemoteRequest() local
140 SvcIdentity sid; RemoteRequest() local
148 SvcIdentity *sid = (SvcIdentity *)malloc(sizeof(SvcIdentity)); RemoteRequest() local
[all...]
/foundation/communication/ipc/ipc/test/rpc/client/
H A Drpc_client.c53 static void RpcClientTestOne(SvcIdentity sid, MessageOption option) in RpcClientTestOne() argument
76 static void RpcClientTestTwo(SvcIdentity sid, MessageOption option) in RpcClientTestTwo() argument
128 SvcIdentity sid; in main() local
[all...]
/foundation/communication/ipc/ipc/test/ipc/client/
H A Dipc_test_client.c39 SvcIdentity sid; in AddDeathCallback() local
/foundation/communication/ipc/ipc/test/unittest/rpc/client/
H A DRpcClientTest.cpp42 SvcIdentity sid; member
[all...]
/foundation/communication/ipc/ipc/test/unittest/ipc/server/
H A DIpcServerTest.cpp28 SvcIdentity *sid = nullptr; member
/foundation/communication/ipc/ipc/test/unittest/ipc/samgr/
H A DIpcSamgrTest.cpp28 SvcIdentity *sid; member
35 int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() argument
53 int32_t GetSystemAbility(int32_t saId, const char* deviceId, SvcIdentity *sid) in GetSystemAbility() argument
79 SvcIdentity *sid = (SvcIdentity *)malloc(sizeof(SvcIdentity)); RemoteRequest() local
91 SvcIdentity sid; RemoteRequest() local
[all...]
/foundation/communication/ipc/ipc/native/src/core/include/
H A Dprocess_skeleton.h38 std::string sid; member
/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/
H A DRpcSamgrTest.cpp31 SvcIdentity *sid; member
37 int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() argument
59 int32_t GetSystemAbility(int32_t saId, const char* deviceId, SvcIdentity *sid) in GetSystemAbility() argument
76 AddRemoteSystemAbility(int32_t saId, SvcIdentity *sid) AddRemoteSystemAbility() argument
92 GetRemoteSystemAbility(IpcIo *data, SvcIdentity *sid) GetRemoteSystemAbility() argument
119 SvcIdentity sid; GetSystemAbilityTransaction() local
129 SvcIdentity *sid = (SvcIdentity *)malloc(sizeof(SvcIdentity)); AddRemoteSystemAbilityTransaction() local
153 SvcIdentity *sid = (SvcIdentity *)malloc(sizeof(SvcIdentity)); RemoteRequest() local
163 SvcIdentity sid; RemoteRequest() local
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_stub.cpp64 SvcIdentity sid = {0}; in DeathCb() local
125 SvcIdentity sid; in UnRegisterDeviceManagerListener() local
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub_lite.cpp90 SvcIdentity sid; in OnRegisterCallBack() local
/kernel/linux/linux-5.10/tools/thermal/tmon/
H A Dtmon.c340 pid_t sid, pid = fork(); in start_daemon_mode() local
/kernel/linux/linux-5.10/net/sctp/
H A Dstream_sched_prio.c163 static int sctp_sched_prio_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_set() argument
188 static int sctp_sched_prio_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_get() argument
202 static int sctp_sched_prio_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_init_sid() argument
209 static void sctp_sched_prio_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_prio_free_sid() argument
246 __u16 sid; sctp_sched_prio_enqueue() local
287 __u16 sid; sctp_sched_prio_dequeue_done() local
310 __u16 sid; sctp_sched_prio_sched_all() local
[all...]
H A Dstream_sched.c25 static int sctp_sched_fcfs_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_set() argument
31 static int sctp_sched_fcfs_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_get() argument
43 static int sctp_sched_fcfs_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_init_sid() argument
49 static void sctp_sched_fcfs_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_fcfs_free_sid() argument
204 int sctp_sched_set_value(struct sctp_association *asoc, __u16 sid, in sctp_sched_set_value() argument
221 int sctp_sched_get_value(struct sctp_association *asoc, __u16 sid, in sctp_sched_get_value() argument
238 __u16 sid; sctp_sched_dequeue_done() local
262 sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp) sctp_sched_init_sid() argument
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_l2tp.c39 u32 sid; member
[all...]
/kernel/linux/linux-5.10/security/selinux/
H A Dnetif.c133 static int sel_netif_sid_slow(struct net *ns, int ifindex, u32 *sid) in sel_netif_sid_slow() argument
192 int sel_netif_sid(struct net *ns, int ifindex, u32 *sid) in sel_netif_sid() argument
[all...]
/kernel/linux/linux-5.10/security/selinux/include/
H A Dnetlabel.h85 selinux_netlbl_skbuff_getsid(struct sk_buff *skb, u16 family, u32 *type, u32 *sid) selinux_netlbl_skbuff_getsid() argument
94 selinux_netlbl_skbuff_setsid(struct sk_buff *skb, u16 family, u32 sid) selinux_netlbl_skbuff_setsid() argument

Completed in 12 milliseconds

12345678910>>...17