Searched refs:PID (Results 1 – 25 of 416) sorted by relevance
12345678910>>...17
7 PID=020 PID=047 PID=$upstart_pid60 if [ $PID -le 0 ] ; then65 OLD_PID=$PID66 kill -KILL $PID72 if [ $PID -gt 0 ] ; then77 if [ $PID -le 0 ] ; then81 if [ $PID -eq $OLD_PID ] ; then
64 PID=$165 ps --pid ${PID} --no-header | grep ${PID}76 PID=$177 disown $PID78 kill -9 $PID > /dev/null 2>&1
15 PID = '0001' variable in PowerCycleUsbUtilTest43 self.LSUSB_DEVICE_OUTPUT, self.VID, self.PID)46 self.LSUSB_DEVICE_OUTPUT_NONE, self.VID, self.PID)49 self.LSUSB_DEVICE_OUTPUT_MULTI, self.VID, self.PID)
143 PID[$i]=$!;170 echo ${PID[$i]} >>/dev/memctl/group_2/tasks;205 kill -SIGUSR1 ${PID[$i]};214 kill -SIGUSR2 ${PID[$i]};227 kill -SIGUSR1 ${PID[$i]};250 wait ${PID[$i]};
67 PID=0134 PID=$!135 kill -9 $PID > /dev/null 2>&1136 PID=0255 if [ "$PID" != 0 ]; then256 kill -9 $PID
56 PID=081 PID=`rsh -n $RHOST ps -ewf | grep rstatd | awk '{print $2 }'`139 if [ "$PID" != 0 ]; then141 rsh -n $RHOST kill -15 $PID
47 PID=`${CAT} ${PIDFILE}`49 if [ ${PID:=0} -gt 1 -a ! "X$PID" = "X " ]; then50 ${KILL} ${PID}
57 PID=082 PID=`rsh -n $RHOST ps -ewf | grep rusersd | awk '{print $2 }'`133 if [ "$PID" != 0 ]; then135 rsh -n $RHOST kill -9 $PID
4 PID=/var/run/ninfod.pid20 kill `cat $PID`26 kill `cat $PID`
78 PID 13654 - core88 PID 13654 - core99 PID 13654 - core108 PID 13654 - core
47 PID 13654 - core57 PID 13654 - core69 PID 13654 - core83 PID 13654 - core
14 PID=`cat $PF`15 if [ $PID -gt 0 ]; then16 if ps $PID | grep -q $NAME; then17 kill $PID
14 ** PID of the daemonized child process is printed on the stdout20 ** enters the namespace(s) of a process specified by a PID23 ** moves a network interface to the namespace of a process specified by a PID37 # Creates a new network and ipc namespace and stores the PID of the daemonized43 # Executes command 'ip a' inside the namespace specified by PID in myns variable48 # Moves interface veth1 into the namespace specified by PID in myns variable
44 PID=$($ADB shell ps | grep ${activityShort} | awk '{print $2}')45 echo "Attaching to pid: $PID"46 $ADB $DEVICE_SERIAL shell /data/local/tmp/gdbserver :$PORT --attach $PID &
1182 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { in VisitObjCProtocolDecl() argument1183 if (!PID->isThisDeclarationADefinition()) { in VisitObjCProtocolDecl()1184 Out << "@protocol " << *PID << ";\n"; in VisitObjCProtocolDecl()1188 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()1190 Out << "@protocol " << *PID; in VisitObjCProtocolDecl()1196 Out << "@protocol " << *PID << '\n'; in VisitObjCProtocolDecl()1197 VisitDeclContext(PID, false); in VisitObjCProtocolDecl()1201 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl() argument1202 Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\n"; in VisitObjCCategoryImplDecl()1204 VisitDeclContext(PID, false); in VisitObjCCategoryImplDecl()[all …]
57 int PID; in readLockFile() local58 if (!PIDStr.getAsInteger(10, PID)) { in readLockFile()59 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile()100 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting() argument107 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()
7 Device 0 (VID=0e8d and PID=2008) is UNKNOWN.8 Please report this VID/PID and the device model to the libmtp development team114 ** [bugs:#1383] Device 0 (VID=0e8d and PID=2008) is UNKNOWN.**127 Device 0 (VID=0e8d and PID=2008) is UNKNOWN.128 Please report this VID/PID and the device model to the libmtp development team
16 Device 0 (VID=2916 and PID=9139) is UNKNOWN in libmtp v1.1.11.17 Please report this VID/PID and the device model to the libmtp development team.25 Device 0 (VID=2916 and PID=9139) is UNKNOWN in libmtp v1.1.11.26 Please report this VID/PID and the device model to the libmtp development team
1 Device 0 (VID=0e79 and PID=1333) is UNKNOWN.2 Please report this VID/PID and the device model to the libmtp development team
6 Device 0 (VID=0aa6 and PID=9702) is UNKNOWN.7 Please report this VID/PID and the device model to the libmtp development team
28 PID=`$SUDO cat $PIDFILE`30 $SUDO kill -HUP $PID
8 Finds all STRACE_LOG.PID files, adds PID prefix to every line,
116 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local117 if (PID->getPropertyImplementation() == in TraverseObjCMethodDecl()119 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl()128 SynthesizedProperties[PD] = PID; in TraverseObjCMethodDecl()
120 PID[$i]=$!;182 PID[$TASK_NUM]=$!;242 PID[$TASK_NUM]=$!;291 wait ${PID[$i]};