Searched refs:pid (Results 351 - 375 of 1288) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_dual.c100 pid_t child_pid; /* pid of the child we're waiting on. Used to detect
101 a restart of the child (child->pid != child_pid). */
179 DEBUG(0,("async_request_timeout_handler: child pid %u is not responding. "
201 if (state->child->pid == state->child_pid) {
221 DEBUG(5, ("Could not send async request to child pid %u\n",
262 DEBUG(5, ("Could not receive async reply from child pid %u\n",
296 if ((child->pid == 0) && (!fork_domain_child(child))) {
308 /* Now we know who we're sending to - remember the pid. */
309 request->child_pid = child->pid;
514 void winbind_child_died(pid_t pid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-parse.c68 int pid; member in struct:cmdline
79 if (ca->pid < cb->pid)
81 if (ca->pid > cb->pid)
92 int pid; member in struct:cmdline_list
101 sscanf(line, "%d %as", &item->pid,
113 cmdlines[i].pid = list->pid;
2681 static void print_graph_proc(int pid, cons argument
2716 int pid; local
2878 pretty_print_func_ent(void *data, int size, struct event *event, int cpu, int pid, const char *comm, unsigned long secs, unsigned long usecs) argument
2926 pretty_print_func_ret(void *data, int size __unused, struct event *event, int cpu, int pid, const char *comm, unsigned long secs, unsigned long usecs) argument
2978 pretty_print_func_graph(void *data, int size, struct event *event, int cpu, int pid, const char *comm, unsigned long secs, unsigned long usecs) argument
2998 int pid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_pm112.c131 struct wf_cpu_pid_param pid; local
164 pid.interval = 1; /* seconds */
165 pid.history_len = piddata->history_len;
166 pid.gd = piddata->gd;
167 pid.gp = piddata->gp;
168 pid.gr = piddata->gr / piddata->history_len;
169 pid.pmaxadj = (piddata->max_power << 16) - (piddata->power_adj << 8);
170 pid.ttarget = tmax - (piddata->target_temp_delta << 16);
171 pid.tmax = tmax;
172 pid
[all...]
H A Dwindfarm_pm81.c187 struct wf_pid_state pid; member in struct:wf_smu_sys_fans_state
253 struct wf_cpu_pid_state pid; member in struct:wf_smu_cpu_fans_state
314 wf_pid_init(&wf_smu_sys_fans->pid, &pid_param);
352 if (temp > (st->pid.param.itarget + 0x50000))
355 new_setpoint = wf_pid_run(&st->pid, temp);
363 cputarget = wf_smu_cpu_fans ? wf_smu_cpu_fans->pid.target : 0;
366 scaled = max(scaled, st->pid.param.min);
367 scaled = min(scaled, st->pid.param.max);
454 wf_cpu_pid_init(&wf_smu_cpu_fans->pid, &pid_param);
508 if (temp > st->pid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_demux.c393 u16 pid = ts_pid(buf); local
431 if (pid < MAX_PID) {
435 pid, buf[1]);
437 if ((buf[3] & 0xf) != demux->cnt_storage[pid])
441 pid, demux->cnt_storage[pid],
444 demux->cnt_storage[pid] = ((buf[3] & 0xf) + 1)&0xf;
450 if ((feed->pid != pid) && (feed->pid !
645 dmx_ts_feed_set(struct dmx_ts_feed *ts_feed, u16 pid, int ts_type, enum dmx_ts_pes pes_type, size_t circular_buffer_size, struct timespec timeout) argument
873 dmx_section_feed_set(struct dmx_section_feed *feed, u16 pid, size_t circular_buffer_size, int check_crc) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dcommon.c425 pid_t pid = getpid(); local
427 hostUniq.length = htons(sizeof(pid));
428 memcpy(hostUniq.payload, &pid, sizeof(pid));
429 memcpy(cursor, &hostUniq, sizeof(pid) + TAG_HDR_SIZE);
430 cursor += sizeof(pid) + TAG_HDR_SIZE;
431 plen += sizeof(pid) + TAG_HDR_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dprocess.c42 int pid_to_processor_id(int pid) argument
47 if (cpu_tasks[i].pid == pid)
72 int pid; local
76 pid = do_fork(CLONE_VM | CLONE_UNTRACED | flags, 0,
78 return pid;
251 cpu_tasks[current_thread_info()->cpu].pid = os_getpid();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dpn_netlink.c36 u32 pid, u32 seq, int event);
104 u32 pid, u32 seq, int event)
109 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*ifm), 0);
150 NETLINK_CB(cb->skb).pid,
167 u32 pid, u32 seq, int event)
172 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*rtm), 0);
276 if (fill_route(skb, dev, addr << 2, NETLINK_CB(cb->skb).pid,
103 fill_addr(struct sk_buff *skb, struct net_device *dev, u8 addr, u32 pid, u32 seq, int event) argument
166 fill_route(struct sk_buff *skb, struct net_device *dev, u8 dst, u32 pid, u32 seq, int event) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmultilink.c37 static int owns_unit __P((TDB_DATA pid, int unit));
90 TDB_DATA key, pid, rec; local
155 pid = tdb_fetch(pppdb, key);
156 if (pid.dptr != NULL) {
158 rec = tdb_fetch(pppdb, pid);
162 /* check the pid value */
165 || !owns_unit(pid, unit))
169 free(pid.dptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-util-unix.c72 * @param print_pid_pipe pipe to print daemon's pid to, or -1 for none
145 _dbus_verbose ("pid file or pipe write failed: %s\n",
164 * @param pid our process ID
170 unsigned long pid,
197 if (fprintf (f, "%lu\n", pid) < 0)
225 * @param pid_to_write the pid to write out
237 _dbus_verbose ("writing pid file %s\n", _dbus_string_get_const_data (pidfile));
242 _dbus_verbose ("pid file write failed\n");
249 _dbus_verbose ("No pid file requested\n");
254 DBusString pid; local
169 _dbus_write_pid_file(const DBusString *filename, unsigned long pid, DBusError *error) argument
1102 _dbus_command_for_pid(unsigned long pid, DBusString *str, int max_len, DBusError *error) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnetlink.h213 * @pid: Netlink PID of requesting application
218 u32 pid; member in struct:nl_info
225 u32 pid, unsigned int group, int report,
437 * @pid: netlink process id
446 static inline struct nlmsghdr *nlmsg_put(struct sk_buff *skb, u32 pid, u32 seq, argument
452 return __nlmsg_put(skb, pid, seq, type, payload, flags);
471 return nlmsg_put(skb, NETLINK_CB(cb->skb).pid, cb->nlh->nlmsg_seq,
556 * @pid: own netlink pid to avoid sending to yourself
561 u32 pid, unsigne
560 nlmsg_multicast(struct sock *sk, struct sk_buff *skb, u32 pid, unsigned int group, gfp_t flags) argument
580 nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 pid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Ddtt200u.c45 static int dtt200u_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) argument
48 pid = onoff ? pid : 0;
52 b_pid[2] = pid & 0xff;
53 b_pid[3] = (pid >> 8) & 0x1f;
H A Ddvb-usb-dvb.c22 /* stop feed before setting a new pid if there will be no pid anymore */
34 /* activate the pid on the device specific pid_filter */
35 deb_ts("setting pid (%s): %5d %04x at index %d '%s'\n",adap->pid_filtering ?
36 "yes" : "no", dvbdmxfeed->pid,dvbdmxfeed->pid,dvbdmxfeed->index,onoff ?
41 adap->props.pid_filter(adap, dvbdmxfeed->index, dvbdmxfeed->pid,onoff);
50 deb_ts("controlling pid parser\n");
70 deb_ts("start pid: 0x%04x, feedtype: %d\n", dvbdmxfeed->pid,dvbdmxfee
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dlport_api.c70 if (bfa_os_ntoh3b(rport->pid) > 0xFFF000) {
73 bfa_trc(fcs, rport->pid);
118 if (bfa_os_ntoh3b(rport->pid) > 0xFFF000) {
121 bfa_trc(fcs, rport->pid);
171 if ((bfa_os_ntoh3b(rport->pid) > 0xFFF000) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A DMakefile.in584 bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
591 if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
592 2>c$${pid}_.err </dev/null \
593 && test -n "`cat c$${pid}_.out`" \
594 && test -z "`cat c$${pid}_.err`"; then :; \
597 done; rm -f c$${pid}_.???; exit $$bad
628 bad=0; pid=$$$$; list="$(bin_SCRIPTS)"; for p in $$list; do \
634 if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
635 2>c$${pid}_.err </dev/null \
636 && test -n "`cat c$${pid}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dscript.c262 int pid; local
269 pid = fork();
270 if (pid) {
271 waitpid(pid, NULL, 0);
273 } else if (pid == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/drivers/
H A Dethertap_user.c97 int pid, err, n; local
119 pid = run_helper(etap_pre_exec, &pe_data, args);
121 if (pid < 0)
122 err = pid;
134 err = helper_wait(pid);
H A Dtuntap_user.c75 int pid, n, err; local
82 pid = run_helper(tuntap_pre_exec, &data, argv);
84 if (pid < 0)
85 return -pid;
111 helper_wait(pid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Drequest_key_auth.c65 seq_printf(m, " pid:%d ci:%zu", rka->pid, rka->callout_len);
179 rka->pid = irka->pid;
186 rka->pid = current->pid;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dscript.c204 int pid; local
211 pid = fork();
212 if (pid) {
213 waitpid(pid, NULL, 0);
215 } else if (pid == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dscript.c207 int pid; local
219 pid = vfork();
220 if (pid < 0) return;
221 if (pid == 0) {
228 waitpid(pid, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegtsenc.c42 int pid; member in struct:MpegTSSection
119 b = (s->pid >> 8);
123 *q++ = s->pid;
194 int pid; /* stream associated pid */ member in struct:MpegTSWriteStream
218 put16(&q, 0xe000 | service->pmt.pid);
294 put16(&q, 0xe000 | ts_st->pid);
522 service->pmt.pid = ts->pmt_start_pid + ts->nb_services;
589 ts->pat.pid = PAT_PID;
594 ts->sdt.pid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegtsenc.c41 int pid; member in struct:MpegTSSection
92 { "mpegts_pmt_start_pid", "Set the first pid of the PMT.",
94 { "mpegts_start_pid", "Set the first pid.",
130 b = (s->pid >> 8);
134 *q++ = s->pid;
205 int pid; /* stream associated pid */ member in struct:MpegTSWriteStream
227 put16(&q, 0xe000 | service->pmt.pid);
287 put16(&q, 0xe000 | ts_st->pid);
432 service->pmt.pid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_functions_graph.c52 /* Display proc name/pid */
357 print_graph_proc(struct trace_seq *s, pid_t pid) argument
367 trace_find_cmdline(pid, comm);
369 sprintf(pid_str, "%d", pid);
407 /* If the pid changed since the last trace, output this event */
409 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data) argument
420 if (*last_pid == pid)
424 *last_pid = pid;
453 ret = print_graph_proc(s, pid);
525 if (curr->ent.pid !
574 print_graph_irq(struct trace_iterator *iter, unsigned long addr, enum trace_type type, int cpu, pid_t pid, u32 flags) argument
899 pid_t pid = ent->pid; local
1210 pid_t *pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevd.c242 pid_t pid; local
245 pid = fork();
246 switch (pid) {
273 info("seq %llu forked, pid [%d], '%s' '%s', %ld seconds old",
274 msg->seqnum, pid, msg->action, msg->subsystem, time(NULL) - msg->queue_time);
275 msg->pid = pid;
304 waitpid(msg->pid, NULL, 0);
806 static void udev_done(int pid, int exitstatus) argument
808 /* find msg associated with pid an
827 pid_t pid; local
1065 pid_t pid; local
[all...]

Completed in 210 milliseconds

<<11121314151617181920>>