Searched refs:opensocket (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/android/ion/ |
H A D | ipcsocket.h | 23 int opensocket(int *sockfd, const char *name, int connecttype);
|
H A D | ionapp_import.c | 30 status = opensocket(&sockfd, SOCKET_NAME, 0); in main()
|
H A D | ionapp_export.c | 90 status = opensocket(&sockfd, SOCKET_NAME, 1); in main() 92 fprintf(stderr, "<%s>: Failed opensocket.\n", __func__); in main()
|
H A D | ipcsocket.c | 14 int opensocket(int *sockfd, const char *name, int connecttype) in opensocket() function
|
Completed in 2 milliseconds