Home
last modified time | relevance | path

Searched defs:server (Results 201 - 225 of 683) sorted by relevance

12345678910>>...28

/foundation/communication/netstack/test/unittest/tls_test/client/
H A DTlsSocketTest.cpp47 void SetSocketHwTestShortParam(TLSSocket &server) in SetSocketHwTestShortParam() argument
60 void SetSocketHwTestLongParam(TLSSocket &server) in SetSocketHwTestLongParam() argument
H A DTlsSocketUnilateralConnection.cpp54 void SetUnilateralHwTestShortParam(TLSSocket &server) in SetUnilateralHwTestShortParam() argument
H A DTlsSocketCertChainTest.cpp47 void SetCertChainHwTestShortParam(TLSSocket &server) in SetCertChainHwTestShortParam() argument
61 void SetCertChainHwTestLongParam(TLSSocket &server) in SetCertChainHwTestLongParam() argument
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_chip.c24 int RpcGetWifiChip(RpcServer *server, Context *context) in RpcGetWifiChip() argument
47 int RpcGetWifiChipIds(RpcServer *server, Context *context) in RpcGetWifiChipIds() argument
78 int RpcGetChipId(RpcServer *server, Context *context) in RpcGetChipId() argument
94 int RpcCreateIface(RpcServer *server, Context *context) in RpcCreateIface() argument
120 int RpcGetIface(RpcServer *server, Context *context) in RpcGetIface() argument
163 RpcGetIfaceNames(RpcServer *server, Context *context) RpcGetIfaceNames() argument
189 RpcRemoveIface(RpcServer *server, Context *context) RpcRemoveIface() argument
222 RpcGetCapabilities(RpcServer *server, Context *context) RpcGetCapabilities() argument
238 RpcGetSupportedComboModes(RpcServer *server, Context *context) RpcGetSupportedComboModes() argument
266 RpcConfigComboModes(RpcServer *server, Context *context) RpcConfigComboModes() argument
282 RpcGetComboModes(RpcServer *server, Context *context) RpcGetComboModes() argument
298 RpcRequestFirmwareDebugDump(RpcServer *server, Context *context) RpcRequestFirmwareDebugDump() argument
326 RpcIsChipSupportDbdc(RpcServer *server, Context *context) RpcIsChipSupportDbdc() argument
342 RpcIsChipSupportCsa(RpcServer *server, Context *context) RpcIsChipSupportCsa() argument
358 RpcIsChipSupportRadarDetect(RpcServer *server, Context *context) RpcIsChipSupportRadarDetect() argument
374 RpcIsChipSupportDfsChannel(RpcServer *server, Context *context) RpcIsChipSupportDfsChannel() argument
390 RpcIsChipSupportIndoorChannel(RpcServer *server, Context *context) RpcIsChipSupportIndoorChannel() argument
[all...]
H A Dwifi_hal_crpc_ap.c25 int RpcStartSoftAp(RpcServer *server, Context *context) in RpcStartSoftAp() argument
45 int RpcStopSoftAp(RpcServer *server, Context *context) in RpcStopSoftAp() argument
62 int RpcSetHostapdConfig(RpcServer *server, Context *context) in RpcSetHostapdConfig() argument
87 int RpcGetStaInfos(RpcServer *server, Context *context) in RpcGetStaInfos() argument
114 int RpcSetCountryCode(RpcServer *server, Context *context) in RpcSetCountryCode() argument
131 RpcSetMacFilter(RpcServer *server, Context *context) RpcSetMacFilter() argument
160 RpcDelMacFilter(RpcServer *server, Context *context) RpcDelMacFilter() argument
189 RpcDisassociateSta(RpcServer *server, Context *context) RpcDisassociateSta() argument
219 RpcGetValidFrequenciesForBand(RpcServer *server, Context *context) RpcGetValidFrequenciesForBand() argument
253 RpcSetPowerModel(RpcServer *server, Context *context) RpcSetPowerModel() argument
273 RpcGetPowerModel(RpcServer *server, Context *context) RpcGetPowerModel() argument
[all...]
/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsSocketTest.cpp47 void SetSocketHwTestShortParam(TLSSocket &server) in SetSocketHwTestShortParam() argument
60 void SetSocketHwTestLongParam(TLSSocket &server) in SetSocketHwTestLongParam() argument
H A DTlsSocketUnilateralConnection.cpp54 void SetUnilateralHwTestShortParam(TLSSocket &server) in SetUnilateralHwTestShortParam() argument
H A DTlsSocketCertChainTest.cpp47 void SetCertChainHwTestShortParam(TLSSocket &server) in SetCertChainHwTestShortParam() argument
61 void SetCertChainHwTestLongParam(TLSSocket &server) in SetCertChainHwTestLongParam() argument
/foundation/communication/netstack/test/unittest/tlssocket/server/
H A DTlsSocketServerTest.cpp89 TLSSocketServer server; in HWTEST_F() local
101 TLSSocketServer server; in HWTEST_F() local
116 TLSSocketServer server; in HWTEST_F() local
135 TLSSocketServer server; in HWTEST_F() local
160 TLSSocketServer server; HWTEST_F() local
196 TLSSocketServer server; HWTEST_F() local
222 TLSSocketServer server; HWTEST_F() local
242 TLSSocketServer server; HWTEST_F() local
278 TLSSocketServer server; HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dserver.c39 static int OnAccept(RpcServer *server, unsigned int mask) in OnAccept() argument
80 RpcServer *server = (RpcServer *)calloc(1, sizeof(RpcServer)); in CreateRpcServer() local
113 DealReadMessage(RpcServer *server, Context *client) DealReadMessage() argument
151 DealFdReadEvent(RpcServer *server, Context *client, unsigned int mask) DealFdReadEvent() argument
173 DealFdWriteEvent(RpcServer *server, Context *client) DealFdWriteEvent() argument
192 DealFdEvents(RpcServer *server, int fd, unsigned int mask) DealFdEvents() argument
217 RunRpcLoop(RpcServer *server) RunRpcLoop() argument
243 ReleaseRpcServer(RpcServer *server) ReleaseRpcServer() argument
261 BeforeLoop(RpcServer *server) BeforeLoop() argument
285 EmitEvent(RpcServer *server, int event) EmitEvent() argument
306 RegisterCallback(RpcServer *server, int event, Context *context) RegisterCallback() argument
333 UnRegisterCallback(RpcServer *server, int event, const Context *context) UnRegisterCallback() argument
363 RemoveCallback(RpcServer *server, const Context *context) RemoveCallback() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm.c191 RfcommServerInfo *server = NULL; in RfcommRegisterServer() local
288 RfcommServerInfo *server = RfcommGetServerByScn(scn); RfcommDeregisterServer() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xics/
H A Dics-rtas.c44 int server; in ics_rtas_unmask_irq() local
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_rtas.c21 u32 irq, server, priority; in kvm_rtas_set_xive() local
45 u32 irq, server, priority; in kvm_rtas_get_xive() local
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/
H A Dics-native.c50 unsigned int server; in ics_native_unmask_irq() local
103 int server; in ics_native_set_affinity() local
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_rtas.c21 u32 irq, server, priority; in kvm_rtas_set_xive() local
45 u32 irq, server, priority; in kvm_rtas_get_xive() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c49 static void *server(void *arg) in server() function
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_tcp_check_syncookie_user.c206 int server = -1; in main() local
[all...]
H A Dxdping.c104 int server = 0; in main() local
/kernel/linux/linux-5.10/fs/nfs/blocklayout/
H A Drpc_pipefs.c53 bl_resolve_deviceid(struct nfs_server *server, struct pnfs_block_volume *b, in bl_resolve_deviceid() argument
/kernel/linux/linux-5.10/fs/nfs/filelayout/
H A Dfilelayoutdev.c63 nfs4_fl_alloc_deviceid_node(struct nfs_server *server, struct pnfs_device *pdev, in nfs4_fl_alloc_deviceid_node() argument
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs3acl.c49 struct nfs_server *server = NFS_SERVER(inode); in nfs3_get_acl() local
161 struct nfs_server *server = NFS_SERVER(inode); in __nfs3_proc_setacls() local
H A Dpnfs_dev.c95 nfs4_get_device_info(struct nfs_server *server, in nfs4_get_device_info() argument
171 __nfs4_find_get_deviceid(struct nfs_server *server, const struct nfs4_deviceid *id, long hash) __nfs4_find_get_deviceid() argument
186 nfs4_find_get_deviceid(struct nfs_server *server, const struct nfs4_deviceid *id, const struct cred *cred, gfp_t gfp_mask) nfs4_find_get_deviceid() argument
248 nfs4_init_deviceid_node(struct nfs4_deviceid_node *d, struct nfs_server *server, const struct nfs4_deviceid *id) nfs4_init_deviceid_node() argument
[all...]
H A Dnfs4super.c142 static int do_nfs4_mount(struct nfs_server *server, in do_nfs4_mount() argument
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_spnego.c101 struct TCP_Server_Info *server = cifs_ses_server(sesInfo); in cifs_get_spnego_key() local
[all...]
/kernel/linux/linux-5.10/fs/afs/
H A Dvl_list.c165 struct afs_vlserver *server; in afs_extract_vlserver_list() local
[all...]

Completed in 13 milliseconds

12345678910>>...28