Home
last modified time | relevance | path

Searched refs:accept4 (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies.pretty1 {'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 Dimplicit_dependencies1 {'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 Dimplicit_dependencies_verbose.pretty11 {'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 Dimplicit_dependencies_verbose1 {'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 Dimplicit_dependencies.pretty1 {'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 Dimplicit_dependencies_verbose.pretty12 {'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 DMakefile59 MANLINKS= accept4.3socket \
132 accept4.3socket := LINKSRC = accept.3socket
/illumos-gate/usr/src/test/os-tests/tests/oclo/
H A Doclo_errors.c117 fd = accept4(sock, NULL, NULL, flags); in oclo_accept()
H A Doclo.c491 asock = accept4(lsock, NULL, NULL, atype); in oclo_accept_common()
/illumos-gate/usr/src/lib/libsocket/socket/
H A Dweaks.c47 #pragma weak accept4 = _accept4 macro
/illumos-gate/usr/src/lib/libsocket/common/
H A Dmapfile-vers57 accept4;
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h546 extern int accept4(int, struct sockaddr *_RESTRICT_KYWD, Psocklen_t, int);
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h619 int accept4(int, struct sockaddr * __restrict, socklen_t * __restrict, int);
/illumos-gate/usr/src/test/os-tests/tests/tcpsig/
H A Dtcpsig.c494 conn = accept4(dst, NULL, NULL, SOCK_NONBLOCK); in tcpsig_connect()
/illumos-gate/usr/src/test/os-tests/tests/minttl/
H A Dminttl.c480 conn = accept4(dst, NULL, NULL, SOCK_NONBLOCK); in ttl_connect()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3socket.inc19 link path=usr/share/man/man3socket/accept4.3socket target=accept.3socket
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dgdb.c1824 s = accept4(fd, NULL, NULL, SOCK_NONBLOCK); in new_connection()