Home
last modified time | relevance | path

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

1234

/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpd.sh35 PID=/var/run/snmpd.pid
41 if [ -r ${PID} ] ; then
42 if kill -0 `cat ${PID}` ; then
43 echo "snmpd already running -- pid `cat ${PID}`" >/dev/stderr
46 rm -f ${PID}
48 if ${SNMPD} -c ${CONF} -p ${PID} ; then
54 if [ -r ${PID} ] ; then
55 if kill -0 `cat ${PID}` ; then
56 if kill -15 `cat ${PID}` ; then
64 rm -f ${PID}
[all …]
/freebsd/sys/contrib/device-tree/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".
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh32 PID=$!
41 match=`$dtrace -l -n pid$PID:a.out:simple: -n pid$PID:a.out:complex: | wc -l`
43 kill $PID
/freebsd/crypto/openssh/
H A Dopensshd.init.in23 PID=`${CAT} ${PIDFILE}`
25 if [ ${PID:=0} -gt 1 -a ! "X$PID" = "X " ]; then
26 ${KILL} ${PID}
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceExpander.cpp44 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/crypto/openssh/regress/
H A Dreconfigure.sh26 PID=`$SUDO cat $PIDFILE`
28 $SUDO kill -HUP $PID
48 PID=`$SUDO cat $PIDFILE`
50 $SUDO kill -HUP $PID
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/link_count/
H A Dlink_count_001.ksh74 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/contrib/bmake/unit-tests/
H A Dvarname-dot-make-pid.mk7 .if ${.MAKE.PID:C,[0-9],,g} != ""
9 .elif !(${.MAKE.PID} > 0)
14 _!= kill -0 ${.MAKE.PID}
H A Dcmd-interrupt.mk52 @kill -INT ${.MAKE.PID}
56 @kill -INT ${.MAKE.PID}
60 @kill -INT ${.MAKE.PID}
68 @kill -INT ${.MAKE.PID} && sleep 1 && > ${.TARGET}
H A Dexport.mk14 .if !defined(.MAKE.PID)
15 . error .MAKE.PID must be defined
26 .export .MAKE.PID
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh14 PID=`cat $PF`
15 if [ $PID -gt 0 ]; then
16 if ps $PID | grep -q $NAME; then
17 kill $PID
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
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp487 const auto AssignToPartition = [&](PartitionID PID, in doPartitioning()
489 auto &FnsInPart = Partitions[PID]; in doPartitioning()
493 SML << "assign " << getName(*FWD.Fn) << " to P" << PID << "\n -> "; in doPartitioning()
501 if (QueuePID == PID) { in doPartitioning()
503 for (auto *Fn : Partitions[PID]) in doPartitioning()
506 SML << "[Updating P" << PID << " Cost]:" << Cost << " -> " << NewCost; in doPartitioning()
550 for (const auto &[PID, Fns] : enumerate(Partitions)) { in doPartitioning()
553 << PID << '\n'; in doPartitioning()
555 SML << " selecting P" << PID << '\n'; in doPartitioning()
556 AssignToPartition(PID, CurFn); in doPartitioning()
[all …]
/freebsd/contrib/ntp/scripts/rc/
H A Dntpd45 PID=`cat $PIDFILE`
47 if kill -TERM $PID 2> /dev/null;then
50 if [ -n "`ps -p $PID|grep -v PID`" ]; then
/freebsd/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh96 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/tests/sys/cddl/zfs/tests/link_count/
H A Dlink_count_001.ksh77 PID=$!
78 log_note "$RM_LNKCNT_ZERO_FILE ${TESTDIR}/tmp/test${TESTCASE_ID} pid: $PID"
91 log_must $KILL -9 $PID
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp70 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/cddl/usr.sbin/dwatch/
H A Ddwatch90 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/usr.bin/ipcs/
H A Dipcs.c104 #define PID 8 macro
121 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME; in main()
145 option |= PID; in main()
328 if (option & PID) in print_kmsqheader()
364 if (option & PID) in print_kmsqptr()
408 if (option & PID) in print_kshmheader()
444 if (option & PID) in print_kshmptr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp139 const char *PID = (const char *)P->getPassID(); in isIRPrintingPass() local
141 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass()
142 (PID == &PrintFunctionPassWrapper::ID); in isIRPrintingPass()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp115 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/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps.sh10 PID=`pidof /usr/bin/qemu-system-x86_64`
13 tail --pid=$PID -f /dev/null
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1520 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { in VisitObjCProtocolDecl() argument
1521 if (!PID->isThisDeclarationADefinition()) { in VisitObjCProtocolDecl()
1522 Out << "@protocol " << *PID << ";\n"; in VisitObjCProtocolDecl()
1526 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
1528 Out << "@protocol " << *PID; in VisitObjCProtocolDecl()
1534 Out << "@protocol " << *PID << '\n'; in VisitObjCProtocolDecl()
1535 VisitDeclContext(PID, false); in VisitObjCProtocolDecl()
1539 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl() argument
1541 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryImplDecl()
1545 Out << '(' << *PID << ")\n"; in VisitObjCCategoryImplDecl()
[all …]
/freebsd/share/mk/
H A Dmeta.autodep.mk191 done > $@.${.MAKE.PID}
193 *.po.*) mv $@.${.MAKE.PID} $@;; \
194 *) { cat $@.${.MAKE.PID}; \
196 -e 's,\.o:,.po:,' $@.${.MAKE.PID}; } | sort -u > $@; \
197 rm -f $@.${.MAKE.PID};; \
/freebsd/contrib/bmake/mk/
H A Dmeta.autodep.mk191 done > $@.${.MAKE.PID}
193 *.po.*) mv $@.${.MAKE.PID} $@;; \
194 *) { cat $@.${.MAKE.PID}; \
196 -e 's,\.o:,.po:,' $@.${.MAKE.PID}; } | sort -u > $@; \
197 rm -f $@.${.MAKE.PID};; \

1234