Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 10 of 10) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_aoutils.c447 int r, i, rc, sockets[2], ptyfds[count][2]; in libxl__openptys() local
457 sockets[0] = sockets[1] = -1; /* 0 is for us, 1 for our child */ in libxl__openptys()
460 r = socketpair(AF_UNIX, SOCK_STREAM, 0, sockets); in libxl__openptys()
461 if (r) { sockets[0] = sockets[1] = -1; } in libxl__openptys()
462 for_child = libxl__carefd_opened(CTX, sockets[1]); in libxl__openptys()
473 close(sockets[0]); in libxl__openptys()
480 rc = libxl__sendmsg_fds(gc, sockets[1], "",1, in libxl__openptys()
493 rc = libxl__recvmsg_fds(gc, sockets[0], buf,1, in libxl__openptys()
510 if (sockets[0] >= 0) close(sockets[0]); in libxl__openptys()
A Dlibxl_utils.c859 int libxl__count_physical_sockets(libxl__gc *gc, int *sockets) in libxl__count_physical_sockets() argument
870 *sockets = info.nr_cpus / info.threads_per_core in libxl__count_physical_sockets()
A Dlibxl_internal.h4312 int libxl__count_physical_sockets(libxl__gc *gc, int *sockets);
/xen-4.10.0-shim-comet/docs/misc/
A Dpvcalls.markdown522 ignored for passive sockets. When set to 1, the frontend lets the
525 the next active sockets. The backend can take advantage of it by
559 the three operations required to have fully working passive sockets and
710 for passive sockets. For active sockets, the frontend should look at the
823 #define AF_UNIX 1 /* Unix domain sockets */
A D9pfs.markdown10 sockets, fds, virtio and rdma.
A Dxen-command-line.markdown267 monotonic TSC across sockets you may want to adjust the "tsc" command line
1576 (i.e, numa nodes, sockets, cores threads, &c). This often maximizes
1583 sockets, &c. This will reduce performance somewhat, particularly on
1585 enabling more sockets and cores to go into deeper sleep states.
A Dxenstore.txt46 Communication with xenstore is via either sockets, or event channel
/xen-4.10.0-shim-comet/docs/features/
A Dintel_psr_cat_cdp.pandoc75 Option `-s`: Specify the socket to process, otherwise all sockets are
223 * Multi-sockets
225 Different sockets may have different CAT/CDP capability (e.g. max COS) alth-
/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs69 + * err.h, err.c, sockets.c: Fix bug #23119: Reorder timeout error code to
197 Index: src/api/sockets.c
199 RCS file: /sources/lwip/lwip/src/api/sockets.c,v
203 --- src/api/sockets.c 13 Mar 2008 20:03:57 -0000 1.116
204 +++ src/api/sockets.c 9 May 2008 12:14:24 -0000 1.117
1888 Index: src/include/lwip/sockets.h
1890 RCS file: /sources/lwip/lwip/src/include/lwip/sockets.h,v
1894 --- src/include/lwip/sockets.h 2 Dec 2007 15:24:02 -0000 1.38
1895 +++ src/include/lwip/sockets.h 26 Apr 2008 10:46:23 -0000 1.39
/xen-4.10.0-shim-comet/docs/man/
A Dxl.pod.1.in1819 Specify the socket to process, otherwise all sockets are processed.

Completed in 33 milliseconds