| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/ |
| H A D | influxdb | 98 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 D | snort.init | 12 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 D | dmx-get-pes-pids.rst | 34 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 D | usb-device.txt | 21 - 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 D | nginx.init | 6 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 D | S45network-manager | 6 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 D | README | 29 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 D | fix_pid_keactrl.patch | 20 # 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 D | sb1000.c | 121 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 D | stop_aplay.sh | 9 PID=$(ps -e|grep $pname|head -1|awk '{printf $1}') 12 echo "process id:$PID" 18 kill -9 ${PID}
|
| H A D | stop_arecord.sh | 9 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 D | stop_aplay.sh | 9 PID=$(ps -e|grep $pname|head -1|awk '{printf $1}') 12 echo "process id:$PID" 18 kill -9 ${PID}
|
| H A D | stop_arecord.sh | 9 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 D | quagga.init | 94 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 D | S13irqbalance | 8 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 D | mountall.sh | 38 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 D | collectd.init | 121 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 D | hists_output.c | 122 #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 D | func-filter-notrace-pid.tc | 16 read PID _ < /proc/self/stat 44 echo $PID > set_ftrace_notrace_pid 76 echo $PID > set_ftrace_pid
|
| H A D | func-filter-pid.tc | 17 read PID _ < /proc/self/stat 44 echo $PID > set_ftrace_pid
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | p2p-action.sh | 14 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 D | Config.in | 13 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 D | compatibility-list.rst | 13 - 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 D | RkLunch-suspend.sh | 15 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 D | r8a66597-hcd.c | 283 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()
|