Lines Matching refs:PID
384 " <PID> ... <PID n>\n"
391 " <PID> ... <PID n>\n"
1341 CHECK_ERROR_BREAK(pProcess, COMGETTER(PID)(&uPID));
1344 RTPrintf("Process '%s' (PID %RU32) started\n",
1349 /* Just print plain PID to make it easier for scripts
3432 CHECK_ERROR_BREAK(pCurProcess, COMGETTER(PID)(&uPID));
3438 RTPrintf("\n\t\tProcess #%-03zu PID=%-6RU32 Status=[%s] Command=%ls",
3498 "Must specify at least a PID to close");
3535 /* Treat every else specified as a PID to kill. */
3539 if (uPID) /** @todo Is this what we want? If specifying PID 0
3559 "At least one PID must be specified to kill!");
3624 CHECK_ERROR_BREAK(pProcess, COMGETTER(PID)(&uPID));
3637 RTPrintf("Terminating process (PID %RU32) (session ID %RU32) ...\n",