Searched refs:pids (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dgetpwent_r.c50 pid_t pids[NUM_FORKS]; local
64 if ((pids[i] = fork()) == -1) {
71 if (pids[i] == 0) {
80 waitpid(pids[i], &status, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv012.tcl78 set pids {}
82 lappend pids $p1
86 set pids [findprocessids $testdir $pids]
87 foreach pid $pids {
110 set pids {}
114 lappend pids $p1
118 set pids [findprocessids $testdir $pids]
119 foreach pid $pids {
[all...]
H A Drep065.tcl142 set pids {}
174 lappend pids [exec $tclsh_path $test_path/wrap.tcl \
182 lappend pids [exec $tclsh_path $test_path/wrap.tcl \
192 watch_procs $pids 20
211 set pids {}
219 lappend pids [exec $tclsh_path $test_path/wrap.tcl \
229 watch_procs $pids 10
H A Drep043.tcl138 set pids {}
145 lappend pids $pid
219 watch_procs $pids 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtorture.c184 pid_t pids[NPROC]; local
186 pids[0] = getpid();
189 if ((pids[i+1]=fork()) == 0) break;
209 if (getpid() == pids[0]) {
212 if (waitpid(pids[i+1], &status, 0) != pids[i+1]) {
214 (int)pids[i+1]);
219 (int)pids[i+1], WEXITSTATUS(status));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dpid.c260 link = &task->pids[type];
273 link = &task->pids[type];
290 new->pids[type].pid = old->pids[type].pid;
291 hlist_replace_rcu(&old->pids[type].node, &new->pids[type].node);
292 old->pids[type].pid = NULL;
302 result = hlist_entry(first, struct task_struct, pids[(type)].node);
321 pid = get_pid(task->pids[type].pid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dfuser.c330 pid_list *pids; local
369 pids = xmalloc(sizeof(pid_list));
370 success = fuser_scan_proc_pids(opt, inodes, pids);
372 if (pids->pid == 0)
376 success = fuser_kill_pid_list(pids, killsig);
378 success = fuser_print_pid_list(pids);
382 free(pids);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinit_task.h100 { .first = &init_task.pids[PIDTYPE_PID].node }, \
101 { .first = &init_task.pids[PIDTYPE_PGID].node }, \
102 { .first = &init_task.pids[PIDTYPE_SID].node }, \
167 .pids = { \
H A Dpid.h39 * value is reused (when pids wrap around) we don't mistakenly refer to new
114 &pid->tasks[type], pids[type].node) {
H A Dsched.h1029 struct pid_link pids[PIDTYPE_MAX]; member in struct:task_struct
1268 return task->pids[PIDTYPE_PID].pid;
1273 return task->group_leader->pids[PIDTYPE_PID].pid;
1278 return task->group_leader->pids[PIDTYPE_PGID].pid;
1283 return task->group_leader->pids[PIDTYPE_SID].pid;
1296 return p->pids[PIDTYPE_PID].pid != NULL;
1669 * the thread group leader. For iteration through the pids in proc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegts.c86 unsigned int pids[MAX_PIDS_PER_PROGRAM]; member in struct:Program
97 /** if true, all pids are analyzed to find streams */
115 /** structure to keep track of Program->pids mapping */
121 MpegTSFilter *pids[NB_PID_MAX]; member in struct:MpegTSContext
199 p->pids[p->nb_pids++] = pid;
218 if(p->pids[j] != pid)
288 if (pid >= NB_PID_MAX || ts->pids[pid])
293 ts->pids[pid] = filter;
316 if (pid >= NB_PID_MAX || ts->pids[pid])
321 ts->pids[pi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_demux.h119 u16 pids[DMX_TS_PES_OTHER]; member in struct:dvb_demux
H A Ddemux.h268 int (*get_pes_pids) (struct dmx_demux* demux, u16 *pids);
H A Ddvb_demux.c608 demux->pids[pes_type] = pid;
1141 static int dvbdmx_get_pes_pids(struct dmx_demux *demux, u16 * pids) argument
1145 memcpy(pids, dvbdemux->pids, 5 * sizeof(u16));
1178 dvbdemux->pids[i] = 0xffff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110.c724 av7110->pids[DMX_PES_VIDEO] = 0;
725 av7110->pids[DMX_PES_AUDIO] = 0;
726 av7110->pids[DMX_PES_TELETEXT] = 0;
727 av7110->pids[DMX_PES_PCR] = 0;
747 av7110->pids[DMX_PES_VIDEO] = vpid;
749 av7110->pids[DMX_PES_AUDIO] = apid;
751 av7110->pids[DMX_PES_TELETEXT] = ttpid;
753 av7110->pids[DMX_PES_PCR] = pcrpid;
755 av7110->pids[DMX_PES_SUBTITLE] = 0;
758 pcrpid = av7110->pids[DMX_PES_PC
[all...]
H A Dav7110.h233 u16 pids[DMX_PES_OTHER]; member in struct:av7110
H A Dav7110_av.c340 ret = ChangePIDs(av7110, av7110->pids[DMX_PES_VIDEO],
341 av7110->pids[DMX_PES_AUDIO],
342 av7110->pids[DMX_PES_TELETEXT],
343 0, av7110->pids[DMX_PES_PCR]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dcontrol_compat.c30 u32 pids; member in struct:snd_ctl_elem_list32
46 /* pids */
47 if (get_user(ptr, &data32->pids) ||
48 put_user(compat_ptr(ptr), &data->pids))
H A Dcontrol.c616 copy_to_user(list.pids, dst,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c131 os_pid_t wakeup_pid, *pids; local
264 if ((pids = calloc(nprocs, sizeof(os_pid_t))) == NULL) {
271 if ((pids[i] =
290 if ((err = os_wait(pids, nprocs)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci.h364 u32 pids; member in struct:ehci_dbg_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasound.h765 struct snd_ctl_elem_id __user *pids; /* R: IDs */ member in struct:snd_ctl_elem_list
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl372 # Return the pids (yes plural) of the new child process to the parent.
620 # Stop a test server along with pids which aren't in the %run hash yet.
656 # kill given pids and server relative ones clearing them in %run hash
3234 # kill server relative pids clearing them in %run hash
3611 # kill all server pids from %run hash clearing them
3618 my $pids = $run{$server};
3619 foreach my $pid (split(' ', $pids)) {

Completed in 230 milliseconds