Searched refs:pid (Results 176 - 200 of 1288) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_vms.c116 long pid, iosb[2]; local
147 pid = -1; /* search context */
148 while ((status = sys$getjpiw(0, &pid, 0, item, iosb, 0, 0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dos.h178 extern unsigned long os_process_pc(int pid);
179 extern int os_process_parent(int pid);
180 extern void os_stop_process(int pid);
181 extern void os_kill_process(int pid, int reap_child);
182 extern void os_kill_ptraced_process(int pid, int reap_child);
183 extern long os_ptrace_ldt(long pid, long addr, long data);
212 extern int helper_wait(int pid);
216 extern int os_set_thread_area(user_desc_t *info, int pid);
217 extern int os_get_thread_area(user_desc_t *info, int pid);
266 extern int is_skas_winch(int pid, in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dutil.c76 int pid; local
112 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0)
113 os_kill_ptraced_process(pid, 0);
H A Dumid.c137 char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")];
138 char pid[sizeof("nnnnn\0")], *end; local
141 n = snprintf(file, sizeof(file), "%s/pid", dir);
143 printk(UM_KERN_ERR "is_umdir_used - pid filename too long\n");
153 printk(UM_KERN_ERR "is_umdir_used : couldn't open pid "
160 n = read(fd, pid, sizeof(pid));
162 printk(UM_KERN_ERR "is_umdir_used : couldn't read pid file "
166 printk(UM_KERN_ERR "is_umdir_used : couldn't read pid file "
171 p = strtoul(pid,
213 char pid[sizeof("nnnnn\\0")]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_netlink.h135 u32 len, u32 pid),
140 void scsi_nl_send_transport_msg(u32 pid, struct scsi_nl_hdr *hdr);
141 int scsi_nl_send_vendor_msg(u32 pid, unsigned short host_no, u64 vendor_id,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dbuild-id.c21 struct thread *thread = perf_session__findnew(session, event->ip.pid);
30 event->ip.pid, event->ip.ip, &al);
42 dump_printf("(%d:%d):(%d:%d)\n", self->fork.pid, self->fork.tid,
H A Drun-command.c69 cmd->pid = fork();
70 if (!cmd->pid) {
121 if (cmd->pid < 0) {
154 static int wait_or_whine(pid_t pid) argument
158 pid_t waiting = waitpid(pid, &status, 0);
166 if (waiting != pid)
187 return wait_or_whine(cmd->pid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnetlink.h161 __u32 pid; member in struct:netlink_skb_parms
188 extern int netlink_unicast(struct sock *ssk, struct sk_buff *skb, __u32 pid, int nonblock);
189 extern int netlink_broadcast(struct sock *ssk, struct sk_buff *skb, __u32 pid,
192 __u32 pid, __u32 group, gfp_t allocation,
195 extern int netlink_set_err(struct sock *ssk, __u32 pid, __u32 group, int code);
233 int pid; member in struct:netlink_notify
238 __nlmsg_put(struct sk_buff *skb, u32 pid, u32 seq, int type, int len, int flags) argument
247 nlh->nlmsg_pid = pid;
254 #define NLMSG_NEW(skb, pid, seq, type, len, flags) \
257 __nlmsg_put(skb, pid, se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Drport_ftrs.c79 bfa_trc(rport->fcs, rport->pid);
85 if ((!BFA_FCS_PID_IS_WKA(rport->pid)) &&
131 bfa_trc(rport->fcs, rport->pid);
177 bfa_trc(rport->fcs, rport->pid);
204 bfa_trc(rport->fcs, rport->pid);
224 bfa_trc(rport->fcs, rport->pid);
247 bfa_trc(rport->fcs, rport->pid);
258 bfa_trc(rport->fcs, rport->pid);
272 bfa_trc(rport->fcs, rport->pid);
287 bfa_trc(rport->fcs, rport->pid);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dreliable.c103 reliable_ack_packet_id_present (struct reliable_ack *ack, packet_id_type pid) argument
107 if (ack->packet_id[i] == pid)
114 reliable_ack_read_packet_id (struct buffer *buf, packet_id_type *pid) argument
120 *pid = ntohpid (net_pid);
122 (packet_id_print_type)*pid, buf->len);
132 reliable_ack_acknowledge_packet_id (struct reliable_ack *ack, packet_id_type pid) argument
134 if (!reliable_ack_packet_id_present (ack, pid) && ack->len < RELIABLE_ACK_SIZE)
136 ack->packet_id[ack->len++] = pid;
138 (packet_id_print_type)pid, ack->len);
143 (packet_id_print_type)pid, ac
156 packet_id_type pid; local
213 packet_id_type pid = ack->packet_id[i]; local
247 packet_id_type pid; local
327 packet_id_type pid = ack->packet_id[i]; local
641 reliable_mark_active_incoming(struct reliable *rel, struct buffer *buf, packet_id_type pid, int opcode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/examples/
H A Dtestd.c36 pid_t pid; local
67 if ((pid = daemon_pid_file_is_running()) >= 0) {
68 daemon_log(LOG_ERR, "Daemon already running on PID file %u", pid);
79 if ((pid = daemon_fork()) < 0) {
85 } else if (pid) { /* The parent */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/examples/
H A Dtestd.c36 pid_t pid; local
67 if ((pid = daemon_pid_file_is_running()) >= 0) {
68 daemon_log(LOG_ERR, "Daemon already running on PID file %u", pid);
79 if ((pid = daemon_fork()) < 0) {
85 } else if (pid) { /* The parent */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkmod.c178 pid_t pid; local
185 pid = kernel_thread(____call_usermodehelper, sub_info, SIGCHLD);
186 if (pid < 0) {
187 sub_info->retval = pid;
199 sys_wait4(pid, (int __user *)&ret, 0, NULL);
220 pid_t pid; local
226 pid = kernel_thread(wait_for_helper, sub_info,
229 pid = kernel_thread(____call_usermodehelper, sub_info,
238 if (pid > 0)
242 if (pid <
[all...]
H A Daudit.c85 * contains the pid of the auditd process and audit_nlk_pid contains
86 * the pid to use to send netlink messages to that process.
160 int pid; member in struct:audit_reply
164 static void audit_set_pid(struct audit_buffer *ab, pid_t pid) argument
168 nlh->nlmsg_pid = pid;
465 static int audit_prepare_user_tty(pid_t pid, uid_t loginuid, u32 sessionid) argument
471 tsk = find_task_by_vpid(pid);
493 int pid = dest->pid; local
501 netlink_unicast(audit_sock, skb, pid,
508 audit_make_reply(int pid, int seq, int type, int done, int multi, void *payload, int size) argument
558 audit_send_reply(int pid, int seq, int type, int done, int multi, void *payload, int size) argument
622 audit_log_common_recv_msg(struct audit_buffer **ab, u16 msg_type, u32 pid, u32 uid, uid_t auid, u32 ses, u32 sid) argument
653 u32 uid, pid, seq, sid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_iface.c59 void ax25_protocol_release(unsigned int pid) argument
68 if (protocol->pid == pid) {
74 if (protocol->next->pid == pid) {
163 int (*ax25_protocol_function(unsigned int pid))(struct sk_buff *, ax25_cb *) argument
170 if (protocol->pid == pid) {
206 int ax25_protocol_is_registered(unsigned int pid) argument
213 if (protocol->pid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dmips-mt-fpaff.c38 static inline struct task_struct *find_process_by_pid(pid_t pid) argument
40 return pid ? find_task_by_vpid(pid) : current;
62 asmlinkage long mipsmt_sys_sched_setaffinity(pid_t pid, unsigned int len, argument
79 p = find_process_by_pid(pid);
153 asmlinkage long mipsmt_sys_sched_getaffinity(pid_t pid, unsigned int len, argument
169 p = find_process_by_pid(pid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/mm/
H A Dtlb-score.c131 int pid = pevn_get(); local
151 pevn_set(pid);
216 int idx, pid; local
224 pid = pevn_get() & ASID_MASK;
228 pevn_set(address | pid);
233 pevn_set(address | pid);
239 pevn_set(pid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dmessages.c35 The dispatch function is given the pid of the sender, and it can
69 void (*fn)(int msg_type, struct process_id pid, void *buf, size_t len,
152 Form a static tdb key from a pid.
155 static TDB_DATA message_key_pid(struct process_id pid) argument
160 slprintf(key, sizeof(key)-1, "PID/%s", procid_str_static(&pid));
174 pid_t pid = procid.pid; local
179 * Doing kill with a non-positive pid causes messages to be
183 SMB_ASSERT(pid > 0);
191 ret = kill(pid, SIGUSR
232 message_send_pid_internal(struct process_id pid, int msg_type, const void *buf, size_t len, BOOL duplicates_allowed, unsigned int timeout) argument
368 message_send_pid(struct process_id pid, int msg_type, const void *buf, size_t len, BOOL duplicates_allowed) argument
379 message_send_pid_with_timeout(struct process_id pid, int msg_type, const void *buf, size_t len, BOOL duplicates_allowed, unsigned int timeout) argument
391 messages_pending_for_pid(struct process_id pid) argument
554 message_register(int msg_type, void (*fn)(int msg_type, struct process_id pid, void *buf, size_t len, void *private_data), void *private_data) argument
763 messaging_callback(int msg_type, struct process_id pid, void *buf, size_t len, void *private_data) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c134 static char pidfilename[MAXPATHLEN]; /* name of pid file */
135 static char linkpidfile[MAXPATHLEN]; /* name of linkname pid file */
223 pid_t pid; member in struct:subprocess
235 static void create_pidfile __P((int pid));
236 static void create_linkpidfile __P((int pid));
249 static void forget_child __P((int pid, int status));
647 dbglog(" script %s, pid %d", chp->prog, chp->pid);
824 create_pidfile(getpid()); /* write pid to file */
835 int pid; local
1641 pid_t pid; local
1726 int pid; local
1796 int pid, status; local
1943 int pid, status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-timechart.c59 * We keep an list of "pid"s, matching the kernels notion of a task struct.
60 * Each "pid" entry, has a list of "comm"s.
62 * exec will reuse the original pid (by design).
70 int pid; member in struct:per_pid
149 int pid; member in struct:process_filter
156 static struct per_pid *find_create_pid(int pid) argument
161 if (cursor->pid == pid)
168 cursor->pid = pid;
174 pid_set_comm(int pid, char *comm) argument
201 pid_fork(int pid, int ppid, u64 timestamp) argument
217 pid_exit(int pid, u64 timestamp) argument
227 pid_put_sample(int pid, int type, unsigned int cpu, u64 start, u64 end) argument
297 int pid; member in struct:trace_entry
312 int pid; member in struct:wakeup_entry
409 sched_wakeup(int cpu, u64 timestamp, int pid, struct trace_entry *te) argument
771 int pid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmb_share_modes.c47 return (p1->pid == p2->pid);
52 return proc->pid;
134 return (sharemodes_procid_equal(&e_entry->pid, &entry->pid) &&
153 out->pid = in->pid;
214 struct process_id pid = share->pid; local
217 if (kill(sharemodes_procid_to_pid(&pid),
419 struct process_id pid = share->pid; local
495 struct process_id pid = share->pid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_status.c34 if (!process_exists_by_pid(sessionid.pid)) {
40 (int)sessionid.pid, uidtoname(sessionid.uid),
45 (int)sessionid.pid, uidtoname(sessionid.uid),
100 if (!process_exists(crec.pid)) {
105 crec.servicename,procid_str_static(&crec.pid),
128 if (!process_exists_by_pid(sessionid.pid))
158 if (!process_exists(crec.pid)) {
163 struct process_id id = pid_to_procid(ids->entries[i].pid);
164 if (procid_equal(&id, &crec.pid)) {
171 crec.servicename,procid_str_static(&crec.pid),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_failchk.c275 pid_t pid; member in struct:__db_threadid
301 dbenv->thread_id(dbenv, &id.pid, &id.tid);
312 indx = (u_int32_t)((uintptr_t)id.pid ^ (uintptr_t)id.tid);
319 if (id.pid == ip->dbth_pid && id.tid == ip->dbth_tid)
322 if (memcmp(&id.pid, &ip->dbth_pid, sizeof(id.pid)) != 0)
383 init: ip->dbth_pid = id.pid;
403 __env_thread_id_string(dbenv, pid, tid, buf)
405 pid_t pid;
415 DB_THREADID_STRLEN, fmt, (u_int64_t)pid, (u_int64_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/
H A Dsched-migration.py31 def thread_name(pid):
32 return "%s:%d" % (threads[pid], pid)
208 def wake_up(self, ts_list, pid, cpu, fork):
211 new_rq = old_rq.wake_up_new(pid)
213 new_rq = old_rq.wake_up(pid)
349 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu):
351 ts.migrate(self.timeslices, pid, orig_cpu, dest_cpu)
353 def wake_up(self, headers, comm, pid, success, target_cpu, fork):
357 ts.wake_up(self.timeslices, pid, target_cp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp_callmgr.c53 pid_t pid[2]; member in struct:local_callinfo
90 if(lci->pid[0] > 1) kill(lci->pid[0], SIGTERM);
91 if(lci->pid[1] > 1) kill(lci->pid[1], SIGTERM);
215 read(s, &lci->pid[0], sizeof(lci->pid[0]));
216 read(s, &lci->pid[1], sizeof(lci->pid[1]));
236 if(lci->pid[
[all...]

Completed in 296 milliseconds

1234567891011>>