Searched refs:pid (Results 226 - 250 of 1288) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsamba.init13 NMBDPID=/var/run/samba/nmbd.pid
14 SMBDPID=/var/run/samba/smbd.pid
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsamba.init13 NMBDPID=/var/run/samba/nmbd.pid
14 SMBDPID=/var/run/samba/smbd.pid
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.h50 pid_t *pid; member in struct:tls_start_proxy_args
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_getsess.c43 pid_t pid; local
57 switch (pid = dsi->proto_open(dsi)) { /* in libatalk/dsi/dsi_tcp.c */
70 if ((child = server_child_add(serv_children, CHILD_DSIFORK, pid, ipc_fds[0])) == NULL) {
77 kill(pid, SIGKILL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dnet_user.c184 int pid, fds[2], err; local
195 pid = run_helper(change_pre_exec, &pe_data, argv);
197 if (pid > 0) /* Avoid hang as we won't get data in failure case. */
203 if (pid > 0)
204 helper_wait(pid);
205 return pid;
217 int output_len, pid; local
230 pid = change_tramp(argv, output, output_len);
231 if (pid < 0) return;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Daudit.c134 pid_t pid; local
136 pid = tsk->real_parent->pid;
138 audit_log_format(ab, " parent=%d", pid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dsignal.h49 __field( pid_t, pid )
56 __entry->pid = task->pid;
59 TP_printk("sig=%d errno=%d code=%d comm=%s pid=%d",
61 __entry->comm, __entry->pid)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dtimer_stats.c26 * the pid and cmdline from the owner process if applicable.
65 pid_t pid; member in struct:entry
132 (unsigned long)(entry)->pid ) & TSTAT_HASH_MASK)
159 entry1->pid == entry2->pid;
226 * @pid: the pid of the task which set up the timer
234 void timer_stats_update_stats(void *timer, pid_t pid, void *startf, argument
253 input.pid = pid;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dsmp_processor_id.c44 preempt_count() - 1, current->comm, current->pid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Devent.c27 static pid_t event__synthesize_comm(pid_t pid, int full, argument
40 snprintf(filename, sizeof(filename), "/proc/%d/status", pid);
53 while (!ev.comm.comm[0] || !ev.comm.pid) {
67 tgid = ev.comm.pid = atoi(tgids);
76 ev.comm.tid = pid;
82 snprintf(filename, sizeof(filename), "/proc/%d/task", pid);
90 pid = strtol(dirent.d_name, &end, 10);
94 ev.comm.tid = pid;
109 static int event__synthesize_mmap_events(pid_t pid, pid_t tgid, argument
116 snprintf(filename, sizeof(filename), "/proc/%d/maps", pid);
228 event__synthesize_thread(pid_t pid, event__handler_t process, struct perf_session *session) argument
247 pid_t pid = strtol(dirent.d_name, &end, 10); local
571 thread__find_addr_map(struct thread *self, struct perf_session *session, u8 cpumode, enum map_type type, pid_t pid, u64 addr, struct addr_location *al) argument
638 thread__find_addr_location(struct thread *self, struct perf_session *session, u8 cpumode, enum map_type type, pid_t pid, u64 addr, struct addr_location *al, symbol_filter_t filter) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl11 # --ignore-pid Aggregate processes of the same name together
74 'ignore-pid' => \$opt_ignorepid,
137 my $pid = $_[0];
140 if (open(STAT, "/proc/$pid/stat")) {
153 my $pid = $_[0];
156 if ($pid == 0) {
163 return "$1-$pid";
167 my $pid = $_[0];
171 if ($pid == 0) {
203 my $pid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dinit.c124 pid_t pid; local
142 switch ((pid = fork())) {
167 return pid;
169 waitpid(pid, NULL, 0);
295 pid_t pid; local
298 while ((pid = waitpid(-1, NULL, WNOHANG)) > 0) {
299 dprintf("Reaped %d\n", pid);
300 if ((func = pmon_get_func(pid)) != NULL) {
301 pmon_unregister(pid);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevd.h60 pid_t pid; member in struct:udevd_uevent_msg
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dinit.c75 pid_t pid; member in struct:init_action
119 static int waitfor(const struct init_action *a, pid_t pid);
333 pid_t pid; local
343 pid = fork();
346 if (pid)
347 return pid;
372 if ((pid = fork()) < 0) {
377 if (pid > 0) {
385 waitfor(NULL, pid);
391 if ((pid
508 waitfor(const struct init_action *a, pid_t pid) argument
557 pid_t pid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dmain.c275 pid_t pid; local
288 if ((pfp = fopen ("/var/run/bftpd_wan.pid", "r")))
317 // pid = wait (NULL);
318 pid = waitpid(-1, NULL, WNOHANG);
320 while (pid > 0)
326 if (childpid->pid == pid)
332 bftpdutmp_remove_pid (pid);
339 pid = waitpid(-1, NULL, WNOHANG); /* check for more children */
424 if ((pfp = fopen ("/var/run/bftpd_wan.pid", "
671 pid_t pid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcnid_metad.c113 pid_t pid; member in struct:server
157 pid_t pid; local
169 if (up && up->pid) {
236 if ((pid = fork()) < 0) {
240 if (pid == 0) {
252 if (srv[i].pid && up != &srv[i]) {
276 up->pid = pid;
439 pid_t pid; local
560 if (sigchild) while ((pid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Daf_netlink.c70 u32 pid; member in struct:netlink_sock
147 static struct hlist_head *nl_pid_hashfn(struct nl_pid_hash *hash, u32 pid) argument
149 return &hash->table[jhash_1word(pid, hash->rnd) & hash->mask];
230 u32 pid)
238 head = nl_pid_hashfn(hash, pid);
240 if (net_eq(sock_net(sk), net) && (nlk_sk(sk)->pid == pid)) {
302 __sk_add_node(sk, nl_pid_hashfn(hash, nlk_sk(sk)->pid));
347 static int netlink_insert(struct sock *sk, struct net *net, u32 pid) argument
357 head = nl_pid_hashfn(hash, pid);
229 netlink_lookup(struct net *net, int protocol, u32 pid) argument
548 s32 pid = task_tgid_vnr(current); local
748 netlink_getsockbypid(struct sock *ssk, u32 pid) argument
900 netlink_unicast(struct sock *ssk, struct sk_buff *skb, u32 pid, int nonblock) argument
973 u32 pid; member in struct:netlink_broadcast_data
1046 netlink_broadcast_filtered(struct sock *ssk, struct sk_buff *skb, u32 pid, u32 group, gfp_t allocation, int (*filter)(struct sock *dsk, struct sk_buff *skb, void *data), void *filter_data) argument
1098 netlink_broadcast(struct sock *ssk, struct sk_buff *skb, u32 pid, u32 group, gfp_t allocation) argument
1108 u32 pid; member in struct:netlink_set_err_data
1150 netlink_set_err(struct sock *ssk, u32 pid, u32 group, int code) argument
1879 nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 pid, unsigned int group, int report, gfp_t flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dtop.c40 unsigned pid, ppid; member in struct:top_status_t
56 unsigned pid; member in struct:save_hist
104 return (Q->pid - P->pid);
165 pid_t pid; local
185 pid = cur->pid;
187 new_hist[n].pid = pid;
195 if (prev_hist[i].pid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegts.c86 int pid; member in struct:MpegTSFilter
209 int pid; member in struct:PESContext
291 unsigned int pid)
299 p->pids[p->nb_pids++] = pid;
311 static void set_pcr_pid(AVFormatContext *s, unsigned int programid, unsigned int pid) argument
316 s->programs[i]->pcr_pid = pid;
323 * @brief discard_pid() decides if the pid is to be discarded according
326 * @param pid : - pid
327 * @return 1 if the pid i
290 add_pid_to_pmt(MpegTSContext *ts, unsigned int programid, unsigned int pid) argument
330 discard_pid(MpegTSContext *ts, unsigned int pid) argument
416 mpegts_open_filter(MpegTSContext *ts, unsigned int pid, enum MpegTSFilterType type) argument
439 mpegts_open_section_filter(MpegTSContext *ts, unsigned int pid, SectionCallback *section_cb, void *opaque, int check_crc) argument
462 mpegts_open_pes_filter(MpegTSContext *ts, unsigned int pid, PESCallback *pes_cb, void *opaque) argument
478 mpegts_open_pcr_filter(MpegTSContext *ts, unsigned int pid) argument
485 int pid; local
1169 add_pes_stream(MpegTSContext *ts, int pid, int pcr_pid) argument
1435 int i, pid; local
1492 ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type, const uint8_t **pp, const uint8_t *desc_list_end, Mp4Descr *mp4_descr, int mp4_descr_count, int pid, MpegTSContext *ts) argument
1717 int program_info_length, pcr_pid, pid, stream_type; local
2033 int len, pid, cc, expected_cc, cc_ok, afc, is_start, is_discontinuity, local
2410 int pcr_pid, pid, nb_packets, nb_pcrs, ret, pcr_l; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/timer/
H A Dtimer_local.h31 int (*async)(snd_timer_t *timer, int sig, pid_t pid);
76 int snd_timer_async(snd_timer_t *timer, int sig, pid_t pid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dtest_functions.sh4 kill -USR1 `cat $PIDDIR/timelimit.nmbd.pid` >/dev/null 2>&1 || \
5 kill -ALRM `cat $PIDDIR/timelimit.nmbd.pid` || RET=$?
7 kill -USR1 `cat $PIDDIR/timelimit.smbd.pid` >/dev/null 2>&1 || \
8 kill -ALRM `cat $PIDDIR/timelimit.smbd.pid` || RET=$?
14 kill -ALRM `cat $PIDDIR/timelimit.nmbd.pid` >/dev/null 2>&1
15 kill -ALRM `cat $PIDDIR/timelimit.smbd.pid` >/dev/null 2>&1
51 echo $TIMELIMIT_NMBD_PID > $PIDDIR/timelimit.nmbd.pid
83 echo $TIMELIMIT_SMBD_PID > $PIDDIR/timelimit.smbd.pid
H A Dtimelimit.c89 pid_t pid = wait(&status); local
90 if (pid != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_gettar.c38 OpenTar(const FTPCIPtr cip, const char *const dstdir, int *const pid) argument
45 *pid = -1;
85 *pid = pid1;
111 int pid, status; local
168 fd = OpenTar(cip, dstdir, &pid);
201 if ((waitpid(pid, &status, 0) < 0) && (errno != EINTR))
235 if ((waitpid(pid, &status, 0) < 0) && (errno != EINTR))
338 if ((waitpid(pid, &status, 0) < 0) && (errno != EINTR))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A DMakefile.am50 CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrulib.h122 pid_t pid; member in struct:gru_dump_chiplet_state_req
136 pid_t pid; member in struct:gru_dump_context_header

Completed in 206 milliseconds

1234567891011>>