Home
last modified time | relevance | path

Searched refs:TARGET_SYS_LISTEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h17 #define TARGET_SYS_LISTEN 4 /* listen() */ macro
H A Dsyscall.c3667 [TARGET_SYS_LISTEN] = 2, /* fd, backlog */ in do_socketcall()
3711 case TARGET_SYS_LISTEN: /* sockfd, backlog */ in do_socketcall()