| /foundation/communication/netstack/test/unittest/tls_test/client/ |
| H A D | TlsSocketTest.cpp | 47 void SetSocketHwTestShortParam(TLSSocket &server)
in SetSocketHwTestShortParam() argument 60 void SetSocketHwTestLongParam(TLSSocket &server)
in SetSocketHwTestLongParam() argument
|
| H A D | TlsSocketUnilateralConnection.cpp | 54 void SetUnilateralHwTestShortParam(TLSSocket &server)
in SetUnilateralHwTestShortParam() argument
|
| H A D | TlsSocketCertChainTest.cpp | 47 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 D | wifi_hal_crpc_chip.c | 24 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 D | wifi_hal_crpc_ap.c | 25 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 D | TlsSocketTest.cpp | 47 void SetSocketHwTestShortParam(TLSSocket &server) in SetSocketHwTestShortParam() argument 60 void SetSocketHwTestLongParam(TLSSocket &server) in SetSocketHwTestLongParam() argument
|
| H A D | TlsSocketUnilateralConnection.cpp | 54 void SetUnilateralHwTestShortParam(TLSSocket &server) in SetUnilateralHwTestShortParam() argument
|
| H A D | TlsSocketCertChainTest.cpp | 47 void SetCertChainHwTestShortParam(TLSSocket &server) in SetCertChainHwTestShortParam() argument 61 void SetCertChainHwTestLongParam(TLSSocket &server) in SetCertChainHwTestLongParam() argument
|
| /foundation/communication/netstack/test/unittest/tlssocket/server/ |
| H A D | TlsSocketServerTest.cpp | 89 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 D | server.c | 39 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 D | rfcomm.c | 191 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 D | ics-rtas.c | 44 int server; in ics_rtas_unmask_irq() local
|
| /kernel/linux/linux-5.10/arch/powerpc/kvm/ |
| H A D | book3s_rtas.c | 21 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 D | ics-native.c | 50 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 D | book3s_rtas.c | 21 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 D | bpf_tcp_ca.c | 49 static void *server(void *arg) in server() function
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | test_tcp_check_syncookie_user.c | 206 int server = -1; in main() local [all...] |
| H A D | xdping.c | 104 int server = 0; in main() local
|
| /kernel/linux/linux-5.10/fs/nfs/blocklayout/ |
| H A D | rpc_pipefs.c | 53 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 D | filelayoutdev.c | 63 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 D | nfs3acl.c | 49 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 D | pnfs_dev.c | 95 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 D | nfs4super.c | 142 static int do_nfs4_mount(struct nfs_server *server, in do_nfs4_mount() argument
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| H A D | cifs_spnego.c | 101 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 D | vl_list.c | 165 struct afs_vlserver *server; in afs_extract_vlserver_list() local [all...] |