Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies.pretty46 'fork',
131 'fork',
2422 'fork',
2923 'fork',
3698 'fork',
4189 'fork',
4389 'fork',
5479 'fork',
5560 'fork',
8149 'fork',
[all …]
H A Dimplicit_dependencies202 'fork',
338 'fork',
3120 'fork',
3834 'fork',
4624 'fork',
5191 'fork',
5394 'fork',
6739 'fork',
6821 'fork',
10381 'fork',
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dproc.c41 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/cmd/amt/
H A Damt.c201 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/lib/libc/port/gen/
H A Ddaemon.c52 retv = fork(); in daemon()
64 retv = fork(); in daemon()
/illumos-gate/usr/src/man/man2/
H A DMakefile54 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/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/
H A Dimplicit_dependencies.pretty48 'fork',
2125 'fork',
2172 'fork',
2558 'fork',
2757 'fork',
2822 'fork',
3352 'fork',
3431 'fork',
3787 'fork',
4680 'fork',
[all …]
/illumos-gate/usr/src/lib/libc/
H A DREADME61 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 Dnetcfgd.c107 if ((pid = fork()) == -1) { in daemonize()
120 if ((pid = fork()) == -1) { in daemonize()
/illumos-gate/usr/src/cmd/mailx/
H A Dpopen.c61 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 Ddeparse.c109 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 Dtdump.c82 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 Dcmd.c92 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 Dmain.c112 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 Din.uucpd.c112 if (fork() == 0)
122 if (fork())
161 if (fork() == 0) {
189 if (fork() == 0) {
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_unix.c283 pid = fork();
385 pid2 = fork(); in vi_filter()
450 pid = fork(); in recover()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.c38 if (fork() == 0) in main()
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c58 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/contrib/ast/src/lib/libast/comp/
H A Dvfork.c48 return(fork());
H A Dsetsid.c75 switch (fork())
/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Ddrop_priv.c73 pid = fork(); in server()
137 pid = fork(); in non_priv_send()
/illumos-gate/usr/src/test/zfs-tests/cmd/rename_dir/
H A Drename_dir.c56 switch (fork()) { in main()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dcall_pass.c48 switch (cpid = fork()) {
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dscript_handler.c129 if ((pid = fork()) == -1) in run_script()
313 if ((pid = fork()) < 0) { in script_start()
/illumos-gate/usr/src/cmd/script/
H A Dscript.c111 child = fork(); in main()
117 subchild = child = fork(); in main()

12345678910>>...14