| /qemu/util/ |
| A D | qemu-sockets.c | 879 struct sockaddr_un un; in unix_listen_saddr() local 900 if (pathlen > sizeof(un.sun_path) || in unix_listen_saddr() 932 memset(&un, 0, sizeof(un)); in unix_listen_saddr() 933 un.sun_family = AF_UNIX; in unix_listen_saddr() 934 addrlen = sizeof(un); in unix_listen_saddr() 937 un.sun_path[0] = '\0'; in unix_listen_saddr() 967 struct sockaddr_un un; in unix_connect_saddr() local 993 memset(&un, 0, sizeof(un)); in unix_connect_saddr() 994 un.sun_family = AF_UNIX; in unix_connect_saddr() 995 addrlen = sizeof(un); in unix_connect_saddr() [all …]
|
| /qemu/contrib/vhost-user-scsi/ |
| A D | vhost-user-scsi.c | 318 struct sockaddr_un un; in unix_sock_new() local 329 un.sun_family = AF_UNIX; in unix_sock_new() 330 (void)snprintf(un.sun_path, sizeof(un.sun_path), "%s", unix_fn); in unix_sock_new() 331 len = sizeof(un.sun_family) + strlen(un.sun_path); in unix_sock_new() 334 if (bind(sock, (struct sockaddr *)&un, len) < 0) { in unix_sock_new()
|
| /qemu/tests/ |
| A D | vhost-user-bridge.c | 508 struct sockaddr_un un; in vubr_accept_cb() local 509 socklen_t len = sizeof(un); in vubr_accept_cb() 511 conn_fd = accept(sock, (struct sockaddr *) &un, &len); in vubr_accept_cb() 537 struct sockaddr_un un; in vubr_new() local 541 if (strlen(path) >= sizeof(un.sun_path)) { in vubr_new() 554 un.sun_family = AF_UNIX; in vubr_new() 555 strcpy(un.sun_path, path); in vubr_new() 556 len = sizeof(un.sun_family) + strlen(path); in vubr_new() 561 if (bind(dev->sock, (struct sockaddr *) &un, len) == -1) { in vubr_new() 572 if (connect(dev->sock, (struct sockaddr *)&un, len) == -1) { in vubr_new()
|
| /qemu/tests/unit/ |
| A D | test-io-channel-socket.c | 508 struct sockaddr_un un; in test_io_channel_unix_listen_cleanup() local 518 memset(&un, 0, sizeof(un)); in test_io_channel_unix_listen_cleanup() 519 un.sun_family = AF_UNIX; in test_io_channel_unix_listen_cleanup() 520 snprintf(un.sun_path, sizeof(un.sun_path), "%s", TEST_SOCKET); in test_io_channel_unix_listen_cleanup() 522 ret = bind(sock, (struct sockaddr *)&un, sizeof(un)); in test_io_channel_unix_listen_cleanup()
|
| A D | test-util-sockets.c | 265 struct sockaddr_un un; in test_socket_unix_abstract_row() local 266 socklen_t len = sizeof(un); in test_socket_unix_abstract_row() 281 connfd = accept(fd, (struct sockaddr *)&un, &len); in test_socket_unix_abstract_row()
|
| /qemu/contrib/vhost-user-blk/ |
| A D | vhost-user-blk.c | 472 struct sockaddr_un un; in unix_sock_new() local 482 un.sun_family = AF_UNIX; in unix_sock_new() 483 (void)snprintf(un.sun_path, sizeof(un.sun_path), "%s", unix_fn); in unix_sock_new() 486 if (bind(sock, (struct sockaddr *)&un, sizeof(un)) < 0) { in unix_sock_new()
|
| /qemu/tests/qemu-iotests/sample_images/ |
| A D | test-disk2vhd.vhdx.bz2 | |
| /qemu/docs/system/ |
| A D | keys.rst.inc | 18 Restore the screen's un-scaled dimensions
|
| A D | vm-templating.rst | 31 use case, which might involve vmgenid, hot(un)plug of NIC, etc..
|
| /qemu/target/openrisc/ |
| A D | helper.h | 55 FOP_CMP(un)
|
| A D | fpu_helper.c | 160 FLOAT_CMP(un, unordered_quiet)
|
| /qemu/target/loongarch/tcg/insn_trans/ |
| A D | trans_fcmp.c.inc | 6 /* bit0(signaling/quiet) bit1(lt) bit2(eq) bit3(un) bit4(neq) */
|
| /qemu/tests/tcg/xtensa/ |
| A D | test_fp1.S | 63 test_ord_all un.s, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, FSR__
|
| /qemu/tests/docker/ |
| A D | Makefile.include | 10 USER = $(if $(NOUSER),,$(shell id -un))
|
| /qemu/docs/devel/ |
| A D | tcg-icount.rst | 61 - restore un-executed instructions to the icount budget
|
| /qemu/target/mips/tcg/ |
| A D | fpu_helper.c | 1797 FOP_COND_D(un, float64_unordered_quiet(fdt1, fdt0, 1876 FOP_COND_S(un, float32_unordered_quiet(fst1, fst0, 1975 FOP_COND_PS(un, float32_unordered_quiet(fst1, fst0, 2085 FOP_CONDN_D(un, (float64_unordered_quiet(fdt1, fdt0, 2180 FOP_CONDN_S(un, (float32_unordered_quiet(fst1, fst0,
|
| /qemu/target/mips/ |
| A D | helper.h | 146 FOP_PROTO(un) 167 FOP_PROTO(un)
|
| /qemu/net/ |
| A D | vmnet-common.m | 244 * Called on state change to un-register/re-register handlers
|
| /qemu/docs/system/devices/ |
| A D | usb.rst | 388 the device not responding any more until you power-cycle (aka un-plug
|
| /qemu/linux-user/ |
| A D | strace.c | 373 struct target_sockaddr_un *un = (struct target_sockaddr_un *)sa; in print_sockaddr() local 377 un->sun_path[i]; i++) { in print_sockaddr() 378 qemu_log("%c", un->sun_path[i]); in print_sockaddr()
|
| /qemu/tcg/ppc/ |
| A D | tcg-target.c.inc | 1549 * Note that the MLS:D insns retain their un-prefixed opcode,
|
| /qemu/target/xtensa/core-de233_fpu/ |
| A D | xtensa-modules.c.inc | 17608 { "un.s", ICLASS_UN_S, 17611 { "un.d", ICLASS_UN_D,
|
| /qemu/target/xtensa/core-dsp3400/ |
| A D | xtensa-modules.c.inc | 76373 { "un.s", ICLASS_fp_cmp,
|