Searched refs:fork (Results 76 - 100 of 256) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/perfcounter/
H A Dperf_writer_util.c153 pid = fork();
155 /* can't fork */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/
H A Dsched-migration.py208 def wake_up(self, ts_list, pid, cpu, fork):
210 if fork:
353 def wake_up(self, headers, comm, pid, success, target_cpu, fork):
357 ts.wake_up(self.timeslices, pid, target_cpu, fork)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Devent.h124 struct fork_event fork; member in union:event_union
H A Drun-command.c69 cmd->pid = fork();
H A Devent.c531 struct thread *thread = perf_session__findnew(session, self->fork.tid);
532 struct thread *parent = perf_session__findnew(session, self->fork.ptid);
534 dump_printf("(%d:%d):(%d:%d)\n", self->fork.pid, self->fork.tid,
535 self->fork.ppid, self->fork.ptid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/libdaemon/
H A Ddexec.c62 if ((pid = fork()) < 0) {
63 daemon_log(LOG_ERR, "fork() failed: %s", strerror(errno));
H A Ddfork.c178 if ((pid = fork()) < 0) { /* First fork */
179 daemon_log(LOG_ERR, "First fork() failed: %s", strerror(errno));
245 if ((pid = fork()) < 0) { /* Second fork */
246 daemon_log(LOG_ERR, "Second fork() failed: %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dpppd_utils.c138 pid = fork ();
140 poe_error (ses,"unable to fork() for pppd: %m");
H A Dpppoe.h194 int fork; member in struct:session
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dprivsep-linux.c136 pid = fork();
138 flog(LOG_ERR, "Couldn't fork for privsep.");
H A Dprivsep.c136 pid = fork();
138 flog(LOG_ERR, "Couldn't fork for privsep.");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dbbsh.c166 pid_t pid=fork();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_mv.c421 if (!(pid = fork())) {
445 if (!(pid = fork())) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hd-idle-1.04/
H A Dhd-idle.c349 /* fork #1: exit parent process and continue in the background */
350 if ((i = fork()) < 0) {
351 perror("couldn't fork");
357 /* fork #2: detach from terminal and fork again so we can never regain
360 if ((i = fork()) < 0) {
361 perror("couldn't fork #2");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-timechart.c283 pid_fork(event->fork.pid, event->fork.ppid, event->fork.time);
289 pid_exit(event->fork.pid, event->fork.time);
922 .fork = process_fork_event,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-launch.c53 * \- bus-runner --exec--> dbus-daemon --fork
75 * It's unclear why dbus-daemon needs to fork, but we explicitly tell it to
609 /* We chdir ("/") since we are persistent and daemon-like, and fork
644 ret = fork ();
648 fprintf (stderr, "fork() failed in babysitter: %s\n",
655 /* Parent reaps pre-fork part of bus daemon, then exits and is
1030 ret = fork ();
1033 fprintf (stderr, "Failed to fork: %s\n",
1056 ret = fork ();
1059 fprintf (stderr, "Failed to fork
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dinit.c343 pid = fork();
371 /* Now fork off another process to just hang around */
372 if ((pid = fork()) < 0) {
373 message(L_LOG | L_CONSOLE, "Can't fork");
391 if ((pid = fork()) < 0) {
392 message(L_LOG | L_CONSOLE, "Can't fork");
558 /* We have to fork here, since the kernel calls do_exit(0) in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A DMakefile.in102 filedir.c fork.c gettok.c hash.c main.c mangle.c messages.c \
116 afpd-filedir.$(OBJEXT) afpd-fork.$(OBJEXT) \
357 fork.c gettok.c hash.c main.c mangle.c messages.c nfsquota.c \
382 filedir.h fork.h icon.h mangle.h misc.h status.h switch.h \
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/afpd-fork.Po@am__quote@
867 afpd-fork.o: fork.c
868 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(afpd_CFLAGS) $(CFLAGS) -MT afpd-fork.o -MD -MP -MF $(DEPDIR)/afpd-fork.Tpo -c -o afpd-fork
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Drtacct.c396 } else if ((pid = fork()) != 0) {
527 if (fork())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddfork.c178 if ((pid = fork()) < 0) { /* First fork */
179 daemon_log(LOG_ERR, "First fork() failed: %s", strerror(errno));
245 if ((pid = fork()) < 0) { /* Second fork */
246 daemon_log(LOG_ERR, "Second fork() failed: %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/basic/
H A Ddocproc.c115 switch (pid=fork()) {
117 perror("fork");
369 switch (pid=fork()) {
371 perror("fork");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dgcryptrnd.c155 pid = fork ();
158 logit (LOG_CRIT, "fork failed: %s", strerror (errno));
172 pid = fork ();
175 logit (LOG_CRIT, PGM ": second fork failed: %s", strerror (errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcryptrnd.c155 pid = fork ();
158 logit (LOG_CRIT, "fork failed: %s", strerror (errno));
172 pid = fork ();
175 logit (LOG_CRIT, PGM ": second fork failed: %s", strerror (errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dchroot.c305 if ((pid = fork()) < 0) {
308 avahi_log_error(__FILE__": fork() failed: %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/tools/
H A Dtdbtorture.c245 if ((pids[i+1]=fork()) == 0) break;

Completed in 270 milliseconds

1234567891011