/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies.pretty | 46 'fork', 131 'fork', 319 'fork', 409 'fork', 604 'fork', 725 'fork', 1913 'fork', 2029 'fork', 2142 'fork', 2238 'fork', [all …]
|
H A D | implicit_dependencies | 202 'fork', 338 'fork', 602 'fork', 693 'fork', 889 'fork', 1010 'fork', 2607 'fork', 2725 'fork', 2839 'fork', 2936 'fork', [all …]
|
/illumos-gate/usr/src/cmd/amt/ |
H A D | amt.c | 201 if ((pid = fork()) == -1) { in data_boundary_test() 300 if ((pid = fork()) == -1) { in text_area_not_writeable() 357 if ((pid = fork()) == -1) { in memory_not_shared_after_use() 420 if ((pid = fork()) == -1) { in memory_allocation_not_shared() 509 if ((pid = fork()) == -1) { in test_stack_end_of_hole() 531 if ((pid = fork()) == -1) { in test_stack_end_of_hole() 555 if ((pid = fork()) == -1) { in test_stack_end_of_hole()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | proc.c | 41 void (*fork)(void *, void *), in installpctx() 50 pctx->fork_op = fork; in installpctx() 67 void (*fork)(void *, void *), in removepctx() 77 pctx->fork_op == fork && in removepctx()
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 54 fork.2 \ 313 fork1.2 := LINKSRC = fork.2 314 forkall.2 := LINKSRC = fork.2 315 forkallx.2 := LINKSRC = fork.2 316 forkx.2 := LINKSRC = fork.2
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | daemon.c | 52 retv = fork(); in daemon() 64 retv = fork(); in daemon()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.pretty | 48 'fork', 362 'fork', 1530 'fork', 1596 'fork', 1711 'fork', 1956 'fork', 2007 'fork', 2125 'fork', 2172 'fork', 2372 'fork', [all …]
|
/illumos-gate/usr/src/lib/libc/ |
H A D | README | 61 fork-safe) and in which the calling thread has all signals deferred 89 region; it is async-signal-safe and fork-safe): 123 calls to fork() and forkall(), but it also serializes calls to 124 thr_suspend() (fork() and forkall() also suspend other threads), 135 - When called from fork() or forkall() 137 This enforces the prohibition against calling fork() or pthread_atfork() 138 from a pthread_atfork()-registered fork handler function while a fork() 142 non-zero only if it is called from a fork handler. This is of interest 221 - The sig_*() interfaces are not in themselves fork-safe. 222 You have to employ other logic to make your code fork-safe.
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/netcfgd/ |
H A D | netcfgd.c | 107 if ((pid = fork()) == -1) { in daemonize() 120 if ((pid = fork()) == -1) { in daemonize()
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | popen.c | 61 extern int execlp(), fork(), pipe(), close(), fcntl(); 89 if((pid = fork()) == 0) { in npopen()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | deparse.c | 109 p_tree(t->fork.forktre,tflags); in p_tree() 110 p_redirect(t->fork.forkio); in p_tree() 121 else if(t->fork.forkio) in p_tree() 123 p_tree(t->fork.forktre,tflags); in p_tree() 124 if(t->fork.forkio) in p_tree() 125 p_redirect(t->fork.forkio); in p_tree()
|
H A D | tdump.c | 82 if(sfputu(outfile,t->fork.forkline)<0) in p_tree() 84 if(p_tree(t->fork.forktre)<0) in p_tree() 86 return(p_redirect(t->fork.forkio)); in p_tree()
|
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | cmd.c | 92 if ((child_pid = fork()) == -1) { in cmd_execute_command() 190 if ((child_pid = fork()) == -1) { in cmd_execute_command_and_retrieve_string()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | main.c | 112 if ((pid = fork()) == (pid_t)-1) { in daemonize() 124 if ((pid = fork()) == (pid_t)-1) { in daemonize()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 114 if (fork() == 0) 124 if (fork()) 163 if (fork() == 0) { 191 if (fork() == 0) {
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_unix.c | 283 pid = fork(); 385 pid2 = fork(); in vi_filter() 450 pid = fork(); in recover()
|
/illumos-gate/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 58 pctx_sysc_forkfn_t *fork; member 268 pctx->fork = (pctx_sysc_forkfn_t *) in pctx_set_events() 305 if (pctx->fork == NULL) in pctx_set_events() 306 pctx->fork = (pctx_sysc_forkfn_t *)(uintptr_t)default_void; in pctx_set_events() 320 if ((uintptr_t)pctx->fork != (uintptr_t)default_void) { in pctx_set_events() 770 forkfn = pctx->fork; in pctx_run()
|
/illumos-gate/usr/src/test/os-tests/tests/sockfs/ |
H A D | drop_priv.c | 73 pid = fork(); in server() 137 pid = fork(); in non_priv_send()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.forker.c | 38 if (fork() == 0) in main()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | vfork.c | 48 return(fork());
|
H A D | setsid.c | 75 switch (fork())
|
/illumos-gate/usr/src/test/zfs-tests/cmd/rename_dir/ |
H A D | rename_dir.c | 56 switch (fork()) { in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | script_handler.c | 129 if ((pid = fork()) == -1) in run_script() 313 if ((pid = fork()) < 0) { in script_start()
|
/illumos-gate/usr/src/cmd/script/ |
H A D | script.c | 111 child = fork(); in main() 117 subchild = child = fork(); in main()
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | call_pass.c | 48 switch (cpid = fork()) {
|