Home
last modified time | relevance | path

Searched refs:PID (Results 1 – 12 of 12) sorted by relevance

/buildroot/package/network-manager/
A DS45network-manager6 PID=`pidof NetworkManager`
11 if [ -z "$PID" ]; then
14 if [ ! -z "$PID" -o $? -gt 0 ]; then
22 [ ! -z "$PID" ] && kill $PID > /dev/null 2>&1
/buildroot/package/irqbalance/
A DS13irqbalance8 PID="/var/run/irqbalance.pid"
22 pidof irqbalance > $PID
26 start-stop-daemon -K -q -p $PID
/buildroot/package/catatonit/
A DConfig.in6 PID 1 for containers.
/buildroot/package/sysstat/
A DConfig.in13 Linux task / PID)
15 PID), including support for virtualization architectures
18 * Per-task (per-PID) memory and page fault statistics
/buildroot/package/tini/
A DConfig.in6 act as PID 1 for containers.
/buildroot/package/dvb-apps/
A D0005-utils-fix-build-with-kernel-headers-4.14.patch45 printf("%s: PID\n", __FUNCTION__);
48 + printf("%s: PID not supported\n", __FUNCTION__);
/buildroot/board/beaglebone/patches/linux/
A D0003-ata-ahci-Match-EM_MAX_SLOTS-with-SATA_PMP_MAX_PORTS.patch11 [ 1.980713] kernel: CPU: 0 PID: 209 Comm: scsi_eh_8 Not tainted 5.15.0-25-generic #25-Ubuntu
/buildroot/package/screenfetch/
A D0001-Detect-which-awk-to-use.patch406 - shell_type=$(ps -p "$(ps -p $PPID | awk '$1 !~ /PID/ {print $1}')" | awk 'FNR>1 {print $1}')
407 + shell_type=$(ps -p "$(ps -p $PPID | "${AWK}" '$1 !~ /PID/ {print $1}')" | "${AWK}" 'FNR>1 {pri…
/buildroot/package/smstools3/
A D0002-fix-build-with-gcc-10.x.patch236 // 3.1.17: Defines how often PID is checked to detect if another smsd is running:
510 +// 3.1.17: Defines how often PID is checked to detect if another smsd is running:
/buildroot/docs/manual/
A Dconfigure.adoc384 kernel (it carries the PID number 1), and is responsible for starting
A Dadding-packages-directory.adoc643 +start-stop-daemon+ commands to ensure signals are set to a PID that
/buildroot/
A DCHANGES4012 systemd: Use /run rather than /var/run for PID files in units.
4135 systemd: Use /run rather than /var/run for PID files in units.
4323 systemd: Use /run rather than /var/run for PID files in units.
4787 systemd: Use /run rather than /var/run for PID files in units.

Completed in 48 milliseconds