/openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
H A D | gbmc-ncsi-dhcrelay.service.in | 14 ExecStart=/usr/sbin/dhcrelay -d --no-pid $RP_FLAG -l gbmcncsidhcp -u ff02::1:2%%@NCSI_IF@
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | vmtoolsd.init | 46 start-stop-daemon --stop --quiet --pidfile /var/run/vmtoolsd.pid
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pid_3.0.4.bb | 3 HOMEPAGE = "https://github.com/trbs/pid/"
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dib3000.h | 36 int (*pid_ctrl)(struct dvb_frontend *fe, int index, int pid, int onoff);
|
H A D | af9033.h | 87 int (*pid_filter)(struct dvb_frontend *fe, int index, u16 pid,
|
/openbmc/linux/drivers/gpu/drm/lima/ |
H A D | lima_ctx.h | 20 pid_t pid; member
|
/openbmc/u-boot/lib/ |
H A D | linux_compat.c | 7 .pid = 1,
|
/openbmc/u-boot/fs/ubifs/ |
H A D | debug.h | 143 __func__, __LINE__, current->pid); \ 157 pr_debug("UBIFS DBG " type " (pid %d): " fmt "\n", current->pid, \ 163 pr_debug("UBIFS DBG " type " (pid %d): " fmt "%s\n", current->pid, \
|
/openbmc/skeleton/flashbios/ |
H A D | flash_bios_obj.c | 29 pid_t pid; in update() local 31 pid = fork(); in update() 32 if(pid == 0) in update()
|
/openbmc/linux/Documentation/admin-guide/LSM/ |
H A D | Yama.rst | 34 work), or with ``CAP_SYS_PTRACE`` (i.e. "gdb --pid=PID", and "strace -p PID" 39 ``prctl(PR_SET_PTRACER, pid, ...)`` can be used. An inferior can declare which 46 so that any otherwise allowed process (even those in external pid namespaces)
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | pci_mac.c | 68 int pid, id; in mt7615_tx_prepare_skb() local 98 pid = mt76_tx_status_skb_add(mdev, wcid, tx_info->skb); in mt7615_tx_prepare_skb() 100 pid, key, qid, false); in mt7615_tx_prepare_skb()
|
/openbmc/linux/tools/perf/dlfilters/ |
H A D | dlfilter-test-api-v2.c | 48 __s32 pid; member 204 .pid = 12345, in check_sample() 220 CHECK_SAMPLE(pid); in check_sample()
|
/openbmc/linux/include/trace/events/ |
H A D | neigh.h | 97 __field(u32, pid) 138 __entry->pid = nlmsg_pid; 153 __entry->update_flags, __entry->pid)
|
/openbmc/qemu/docs/interop/ |
H A D | qemu-ga.rst | 73 Specify pid file (default is ``/var/run/qemu-ga.pid``). 133 pidfile = /var/run/qemu-ga.pid
|
/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/ |
H A D | dhcpcd@.service | 11 PIDFile=/run/dhcpcd/%I.pid
|
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/ |
H A D | psc_defs.h | 14 unsigned int pid; /* 0x000 */ member
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx.service | 7 PIDFile=/run/nginx/nginx.pid
|
/openbmc/linux/tools/testing/ktest/examples/bootconfigs/ |
H A D | tracing.bconf | 9 filter = "pid < 128";
|
/openbmc/linux/lib/ |
H A D | smp_processor_id.c | 46 what1, what2, preempt_count() - 1, current->comm, current->pid); in check_preemption_disabled()
|
/openbmc/phosphor-pid-control/pid/ec/ |
H A D | pid.hpp | 45 double pid(pid_info_t* pidinfoptr, double input, double setpoint,
|
/openbmc/linux/include/linux/ |
H A D | tty.h | 224 struct pid *pgrp; 225 struct pid *session; 345 struct pid *tty_get_pgrp(struct tty_struct *tty); 361 static inline struct pid *tty_get_pgrp(struct tty_struct *tty) in tty_get_pgrp()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | opera1.c | 305 static int opera1_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, in opera1_pid_filter() argument 313 info("pidfilter index: %d pid: %d %s", index, pid, in opera1_pid_filter() 316 b_pid[1] = onoff ? (pid & 0xff) : (0x00); in opera1_pid_filter() 317 b_pid[2] = onoff ? ((pid >> 8) & 0xff) : (0x00); in opera1_pid_filter()
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2proto.h | 231 u64 persistent_fid, u64 volatile_fid, u32 pid, 236 u64 persistent_fid, u64 volatile_fid, u32 pid, 266 const __u32 pid, const __u64 length, const __u64 offset, 270 const __u32 pid, const __u32 num_lock,
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/ |
H A D | chronyd | 18 PIDFILE=/run/chrony/chronyd.pid
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov9640.c | 591 u8 pid, ver, midh, midl; in ov9640_video_probe() local 603 ret = ov9640_reg_read(client, OV9640_PID, &pid); in ov9640_video_probe() 613 switch (VERSION(pid, ver)) { in ov9640_video_probe() 623 dev_err(&client->dev, "Product ID error %x:%x\n", pid, ver); in ov9640_video_probe() 629 devname, pid, ver, midh, midl); in ov9640_video_probe()
|