HomeSort by relevance Sort by last modified time
    Searched refs:pid (Results 176 - 200 of 2668) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/connectivity/shill/dhcp/
dhcp_provider.cc 93 base::Process process = base::Process::Open(entry->pid());
94 kill(process.Pid(),SIGKILL);
130 DHCPConfigRefPtr DHCPProvider::GetConfig(int pid) {
131 SLOG(this, 2) << __func__ << " pid: " << pid; local
132 PIDConfigMap::const_iterator it = configs_.find(pid);
139 void DHCPProvider::BindPID(int pid, const DHCPConfigRefPtr& config) {
140 SLOG(this, 2) << __func__ << " pid: " << pid; local
141 configs_[pid] = config
145 SLOG(this, 2) << __func__ << " pid: " << pid; local
    [all...]
  /system/core/libcutils/
iosched_policy.c 34 int android_set_ioprio(int pid __android_unused, IoSchedClass clazz __android_unused, int ioprio __android_unused) {
36 if (syscall(SYS_ioprio_set, IOPRIO_WHO_PROCESS, pid, ioprio | (clazz << IOPRIO_CLASS_SHIFT))) {
43 int android_get_ioprio(int pid __android_unused, IoSchedClass *clazz, int *ioprio) {
47 if ((rc = syscall(SYS_ioprio_get, IOPRIO_WHO_PROCESS, pid)) < 0) {
  /system/core/libmemunreachable/
ProcessMappings.h 34 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings);
  /system/core/toolbox/
prlimit.c 41 fprintf(stderr, "usage: %s pid resource cur max\n", s);
47 pid_t pid; local
55 if (sscanf(argv[1], "%d", &pid) != 1)
67 printf("setting resource %d of pid %d to [%llu,%llu]\n", resource, pid,
69 rc = prlimit64(pid, resource, &rl, NULL);
  /system/extras/iotop/
tasklist.h 27 static bool ScanPid(pid_t pid, std::vector<pid_t>&);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-pid-11.d 1 #name: C6X PID attribute merging, 1 1
4 #source: attr-pid-1.s
5 #source: attr-pid-1.s
attr-pid-12.d 1 #name: C6X PID attribute merging, 1 2
4 #source: attr-pid-1.s
5 #source: attr-pid-2.s
attr-pid-21.d 1 #name: C6X PID attribute merging, 2 1
4 #source: attr-pid-2.s
5 #source: attr-pid-1.s
attr-pid-22.d 1 #name: C6X PID attribute merging, 2 2
4 #source: attr-pid-2.s
5 #source: attr-pid-2.s
  /bionic/libc/kernel/uapi/linux/dvb/
net.h 24 __u16 pid; member in struct:dvb_net_if
36 __u16 pid; member in struct:__dvb_net_if_old
  /development/ndk/platforms/android-21/include/linux/dvb/
net.h 24 __u16 pid; member in struct:dvb_net_if
36 __u16 pid; member in struct:__dvb_net_if_old
  /external/autotest/client/site_tests/security_RuntimeExecStack/
security_RuntimeExecStack.py 15 Examines the /proc/$pid/maps file of all running processes for the
24 @param maps: opened /proc/<pid>/maps file
64 for pid in os.listdir('/proc'):
65 maps_path = '/proc/%s/maps' % (pid)
66 # Is this a pid directory?
71 os.readlink('/proc/%s/exe' % (pid))
77 cmd = open('/proc/%s/cmdline' % (pid)).read()
83 logging.debug('ignored: pid %s vanished', pid)
97 logging.debug('ok: %s %s', pid, exe
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
wait3.cc 14 pid_t pid = fork(); local
15 if (pid) { // parent
waitid.cc 10 pid_t pid = fork(); local
11 if (pid) { // parent
  /external/dbus/tools/
dbus-launch.h 52 int x11_get_address (char **paddress, pid_t *pid, long *wid);
53 int x11_save_address (char *address, pid_t pid, long *wid);
  /external/dhcpcd-6.8.2/dbus/test/
monitor 7 def event(pid, reason, value):
8 print "pid %s %s: %s" % (pid, reason, value)
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.h 46 // with a process ID of |pid| via its core dump file at |core_path| and
48 // /proc/<pid>, it should contain the following files:
50 LinuxCoreDumper(pid_t pid, const char* core_path, const char* procfs_path);
53 // Builds a proc path for a certain pid for a node (/proc/<pid>/<node>).
60 // not actually make use of |pid| and always returns a subpath of
61 // |procfs_path_| regardless of whether |pid| corresponds to the main
65 virtual bool BuildProcPath(char* path, pid_t pid, const char* node) const;
108 // which is usually a copy of /proc/<pid>.
  /external/kernel-headers/original/uapi/linux/dvb/
net.h 30 __u16 pid; member in struct:dvb_net_if
45 __u16 pid; member in struct:__dvb_net_if_old
  /external/libunwind/src/ptrace/
_UPT_access_fpreg.c 36 pid_t pid = ui->pid; local
50 ptrace (PTRACE_POKEUSER, pid, (void*) (_UPT_reg_offset[reg] + i * sizeof(wp[i])),
64 wp[i] = ptrace (PTRACE_PEEKUSER, pid,
79 pid_t pid = ui->pid; local
85 if (ptrace(PT_GETFPREGS, pid, (caddr_t)&fpreg, 0) == -1)
95 if (ptrace(PT_SETFPREGS, pid, (caddr_t)&fpreg, 0) == -1)
_UPT_get_proc_name.c 36 return _Uelf64_get_proc_name (as, ui->pid, ip, buf, buf_len, offp, arg);
38 return _Uelf32_get_proc_name (as, ui->pid, ip, buf, buf_len, offp, arg);
  /external/ltrace/sysdeps/linux-gnu/aarch64/
regs.c 40 return ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0
50 return ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0
61 return ptrace(PTRACE_GETREGSET, proc->pid, NT_FPREGSET, &iovec) < 0
71 "Couldn't read registers of %d.\n", proc->pid);
77 sprintf(buf, "cat /proc/%d/maps", proc->pid);
91 "Couldn't read registers of %d.\n", proc->pid);
100 "Couldn't write registers of %d.\n", proc->pid);
111 "Couldn't read registers of %d.\n", proc->pid);
125 "Couldn't read registers of %d.\n", proc->pid);
  /external/toybox/toys/lsb/
pidof.c 18 -s single shot, only return one pid.
19 -o omit PID(s)
29 static int print_pid(pid_t pid, char *name)
31 sprintf(toybuf, "%d", (int)pid);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
udhcpd-p2p.conf 62 # The location of the pid file
63 pidfile /var/run/udhcpd-wlan2.pid #default: /var/run/udhcpd.pid
  /frameworks/base/services/core/java/com/android/server/am/
ProcessMemInfo.java 21 final int pid; field in class:ProcessMemInfo
32 pid = _pid;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
net.h 30 __u16 pid; member in struct:dvb_net_if
45 __u16 pid; member in struct:__dvb_net_if_old

Completed in 1637 milliseconds

1 2 3 4 5 6 78 91011>>