| /freebsd-14.2/contrib/bsnmp/snmpd/ |
| H A D | snmpd.sh | 35 PID=/var/run/snmpd.pid 41 if [ -r ${PID} ] ; then 42 if kill -0 `cat ${PID}` ; then 46 rm -f ${PID} 54 if [ -r ${PID} ] ; then 55 if kill -0 `cat ${PID}` ; then 56 if kill -15 `cat ${PID}` ; then 64 rm -f ${PID} 71 if [ ! -r ${PID} ] ; then 73 elif kill -0 `cat ${PID}` ; then [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/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".
|
| H A D | usb-device.yaml | 33 "usbVID,PID", where VID is the vendor id and PID the product id. 34 The textual representation of VID and PID shall be in lower case 38 for "usbVID,PID". 64 "usbifVID,PID.configCN.IN", where VID is the vendor id, PID is 66 number. The textual representation of VID, PID, CN and IN shall be 70 all except for "usbifVID,PID.configCN.IN".
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/ |
| H A D | tst.retlist.ksh | 32 PID=$! 41 match=`$dtrace -l -n pid$PID:a.out:simple: -n pid$PID:a.out:complex: | wc -l` 43 kill $PID
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | opensshd.init.in | 23 PID=`${CAT} ${PIDFILE}` 25 if [ ${PID:=0} -gt 1 -a ! "X$PID" = "X " ]; then 26 ${KILL} ${PID}
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/link_count/ |
| H A D | link_count_001.ksh | 74 PID=$! 75 log_note "rm_lnkcnt_zero_file ${TESTDIR}/tmp/test$$ pid: $PID" 88 log_must kill -TERM $PID 92 log_must kill -TERM $PID
|
| /freebsd-14.2/crypto/openssh/regress/ |
| H A D | reconfigure.sh | 26 PID=`$SUDO cat $PIDFILE` 28 $SUDO kill -HUP $PID 48 PID=`$SUDO cat $PIDFILE` 50 $SUDO kill -HUP $PID
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | FDRTraceExpander.cpp | 44 CurrentRecord.PId = PID; in visit() 59 CurrentRecord.PId = PID; in visit() 74 CurrentRecord.PId = PID; in visit() 91 PID = R.pid(); in visit() 100 PID = R.tid(); in visit() 117 CurrentRecord.PId = PID; in visit()
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | varname-dot-make-pid.mk | 7 .if ${.MAKE.PID:C,[0-9],,g} != "" 9 .elif !(${.MAKE.PID} > 0) 14 _!= kill -0 ${.MAKE.PID}
|
| H A D | export.mk | 14 .if !defined(.MAKE.PID) 15 . error .MAKE.PID must be defined 26 .export .MAKE.PID
|
| H A D | cmd-interrupt.mk | 42 @kill -INT ${.MAKE.PID} 46 @kill -INT ${.MAKE.PID} 50 @kill -INT ${.MAKE.PID}
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/examples/ |
| H A D | p2p-action-udhcp.sh | 14 PID=`cat $PF` 15 if [ $PID -gt 0 ]; then 16 if ps $PID | grep -q $NAME; then 17 kill $PID
|
| 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
|
| /freebsd-14.2/contrib/ntp/scripts/rc/ |
| H A D | ntpd | 45 PID=`cat $PIDFILE` 47 if kill -TERM $PID 2> /dev/null;then 50 if [ -n "`ps -p $PID|grep -v PID`" ]; then
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/link_count/ |
| H A D | link_count_001.ksh | 80 PID=$! 81 log_note "$RM_LNKCNT_ZERO_FILE ${TESTDIR}/tmp/test${TESTCASE_ID} pid: $PID" 94 log_must $KILL -9 $PID
|
| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | MKlib_gen.sh | 96 PID=$$ 97 ED1=sed1_${PID}.sed 98 ED2=sed2_${PID}.sed 99 ED3=sed3_${PID}.sed 100 ED4=sed4_${PID}.sed 101 AW1=awk1_${PID}.awk 102 AW2=awk2_${PID}.awk 103 TMP=gen__${PID}.c
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | LockFileManager.cpp | 70 int PID; in readLockFile() local 71 if (!PIDStr.getAsInteger(10, PID)) { in readLockFile() 72 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() 113 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting() argument 120 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()
|
| /freebsd-14.2/cddl/usr.sbin/dwatch/ |
| H A D | dwatch | 90 PID= # -p pid 564 [ "$PID" ] && ARGV="$ARGV -p $PID" 763 p) PID="$OPTARG" ;; 1073 if [ $COUNT -eq 0 -a ! "$EXECREGEX$FILTER$GROUP$OUTPUT_CMD$PID$USER" ] 1100 [ "$PID" ] && msg="$msg pid: $PID" 1129 -v pid="$PID" \
|
| /freebsd-14.2/usr.bin/ipcs/ |
| H A D | ipcs.c | 105 #define PID 8 macro 122 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME; in main() 146 option |= PID; in main() 329 if (option & PID) in print_kmsqheader() 365 if (option & PID) in print_kmsqptr() 409 if (option & PID) in print_kshmheader() 445 if (option & PID) in print_kshmptr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRPrintingPasses.cpp | 138 const char *PID = (const char *)P->getPassID(); in isIRPrintingPass() local 140 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass() 141 (PID == &PrintFunctionPassWrapper::ID); in isIRPrintingPass()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local 116 if (PID->getPropertyImplementation() == in TraverseObjCMethodDecl() 118 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() 125 SynthesizedProperties[PD] = PID; in TraverseObjCMethodDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1566 Out << "@protocol " << *PID; in VisitObjCProtocolDecl() 1572 Out << "@protocol " << *PID << '\n'; in VisitObjCProtocolDecl() 1573 VisitDeclContext(PID, false); in VisitObjCProtocolDecl() 1583 Out << '(' << *PID << ")\n"; in VisitObjCCategoryImplDecl() 1585 VisitDeclContext(PID, false); in VisitObjCCategoryImplDecl() 1599 Out << "(" << *PID << ")\n"; in VisitObjCCategoryDecl() 1600 if (PID->ivar_size() > 0) { in VisitObjCCategoryDecl() 1603 for (const auto *I : PID->ivars()) in VisitObjCCategoryDecl() 1610 VisitDeclContext(PID, false); in VisitObjCCategoryDecl() 1743 Out << *PID->getPropertyDecl(); in VisitObjCPropertyImplDecl() [all …]
|
| /freebsd-14.2/share/mk/ |
| H A D | meta.autodep.mk | 185 done > $@.${.MAKE.PID} 187 *.po.*) mv $@.${.MAKE.PID} $@;; \ 188 *) { cat $@.${.MAKE.PID}; \ 190 -e 's,\.o:,.po:,' $@.${.MAKE.PID}; } | sort -u > $@; \ 191 rm -f $@.${.MAKE.PID};; \
|
| /freebsd-14.2/contrib/bmake/mk/ |
| H A D | meta.autodep.mk | 189 done > $@.${.MAKE.PID} 191 *.po.*) mv $@.${.MAKE.PID} $@;; \ 192 *) { cat $@.${.MAKE.PID}; \ 194 -e 's,\.o:,.po:,' $@.${.MAKE.PID}; } | sort -u > $@; \ 195 rm -f $@.${.MAKE.PID};; \
|
| /freebsd-14.2/sys/contrib/openzfs/scripts/ |
| H A D | zfs.sh | 74 read -r PID <"$ZED_PIDFILE" 75 kill "$PID"
|