Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/
H A Dinfluxdb98 PID="$(cat $PIDFILE)"
99 if kill -0 "$PID" &>/dev/null; then
143 PID="$(cat $PIDFILE)"
144 if kill -0 "$PID" &>/dev/null; then
157 local PID="$(cat $PIDFILE)"
158 if kill -0 $PID &>/dev/null; then
161 kill -s TERM $PID &>/dev/null && rm -f "$PIDFILE" &>/dev/null
165 kill -0 $PID &>/dev/null
178 kill -s KILL $PID &>/dev/null
199 PID="$(cat $PIDFILE)"
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Dsnort.init12 PID=/var/run/snort_${LAN_INTERFACE}_ids.pid
13 DEL_PID=$PID
61 if [ -s $PID ]; then
62 /bin/echo "Stopping $PROG with PID `cat $PID`: "
63 kill -TERM `cat $PID` 2>/dev/null
69 /bin/echo "ERROR: PID in $PID file not found."
77 if [ -s $PID ]; then
78 echo "$PROG is running as pid `cat $PID`:"
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-get-pes-pids.rst34 This ioctl allows to query a DVB device to return the first PID used
39 PID element position content
41 pids[DMX_PES_AUDIO] 0 first audio PID
42 pids[DMX_PES_VIDEO] 1 first video PID
43 pids[DMX_PES_TELETEXT] 2 first teletext PID
44 pids[DMX_PES_SUBTITLE] 3 first subtitle PID
45 pids[DMX_PES_PCR] 4 first Program Clock Reference PID
50 A value equal to 0xffff means that the PID was not filled by the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dusb-device.txt21 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id.
22 The textual representation of VID and PID shall be in lower case hexadecimal
25 may leave out all except for "usbVID,PID".
36 - compatible: "usbifVID,PID.configCN.IN", where VID is the vendor id, PID is
38 number. The textual representation of VID, PID, CN and IN shall be in lower
42 "usbifVID,PID.configCN.IN".
50 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id.
51 The textual representation of VID and PID shall be in lower case hexadecimal
54 may leave out all except for "usbVID,PID".
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx.init6 PID=/run/nginx/nginx.pid
20 start-stop-daemon --start --quiet --pidfile $PID \
26 start-stop-daemon -K --quiet --pidfile $PID \
32 start-stop-daemon -K --quiet --pidfile $PID \
35 start-stop-daemon --start --quiet --pidfile $PID \
41 start-stop-daemon --stop --signal HUP --quiet --pidfile $PID \
/OK3568_Linux_fs/buildroot/package/network-manager/
H 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
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A DREADME29 PID: 1573
32 PID: 1575
35 PID: 1577
38 PID: 1579
41 PID: 1581
44 PID: 1583
47 PID: 1585
50 PID: 1587
53 PID: 1589
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/kea/files/
H A Dfix_pid_keactrl.patch20 # Get the PID from the PID file (if it exists)
23 - # Use ps to check if PID is alive
25 + # Use pgrep and grep to check if PID is alive
27 # No error, so PID IS ALIVE
/OK3568_Linux_fs/kernel/drivers/net/
H A Dsb1000.c121 short PID[]);
123 const short PID[]);
621 sb1000_get_PIDs(const int ioaddr[], const char* name, short PID[]) in sb1000_get_PIDs() argument
637 PID[0] = st[1] << 8 | st[2]; in sb1000_get_PIDs()
641 PID[1] = st[1] << 8 | st[2]; in sb1000_get_PIDs()
645 PID[2] = st[1] << 8 | st[2]; in sb1000_get_PIDs()
649 PID[3] = st[1] << 8 | st[2]; in sb1000_get_PIDs()
656 sb1000_set_PIDs(const int ioaddr[], const char* name, const short PID[]) in sb1000_set_PIDs() argument
672 p = PID[0]; in sb1000_set_PIDs()
679 p = PID[1]; in sb1000_set_PIDs()
[all …]
/OK3568_Linux_fs/external/rockchip-test/audio/acodec_test/
H A Dstop_aplay.sh9 PID=$(ps -e|grep $pname|head -1|awk '{printf $1}')
12 echo "process id:$PID"
18 kill -9 ${PID}
H A Dstop_arecord.sh9 PID=$(ps -e|grep $pname|head -1|awk '{printf $1}')
12 echo "process id:$PID"
18 kill -2 ${PID}
/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/audio/acodec_test/
H A Dstop_aplay.sh9 PID=$(ps -e|grep $pname|head -1|awk '{printf $1}')
12 echo "process id:$PID"
18 kill -9 ${PID}
H A Dstop_arecord.sh9 PID=$(ps -e|grep $pname|head -1|awk '{printf $1}')
12 echo "process id:$PID"
18 kill -2 ${PID}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/quagga/files/
H A Dquagga.init94 PID=`cat $PIDFILE 2>/dev/null`
99 if test -n "$PID" && kill -0 $PID 2>/dev/null; then
102 while kill -0 $PID 2>/dev/null; do
/OK3568_Linux_fs/buildroot/package/irqbalance/
H A DS13irqbalance8 PID="/var/run/irqbalance.pid"
22 pidof irqbalance > $PID
26 start-stop-daemon -K -q -p $PID
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dmountall.sh38 PID="$(pidof -s /sbin/init || echo 1)"
39 [ -n "$PID" ] && kill -s USR1 "$PID"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A Dcollectd.init121 PID=$( cat "$_PIDFILE" 2> /dev/null ) || true
131 if test -n "$PID" && kill -0 $PID 2> /dev/null; then
133 while kill -0 $PID 2> /dev/null; do
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dhists_output.c122 #define PID(he) (he->thread->tid) macro
269 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300); in test2()
274 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100); in test2()
505 CPU(he) == 0 && PID(he) == 100 && in test5()
512 CPU(he) == 2 && PID(he) == 200 && in test5()
519 CPU(he) == 1 && PID(he) == 300 && in test5()
526 CPU(he) == 0 && PID(he) == 300 && in test5()
533 CPU(he) == 3 && PID(he) == 300 && in test5()
540 CPU(he) == 1 && PID(he) == 100 && in test5()
547 CPU(he) == 2 && PID(he) == 100 && in test5()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-notrace-pid.tc16 read PID _ < /proc/self/stat
44 echo $PID > set_ftrace_notrace_pid
76 echo $PID > set_ftrace_pid
H A Dfunc-filter-pid.tc17 read PID _ < /proc/self/stat
44 echo $PID > set_ftrace_pid
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/
H A Dp2p-action.sh14 PID=`cat $PF`
15 if [ $PID -gt 0 ]; then
16 if ps $PID | grep -q $NAME; then
17 kill $PID
/OK3568_Linux_fs/buildroot/package/sysstat/
H A DConfig.in13 Linux task / PID)
15 PID), including support for virtualization architectures
18 * Per-task (per-PID) memory and page fault statistics
/OK3568_Linux_fs/kernel/Documentation/admin-guide/namespaces/
H A Dcompatibility-list.rst13 - UTS IPC VFS PID User Net
18 PID 1 1 X
23 1. Both the IPC and the PID namespaces provide IDs to address
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_uvcc/
H A DRkLunch-suspend.sh15 PID=`busybox ps |grep uvc_app |grep -v grep | wc -l`
16 if [ $PID -le 0 ]; then
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c283 if ((dcpctr & PID) == PID_BUF) { in send_setup_packet()
349 r8a66597_mdfy(r8a66597, PID_BUF, PID, in send_bulk_packet()
358 r8a66597_mdfy(r8a66597, PID_NAK, PID, in send_bulk_packet()
379 r8a66597_mdfy(r8a66597, PID_NAK, PID, in receive_bulk_packet()
389 r8a66597_mdfy(r8a66597, PID_BUF, PID, in receive_bulk_packet()
435 r8a66597_mdfy(r8a66597, PID_BUF, PID, DCPCTR); in receive_control_packet()
454 r8a66597_mdfy(r8a66597, PID_NAK, PID, DCPCTR); in receive_control_packet()
470 r8a66597_mdfy(r8a66597, PID_NAK, PID, DCPCTR); in send_status_packet()
484 r8a66597_mdfy(r8a66597, PID_BUF, PID, DCPCTR); in send_status_packet()

123456789