Searched refs:sockets (Results 1 – 5 of 5) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_aoutils.c | 447 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], '\0', 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 D | libxl_utils.c | 857 int libxl__count_physical_sockets(libxl__gc *gc, int *sockets) in libxl__count_physical_sockets() argument 868 *sockets = info.nr_cpus / info.threads_per_core in libxl__count_physical_sockets()
|
| A D | libxl_internal.h | 4722 int libxl__count_physical_sockets(libxl__gc *gc, int *sockets);
|
| /tools/ocaml/xenstored/ |
| A D | connection.ml | 426 * for sockets (Dom0 toolstack): NO 442 || has_socket (* dom0 sockets not * dumped yet *) *)
|
| A D | xenstored.ml | 278 (* dump connections related to domains: domid, mfn, eventchn port/ sockets, and watches *)
|
Completed in 49 milliseconds