/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu-export-rootfs | 53 NFSPID=~/.runqemu-sdk/nfs$NFS_INSTANCE.pid 54 MOUNTPID=~/.runqemu-sdk/mount$NFS_INSTANCE.pid
|
/openbmc/linux/tools/testing/selftests/ptrace/ |
H A D | get_set_sud.c | 13 static int sys_ptrace(int request, pid_t pid, void *addr, void *data) in sys_ptrace() argument 15 return syscall(SYS_ptrace, request, pid, addr, data); in sys_ptrace()
|
/openbmc/linux/tools/perf/util/ |
H A D | namespaces.h | 34 pid_t pid; in DECLARE_RC_STRUCT() local 50 struct nsinfo *nsinfo__new(pid_t pid);
|
H A D | target.h | 9 const char *pid; member 62 return target->tid || target->pid || target->uid_str; in target__has_task()
|
H A D | trace-event-parse.c | 157 int pid; in parse_saved_cmdline() local 161 if (sscanf(line, "%d %16s", &pid, comm) == 2) in parse_saved_cmdline() 162 tep_register_comm(pevent, comm, pid); in parse_saved_cmdline()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_task_vma.c | 22 __u32 pid = 0; variable 38 if (task->tgid != pid) { in proc_maps()
|
H A D | cgrp_ls_tp_btf.c | 39 if (task->pid != target_pid) in BPF_PROG() 76 if (task->pid != target_pid) in BPF_PROG()
|
H A D | test_kfunc_dynptr_param.c | 33 int err, pid; variable 65 if (bpf_get_current_pid_tgid() >> 32 != pid) in BPF_PROG()
|
H A D | strobemeta.h | 195 pid_t pid; member 513 pid_t pid = bpf_get_current_pid_tgid() >> 32; in read_strobe_meta() local 519 cfg = bpf_map_lookup_elem(&strobemeta_cfgs, &pid); in read_strobe_meta() 597 pid_t pid = bpf_get_current_pid_tgid() >> 32; in on_event() local 608 sample->pid = pid; in on_event()
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | utils.h | 62 int __set_sched_attr(int pid, struct sched_attr *attr); 65 int set_pid_cgroup(pid_t pid, const char *cgroup);
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | mmu_context.c | 25 tsk->thread.pid = mm->context.id; in switch_mm_pgdir() 35 tsk->thread.pid = mm->context.id; in switch_mm_pgdir()
|
/openbmc/qemu/hw/usb/ |
H A D | host-libusb.c | 366 if (ep->pid != USB_TOKEN_IN) { in usb_host_use_combining() 539 if (xfer->ring->ep->pid == USB_TOKEN_IN) { in usb_host_req_complete_iso() 570 if (ring->ep->pid == USB_TOKEN_IN) { in usb_host_iso_alloc() 653 if (p->pid == USB_TOKEN_OUT) { in usb_host_iso_data_copy() 877 int pid, ep, alt; in usb_host_ep_update() local 930 usb_ep_set_type(udev, pid, ep, type); in usb_host_ep_update() 931 usb_ep_set_ifnum(udev, pid, ep, i); in usb_host_ep_update() 932 usb_ep_set_halted(udev, pid, ep, 0); in usb_host_ep_update() 1603 if (p->pid == USB_TOKEN_IN) { in usb_host_handle_data() 1669 if (eps[i]->pid == USB_TOKEN_IN) { in usb_host_alloc_streams() [all …]
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_fcs.h | 59 #define BFA_FCS_PID_IS_WKA(pid) ((bfa_ntoh3b(pid) > 0xFFF000) ? 1 : 0) argument 141 u32 pid:24; /* FC address */ member 254 #define bfa_fcs_lport_get_fcid(_lport) ((_lport)->pid) 321 struct bfa_fcs_lport_s *port, u32 pid); 323 struct bfa_fcs_lport_s *port, u32 pid); 329 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 pid); 422 u32 pid; /* port ID of rport */ member 471 u32 pid); 550 return itnim->rport->pid; in bfa_fcs_itnim_get_fcid()
|
H A D | bfa_fcs_lport.c | 907 if (rport->pid == pid) in bfa_fcs_lport_get_rport_by_pid() 984 if (wwn_is_equal(rport->pwwn, pwwn) && rport->pid == pid) in bfa_fcs_lport_get_rport_by_qualifier() 1138 port_attr->pid = port->pid; in bfa_fcs_lport_get_attr() 1281 port->pid = 0; in bfa_fcs_lport_n2n_offline() 1295 port->pid = bfa_hton3b(port->pid); in bfa_fcport_get_loop_attr() 1332 u32 pid; in bfa_fcs_lport_loop_online() local 5046 if (gidft_entry->pid == port->pid) in bfa_fcs_lport_ns_process_gidft_pids() 5053 if (gidft_entry->pid == fabric->bport.pid) in bfa_fcs_lport_ns_process_gidft_pids() 5063 if (vport->lport.pid == gidft_entry->pid) in bfa_fcs_lport_ns_process_gidft_pids() 5402 port->pid, 0); in bfa_fcs_lport_scn_send_scr() [all …]
|
/openbmc/linux/drivers/media/firewire/ |
H A D | firedtv-dvb.c | 34 static void collect_channels(struct firedtv *fdtv, int *pidc, u16 pid[]) in collect_channels() argument 40 pid[n++] = fdtv->channel_pid[i]; in collect_channels() 95 fdtv->channel_pid[c] = dvbdmxfeed->pid; in fdtv_start_feed() 98 if (dvbdmxfeed->pid == 8192) { in fdtv_start_feed()
|
/openbmc/linux/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test.c | 389 pid_t pid; in main() local 394 pid = fork(); in main() 395 if (!pid) { in main() 400 child_pid = pid; in main()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
H A D | build_fixup.patch | 80 -#define PR_PID_FILE_PATH "`eval echo "${localstatedir}/proftpd.pid"`" 81 +#define PR_PID_FILE_PATH "`eval echo "${localstatedir}/run/proftpd.pid"`" 94 -AC_DEFINE_UNQUOTED(PR_PID_FILE_PATH, "`eval echo "${localstatedir}/proftpd.pid"`", [Define the PID… 96 +AC_DEFINE_UNQUOTED(PR_PID_FILE_PATH, "`eval echo "${localstatedir}/run/proftpd.pid"`", [Define the…
|
/openbmc/linux/kernel/ |
H A D | compat.c | 124 COMPAT_SYSCALL_DEFINE3(sched_setaffinity, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE3() argument 138 retval = sched_setaffinity(pid, new_mask); in COMPAT_SYSCALL_DEFINE3() 144 COMPAT_SYSCALL_DEFINE3(sched_getaffinity, compat_pid_t, pid, unsigned int, len, in COMPAT_SYSCALL_DEFINE3() argument 158 ret = sched_getaffinity(pid, mask); in COMPAT_SYSCALL_DEFINE3()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | plpar_wrappers.h | 358 static inline long pseries_rpt_invalidate(u32 pid, u64 target, u64 type, in pseries_rpt_invalidate() argument 365 rc = plpar_hcall_norets(H_RPT_INVALIDATE, pid, target, type, in pseries_rpt_invalidate() 379 rc = plpar_hcall_norets(H_RPT_INVALIDATE, pid, target, in pseries_rpt_invalidate() 404 static inline long pseries_rpt_invalidate(u32 pid, u64 target, u64 type, in pseries_rpt_invalidate() argument
|
/openbmc/linux/arch/um/drivers/ |
H A D | port_kern.c | 79 int fd, socket[2], pid; in port_accept() local 81 fd = port_connection(port->fd, socket, &pid); in port_accept() 99 .telnetd_pid = pid, in port_accept() 120 os_kill_process(pid, 1); in port_accept()
|
/openbmc/linux/tools/perf/tests/ |
H A D | dwarf-unwind.c | 51 pid_t pid = getpid(); in init_live_machine() local 54 return perf_event__synthesize_mmap_events(NULL, &event, pid, pid, in init_live_machine()
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-remove-pid.rst | 20 ``int ioctl(fd, DMX_REMOVE_PID, __u16 *pid)`` 28 ``pid``
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/ |
H A D | test_runbuilds.py | 41 pid = pidfile.read() 42 os.kill(int(pid), signal.SIGTERM)
|
/openbmc/linux/include/linux/ |
H A D | seccomp.h | 131 struct pid *pid, struct task_struct *task);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/ |
H A D | init | 12 PIDFILE=/var/run/snmpd.pid 13 SPIDFILE=/var/run/snmptrapd.pid
|