Searched refs:pid (Results 251 - 275 of 1288) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dsmbiod.c147 struct pid *pid = get_pid(server->conn_pid); local
191 if (!pid) {
205 result = kill_pid(pid, SIGUSR1, 1);
210 VERBOSE("signalled pid %d\n", pid_nr(pid));
214 put_pid(pid);
280 VERBOSE("SMB Kernel thread starting (%d) ...\n", current->pid);
321 VERBOSE("SMB Kernel thread exiting (%d) ...\n", current->pid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/debian/
H A Dpptpd.init7 PIDFILE=/var/run/pptpd.pid
32 # no pid file, process doesn't seem to be running correctly
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pcap2nbench/
H A Dsmb.cpp48 memcpy(&pid, data + 30, 2);
67 << "Pid: " << rhs.pid << std::endl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_ipc.c50 * Pass afp_socket to old disconnected session if one has a matching token (token = pid)
55 pid_t pid; local
61 memcpy (&pid, ipc->msg, sizeof(pid_t));
65 pid,
97 LOG(log_debug, logtype_afpd, "ipc_get_session(pid: %u, uid: %u, time: 0x%08x)",
148 * 2. send pid, which establishes a child structure for us in the master
159 pid_t pid = getpid(); local
170 if (writet(fd, &pid, sizeof(pid_t), 0, 1) != sizeof(pid_t)) {
209 * pid
269 LOG(log_debug, logtype_afpd, "ipc_server_read(%s): pid
313 pid_t pid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dcompat_ioctl.c75 kreserve.pid = ureserve.pid;
78 client = agp_find_client_by_pid(kreserve.pid);
82 client_priv = agp_find_private(kreserve.pid);
92 return agp_remove_client(kreserve.pid);
129 client = agp_create_client(kreserve.pid);
135 client_priv = agp_find_private(kreserve.pid);
228 /* Use the original pid of the controller,
231 if (agp_fe.current_controller->pid != curr_priv->my_pid) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dmem.c26 extern void wait_stub_done(int pid);
63 int err, pid = mm_idp->u.pid; local
66 pid = userspace_pid[0];
70 n = ptrace_setregs(pid, syscall_regs);
79 err = ptrace(PTRACE_CONT, pid, 0, 0);
81 panic("Failed to continue stub, pid = %d, errno = %d\n", pid,
84 wait_stub_done(pid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Daf_unix.h27 struct pid *pid; /* Skb credentials */ member in struct:unix_skb_parms
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dperf.h131 pid_t pid, int cpu, int group_fd,
135 return syscall(__NR_perf_event_open, attr, pid, cpu,
130 sys_perf_event_open(struct perf_event_attr *attr, pid_t pid, int cpu, int group_fd, unsigned long flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl102 my ($event_name, $cpu, $secs, $nsecs, $pid, $comm) = @_;
105 $event_name, $cpu, $secs, $nsecs, $pid, $comm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/
H A Dcheck-perf-trace.py60 def print_header(event_name, cpu, secs, nsecs, pid, comm):
62 (event_name, cpu, secs, nsecs, pid, comm),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dmap.h57 /* Native host kernel uses -1 as pid index in machine */
63 pid_t pid; member in struct:machine
109 u64 pgoff, u32 pid, char *filename,
141 struct machine *machines__add(struct rb_root *self, pid_t pid,
144 struct machine *machines__find(struct rb_root *self, pid_t pid);
145 struct machine *machines__findnew(struct rb_root *self, pid_t pid);
147 int machine__init(struct machine *self, const char *root_dir, pid_t pid);
157 return self ? self->pid == DEFAULT_GUEST_KERNEL_ID : false;
162 return self ? self->pid == HOST_KERNEL_ID : false;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/scripts/
H A Dipv6-up.sample14 PIDFILE=/var/run/radvd-$DEVICE.pid
28 # radvd 0.5.0 doesn't write a pid-file so we do it here
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dprocps.c129 unsigned pid; local
142 pid = bb_strtou(entry->d_name, NULL, 10);
152 sp->pid = pid;
157 if (getpidcon(sp->pid, &sp->context) < 0)
162 filename_tail = filename + sprintf(filename, "/proc/%d", pid);
272 void read_cmdline(char *buf, int col, unsigned pid, const char *comm) argument
277 sprintf(filename, "/proc/%u/cmdline", pid);
290 // pid comm S ppid pgid sid tty_nr tty_pgrp flg
294 task->pid,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrontab.c239 int pid; local
248 pid = fork();
249 if (pid < 0) {
253 if (pid > 0) {
287 int pid = fork(); local
289 if (pid == 0) {
307 if (pid < 0) {
313 wait4(pid, NULL, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_misc.c35 (unsigned long)state->pid));
47 DEBUG(3, ("[%5lu]: check machine account\n", (unsigned long)state->pid));
104 (unsigned long)state->pid));
121 (unsigned long)state->pid));
185 DEBUG(3, ("[%5lu]: Get DC name for %s\n", (unsigned long)state->pid,
204 DEBUG(3, ("[%5lu]: Get DC name for %s\n", (unsigned long)state->pid,
360 DEBUG(3, ("[%5lu]: show sequence\n", (unsigned long)state->pid));
384 DEBUG(3, ("[%5lu]: domain_info [%s]\n", (unsigned long)state->pid,
470 DEBUG(3, ("[%5lu]: ping\n", (unsigned long)state->pid));
479 DEBUG(3, ("[%5lu]: request misc info\n", (unsigned long)state->pid));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damuled.cpp435 msg << wxT("WaitForChild() has been called for child process with pid `") <<
436 execData.pid <<
440 result = AmuleWaitPid(execData.pid, &status, 0, &msg);
450 result = AmuleWaitPid(execData.pid, &status, WNOHANG, &msg);
455 endProcData->pid = execData.pid;
458 endProcDataMap[execData.pid] = endProcData;
460 status = execData.pid;
480 msg << wxT("OnSignalChildHandler() has been called for child process with pid `") <<
487 // Fetch the wxEndProcessData structure corresponding to this pid
512 AmuleWaitPid(pid_t pid, int *status, int options, wxString *msg) argument
642 pid_t pid = fork(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dmain.c198 pid_t pid; local
204 while ((pid = waitpid(WAIT_ANY, &status, WNOHANG)) > 0) {
206 if ((fd = server_child_remove(server_children, i, pid)) != -1) {
214 LOG(log_info, logtype_afpd, "child[%d]: exited %d", pid, WEXITSTATUS(status));
216 LOG(log_info, logtype_afpd, "child[%d]: done", pid);
219 LOG(log_info, logtype_afpd, "child[%d]: killed by signal %d", pid, WTERMSIG(status));
221 LOG(log_info, logtype_afpd, "child[%d]: died", pid);
413 pid_t pid; local
493 LOG(log_debug, logtype_afpd, "main: IPC request from child[%u]", child->pid);
500 LOG(log_note, logtype_afpd, "main: removing reattached child[%u]", child->pid);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddir-watch-kqueue.c58 pid_t pid; local
68 pid = getpid ();
70 (void) kill (pid, SIGHUP);
82 pid = getpid ();
84 (void) kill (pid, SIGHUP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Duuid.c71 pid_t pid; local
83 pid = getpid();
88 if(pid == 0)
90 srand(pid);
91 pid = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Duuid.c100 pid_t pid; local
113 pid = getpid();
118 if(pid == 0)
120 srand(pid);
121 pid = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpacket_id.h244 void packet_id_persist_load_obj (const struct packet_id_persist *p, struct packet_id* pid);
270 packet_id_persist_save_obj (struct packet_id_persist *p, const struct packet_id* pid) argument
272 if (packet_id_persist_enabled (p) && pid->rec.time)
274 p->time = pid->rec.time;
275 p->id = pid->rec.id;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutilsexc.cpp145 int rc = waitpid(abs(proc_data->pid), &status, WNOHANG);
158 int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid) argument
160 if(pid < 1)
171 wxLogDebug(wxT("pid=%d"),pid);
172 kernResult = task_for_pid(taskOfOurProcess,pid, &machPortForProcess);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddexec.c47 pid_t pid; local
62 if ((pid = fork()) < 0) {
72 } else if (pid == 0) {
184 kill(pid, SIGTERM);
197 if (waitpid(pid, &r, 0) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_bt.c50 * btp <pid> Kernel stack for <pid>
90 kdb_printf("Stack traceback for pid %d\n", p->pid);
141 unsigned long pid; local
144 diag = kdbgetularg((char *)argv[1], &pid);
147 p = find_task_by_pid_ns(pid, &init_pid_ns);
152 kdb_printf("No process with pid == %ld found\n", pid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtracehook.h271 * @pid: new child's PID in the parent's namespace
286 pid_t pid, struct task_struct *child)
303 * @pid: new child's PID in the parent's namespace
317 pid_t pid,
321 ptrace_event(0, trace, pid);
327 * @pid: new child's PID in the parent's namespace
337 pid_t pid)
339 ptrace_event(PT_TRACE_VFORK_DONE, PTRACE_EVENT_VFORK_DONE, pid);
284 tracehook_report_clone(struct pt_regs *regs, unsigned long clone_flags, pid_t pid, struct task_struct *child) argument
314 tracehook_report_clone_complete(int trace, struct pt_regs *regs, unsigned long clone_flags, pid_t pid, struct task_struct *child) argument
336 tracehook_report_vfork_done(struct task_struct *child, pid_t pid) argument

Completed in 416 milliseconds

<<11121314151617181920>>