/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies.pretty | 1 {'acct': set(['accept4', 36 'bpf': set(['accept4', 242 'copy_file_range': set(['accept4', 378 'epoll_ctl': set(['accept4', 581 'epoll_wait': set(['accept4', 715 'faccessat': set(['accept4', 793 'fallocate': set(['accept4', 862 'fchdir': set(['accept4', 958 'fchmod': set(['accept4', 1054 'fchmodat': set(['accept4', [all …]
|
H A D | implicit_dependencies | 1 {'accept4': set(['accept4', 71 'acct': set(['accept4', 108 'bind': set(['accept4', 178 'bpf': set(['accept4', 452 'connect': set(['accept4', 522 'copy_file_range': set(['accept4', 661 'epoll_ctl': set(['accept4', 865 'epoll_wait': set(['accept4', 1000 'faccessat': set(['accept4', 1078 'fallocate': set(['accept4', [all …]
|
H A D | implicit_dependencies_verbose.pretty | 11 {'call': 'accept4', 'reason': set([('file', 'f_mode')])}, 88 {'call': 'accept4', 561 {'call': 'accept4', 'reason': set([('fd', 'flags')])}, 850 {'call': 'accept4', 1110 {'call': 'accept4', 1257 {'call': 'accept4', 'reason': set([('path', 'mnt')])}, 1356 {'call': 'accept4', 'reason': set([('fd', 'flags')])}, 1438 {'call': 'accept4', 1554 {'call': 'accept4', 1659 {'call': 'accept4', [all …]
|
H A D | implicit_dependencies_verbose | 1 {'accept4': [{'call': 'syncfs', 'reason': set([('fd', 'file')])}, 30 {'call': 'accept4', 'reason': set([('fd', 'file')])}, 81 {'call': 'accept4', 'reason': set([('file', 'f_mode')])}, 148 {'call': 'accept4', 'reason': set([('fd', 'file')])}, 270 {'call': 'accept4', 797 {'call': 'accept4', 'reason': set([('fd', 'file')])}, 896 {'call': 'accept4', 1279 {'call': 'accept4', 1623 {'call': 'accept4', 1812 {'call': 'accept4', 'reason': set([('path', 'mnt')])}, [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.pretty | 1 {'acct': set(['accept4', 38 'bpf': set(['accept4', 200 'copy_file_range': set(['accept4', 272 'epoll_ctl': set(['accept4', 343 'epoll_wait': set(['accept4', 458 'fadvise64_64': set(['accept4', 540 'fallocate': set(['accept4', 610 'fchdir': set(['accept4', 680 'fchmod': set(['accept4', 750 'fchown': set(['accept4', [all …]
|
H A D | implicit_dependencies_verbose.pretty | 12 {'call': 'accept4', 'reason': set([('file', 'f_mode')])}, 82 {'call': 'accept4', 'reason': set([('file', 'private_data')])}, 482 {'call': 'accept4', 'reason': set([('fd', 'flags')])}, 577 {'call': 'accept4', 'reason': set([('fd', 'flags')])}, 675 {'call': 'accept4', 'reason': set([('fd', 'flags')])}, 806 {'call': 'accept4', 'reason': set([('fd', 'flags')])}, 896 {'call': 'accept4', 'reason': set([('fd', 'flags')])}, 966 {'call': 'accept4', 'reason': set([('fd', 'flags')])}, 1036 {'call': 'accept4', 'reason': set([('fd', 'flags')])}, 1106 {'call': 'accept4', 'reason': set([('fd', 'flags')])}, [all …]
|
/illumos-gate/usr/src/man/man3socket/ |
H A D | Makefile | 59 MANLINKS= accept4.3socket \ 132 accept4.3socket := LINKSRC = accept.3socket
|
/illumos-gate/usr/src/test/os-tests/tests/oclo/ |
H A D | oclo_errors.c | 117 fd = accept4(sock, NULL, NULL, flags); in oclo_accept()
|
H A D | oclo.c | 491 asock = accept4(lsock, NULL, NULL, atype); in oclo_accept_common()
|
/illumos-gate/usr/src/lib/libsocket/socket/ |
H A D | weaks.c | 47 #pragma weak accept4 = _accept4 macro
|
/illumos-gate/usr/src/lib/libsocket/common/ |
H A D | mapfile-vers | 57 accept4;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socket.h | 546 extern int accept4(int, struct sockaddr *_RESTRICT_KYWD, Psocklen_t, int);
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 619 int accept4(int, struct sockaddr * __restrict, socklen_t * __restrict, int);
|
/illumos-gate/usr/src/test/os-tests/tests/tcpsig/ |
H A D | tcpsig.c | 494 conn = accept4(dst, NULL, NULL, SOCK_NONBLOCK); in tcpsig_connect()
|
/illumos-gate/usr/src/test/os-tests/tests/minttl/ |
H A D | minttl.c | 480 conn = accept4(dst, NULL, NULL, SOCK_NONBLOCK); in ttl_connect()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3socket.inc | 19 link path=usr/share/man/man3socket/accept4.3socket target=accept.3socket
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | gdb.c | 1824 s = accept4(fd, NULL, NULL, SOCK_NONBLOCK); in new_connection()
|