Searched refs:pid (Results 126 - 150 of 1288) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dmmu.h38 extern int cxn_pin_by_pid(pid_t pid);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv6/
H A Dip6t_owner.h13 pid_t pid; member in struct:ip6t_owner_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgmerge-2026 #~ msgid "This program is running as process number $pid."
27 #~ msgstr "Dieses Programm l��uft mit der Prozess-Nummer $pid."
30 msgid "This program is running as process number %(pid)d."
34 msgid "This program is running as process number {pid}."
35 msgstr "Dieses Programm l��uft mit der Proze��-Nummer {pid}."
67 msgid "This program is running as process number $pid."
68 msgstr "Dieses Programm l��uft mit der Prozess-Nummer $pid."
71 msgid "This program is running as process number %(pid)d."
74 #~ msgid "This program is running as process number {pid}."
75 #~ msgstr "Dieses Programm l��uft mit der Proze��-Nummer {pid}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dscm.h7 #include <linux/pid.h>
22 struct pid *pid; /* Skb credentials */ member in struct:scm_cookie
48 struct pid *pid, const struct cred *cred)
50 scm->pid = get_pid(pid);
52 cred_to_ucred(pid, cred, &scm->creds);
57 put_pid(scm->pid);
58 scm->pid
47 scm_set_cred(struct scm_cookie *scm, struct pid *pid, const struct cred *cred) argument
[all...]
H A Dgenetlink.h53 * @snd_pid: netlink pid of sender
117 * @pid: netlink pid the message is addressed to
125 static inline void *genlmsg_put(struct sk_buff *skb, u32 pid, u32 seq, argument
131 nlh = nlmsg_put(skb, pid, seq, family->id, GENL_HDRLEN +
187 * @pid: own netlink pid to avoid sending to yourself
192 u32 pid, unsigned int group, gfp_t flags)
194 return nlmsg_multicast(net->genl_sock, skb, pid, group, flags);
200 * @pid
191 genlmsg_multicast_netns(struct net *net, struct sk_buff *skb, u32 pid, unsigned int group, gfp_t flags) argument
204 genlmsg_multicast(struct sk_buff *skb, u32 pid, unsigned int group, gfp_t flags) argument
227 genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 pid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Drandom.c114 pid_t pid; local
128 pid = fork ();
129 if (pid == (pid_t)(-1))
131 if (!pid)
153 while ( (i=waitpid (pid, &status, 0)) == -1 && errno == EINTR)
171 pid_t pid; local
187 pid = fork ();
188 if (pid == (pid_t)(-1))
190 if (!pid)
212 while ( (i=waitpid (pid,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c114 pid_t pid; local
128 pid = fork ();
129 if (pid == (pid_t)(-1))
131 if (!pid)
153 while ( (i=waitpid (pid, &status, 0)) == -1 && errno == EINTR)
171 pid_t pid; local
187 pid = fork ();
188 if (pid == (pid_t)(-1))
190 if (!pid)
212 while ( (i=waitpid (pid,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dmsgtest.c40 pid_t pid; local
53 fprintf(stderr, "%s: Usage - %s pid count\n", argv[0],
58 pid = atoi(argv[1]);
64 message_send_pid(pid_to_procid(pid), MSG_PING, NULL, 0, True);
104 if(NT_STATUS_IS_OK(message_send_pid(pid_to_procid(pid),
108 if(NT_STATUS_IS_OK(message_send_pid(pid_to_procid(pid),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dutilsgtk.cpp141 int pid = (proc_data->pid > 0) ? proc_data->pid : -(proc_data->pid); local
143 int rc = waitpid(pid, &status, WNOHANG);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_register.c124 pid_t pid; local
132 dbenv->thread_id(dbenv, &pid, NULL);
136 __db_msg(env, "%lu: register environment", (u_long)pid);
167 __db_msg(env, "%lu: creating %s", (u_long)pid, pp);
203 * Add the process' pid to the register.
211 pid_t pid; local
224 dbenv->thread_id(dbenv, &pid, NULL);
225 snprintf(pid_buf, sizeof(pid_buf), PID_FMT, (u_long)pid);
228 __db_msg(env, "%lu: adding self to registry", (u_long)pid);
290 pid
458 pid_t pid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcapability.c129 static inline int cap_get_target_pid(pid_t pid, kernel_cap_t *pEp, argument
134 if (pid && (pid != task_pid_vnr(current))) {
139 target = find_task_by_vpid(pid);
155 * target pid data
164 pid_t pid; local
172 if (get_user(pid, &header->pid))
175 if (pid < 0)
178 ret = cap_get_target_pid(pid,
242 pid_t pid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/web/
H A Dstatuspage.c31 struct process_id pid; variable in typeref:struct:process_id
58 static void addPid2Machine (struct process_id pid, char *machine) argument
70 newmap->pid = pid;
78 static char *mapPid2Machine (struct process_id pid) argument
86 if (procid_equal(&pid, &map->pid)) {
95 /* PID not in list or machine name NULL? return pid as string */
97 procid_str_static(&pid));
124 printf("<tr><td>%s</td>",_(mapPid2Machine(e->pid)));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dvalues.c9 values->pid = malloc(values->threads_max * sizeof(*values->pid));
12 if (!values->pid || !values->tid || !values->value)
35 free(values->pid);
46 values->pid = realloc(values->pid,
47 values->threads_max * sizeof(*values->pid));
52 if (!values->pid || !values->tid || !values->value)
57 u32 pid, u32 tid)
62 if (values->pid[
56 perf_read_values__findnew_thread(struct perf_read_values *values, u32 pid, u32 tid) argument
117 perf_read_values_add_value(struct perf_read_values *values, u32 pid, u32 tid, u64 rawid, const char *name, u64 value) argument
[all...]
H A Dsession.h106 struct machine *perf_session__find_machine(struct perf_session *self, pid_t pid) argument
108 if (pid == HOST_KERNEL_ID)
110 return machines__find(&self->machines, pid);
114 struct machine *perf_session__findnew_machine(struct perf_session *self, pid_t pid) argument
116 if (pid == HOST_KERNEL_ID)
118 return machines__findnew(&self->machines, pid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_pci.c229 const struct pci_device_id *pid; local
237 pid = &driver->pci_driver.id_table[i];
242 * be able to just pass pid in instead of doing a two-stage
247 pci_get_subsys(pid->vendor, pid->device, pid->subvendor,
248 pid->subdevice, pdev)) != NULL) {
249 if ((pdev->class & pid->class_mask) != pid->class)
254 drm_get_pci_dev(pdev, pid, drive
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dutilsexc_cf.cpp93 int rc = waitpid(abs(m_data->pid), & status, 0);
111 int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid) argument
113 if (pid < 1)
151 int rc = waitpid(abs(proc_data->pid), &status, WNOHANG);
164 int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid) argument
166 if(pid < 1)
177 wxLogDebug(wxT("pid=%d"),pid);
178 kernResult = task_for_pid(taskOfOurProcess,pid, &machPortForProcess);
249 int pid local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Ddtree.js13 function Node(id, pid, name, io, shc, icon, iconOpen, open) {
15 this.pid = pid;
54 dTree.prototype.add = function(id, pid, name, io, shc, icon, iconOpen, open) {
55 this.aNodes[this.aNodes.length] = new Node(id, pid, name, io, shc, icon, iconOpen, open);
74 if (this.aNodes[n].pid == pNode.id) {
96 if (!node.icon) node.icon = (this.root.id == node.pid) ? this.icon.root : this.icon.folder;
98 if (this.root.id == node.pid) {
104 if(this.root.id == node.pid){
115 str += '<div id="d' + this.obj + nodeId + '" class="clip" style="display:' + ((this.root.id == node.pid || nod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dcb/
H A Ddcbnl.c171 static int dcbnl_reply(u8 value, u8 event, u8 cmd, u8 attr, u32 pid, argument
183 nlh = NLMSG_NEW(dcbnl_skb, pid, seq, event, sizeof(*dcb), flags);
196 ret = rtnl_unicast(dcbnl_skb, &init_net, pid);
208 u32 pid, u32 seq, u16 flags)
217 DCB_CMD_GSTATE, DCB_ATTR_STATE, pid, seq, flags);
223 u32 pid, u32 seq, u16 flags)
247 nlh = NLMSG_NEW(dcbnl_skb, pid, seq, RTM_GETDCB, sizeof(*dcb), flags);
277 ret = rtnl_unicast(dcbnl_skb, &init_net, pid);
290 u32 pid, u32 seq, u16 flags)
305 nlh = NLMSG_NEW(dcbnl_skb, pid, se
207 dcbnl_getstate(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
222 dcbnl_getpfccfg(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
289 dcbnl_getperm_hwaddr(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
330 dcbnl_getcap(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
396 dcbnl_getnumtcs(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
474 dcbnl_setnumtcs(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
513 dcbnl_getpfcstate(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
528 dcbnl_setpfcstate(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
547 dcbnl_getapp(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
622 dcbnl_setapp(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
661 __dcbnl_pg_getcfg(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags, int dir) argument
818 dcbnl_pgtx_getcfg(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
824 dcbnl_pgrx_getcfg(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
830 dcbnl_setstate(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
848 dcbnl_setpfccfg(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
879 dcbnl_setall(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
893 __dcbnl_pg_setcfg(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags, int dir) argument
985 dcbnl_pgtx_setcfg(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
991 dcbnl_pgrx_setcfg(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
997 dcbnl_bcn_getcfg(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
1080 dcbnl_bcn_setcfg(struct net_device *netdev, struct nlattr **tb, u32 pid, u32 seq, u16 flags) argument
1127 u32 pid = skb ? NETLINK_CB(skb).pid : 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dptrace.c30 static int put_debugreg(long pid, unsigned int regno, long data);
31 static long get_debugreg(long pid, unsigned int regno);
33 void deconfigure_bp(long pid);
54 ret = get_debugreg(task->pid, regno);
75 return put_debugreg(task->pid, regno, data);
102 if (!get_debugreg(child->pid, PT_BP_CTRL)) {
125 deconfigure_bp(child->pid);
337 void deconfigure_bp(long pid) argument
341 /* Only deconfigure if the pid is the owner. */
342 if (bp_owner != pid)
359 put_debugreg(long pid, unsigned int regno, long data) argument
431 get_debugreg(long pid, unsigned int regno) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Druntests.pl286 my %serverpidfile;# all server pid file names, identified by server id
376 my $pid = $_[0];
377 if(not defined $pid || $pid <= 0) {
380 my $rc = waitpid($pid, &WNOHANG);
381 return ($rc == $pid)?1:0;
413 # Ugly hack but ssh client and gnutls-serv don't support pid files
418 logmsg "startnew: $pidfile faked with pid=$child\n" if($verbose);
421 logmsg "startnew: failed to write fake $pidfile with pid=$child\n";
437 # if $pid2 is valid, then make sure this pid i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-proxied-https-auth.px106 my $pid = fork;
107 die "Couldn't fork" if ($pid < 0);
108 return $pid if $pid;
115 my $pid = &fork_server;
128 kill ('TERM', $pid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dharddog_user.c34 int in_fds[2], out_fds[2], pid, n, err; local
36 char *pid_args[] = { "/usr/bin/uml_watchdog", "-pid", pid_buf, NULL };
67 pid = run_helper(pre_exec, &data, args);
72 if (pid < 0) {
73 err = -pid;
81 helper_wait(pid);
88 helper_wait(pid);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Drunsv.c80 int pid; member in struct:svdir
163 /* pid */
165 fd = open_trunc_or_warn("supervise/pid.new");
168 if (s->pid) {
170 int size = sprintf(spid, "%u\n", (unsigned)s->pid);
174 if (rename_or_warn("supervise/pid.new",
175 s->islog ? "log/supervise/pid" : "log/supervise/pid"+4))
222 status.pid_le32 = SWAP_LE32(s->pid);
248 int pid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c63 static void print_waitstat(unsigned pid, int wstat) argument
75 printf("%s: info: end %d %s %d\n", applet_name, pid, cause, e);
109 int pid; local
111 while ((pid = wait_nohang(&wstat)) > 0) {
113 ipsvd_perhost_remove(pid);
117 print_waitstat(pid, wstat);
145 int pid; local
347 pid = fork();
348 if (pid == -1) {
354 if (pid !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dstatus.c72 static unsigned int Ucrit_checkPid(pid_t pid) argument
80 if( pid == Ucrit_pid[i] )
87 static BOOL Ucrit_addPid( pid_t pid )
99 Ucrit_pid[Ucrit_MaxPid++] = pid;
122 if (Ucrit_checkPid(procid_to_pid(&e->pid))) {
123 d_printf("%-11s ",procid_str_static(&e->pid));
171 struct process_id pid,
186 procid_str_static(&pid), (int)dev, (int)ino,
203 if (!process_exists(crec.pid) || !Ucrit_checkUid(crec.uid)) {
208 crec.servicename,procid_str_static(&crec.pid),
169 print_brl(SMB_DEV_T dev, SMB_INO_T ino, struct process_id pid, enum brl_type lock_type, enum brl_flavour lock_flav, br_off start, br_off size) argument
[all...]

Completed in 190 milliseconds

1234567891011>>