Searched refs:PID (Results 26 - 50 of 64) sorted by relevance

123

/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Bin/
H A Dprocsystime8 # USAGE: procsystime [-acehoT] [ -p PID | -n name | command ]
10 # -p PID # examine this PID
18 # procsystime -p 1871 # examine PID 1871
78 USAGE: procsystime [-aceho] [ -p PID | -n name | command ]
79 -p PID # examine this PID
87 procsystime -p 1871 # examine PID 1871
125 inline int PID = '$pid';
145 (OPT_pid && pid == PID) ||
[all...]
H A Dstatsnoop9 # [-n name] [-p PID]
25 # -p PID # process ID to snoop
36 # PID Process ID
101 [-n execname] [-p PID]
115 -p PID # process ID to snoop
157 inline int PID = '$pid';
177 "TIME", "UID", "PID", "PPID", "COMM", "FD", "ERR", "CWD",
178 "PATH", "ARGS") : printf("%5s %6s ","UID","PID");
203 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
H A Drwsnoop21 # -p PID # this PID only
38 # PID Process ID
105 -p PID # this PID only
140 inline int PID = '$pid';
158 "UID", "PID", "CMD", "D", "BYTES", "FILE");
173 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
H A Ddtruss8 # USAGE: dtruss [-acdeflhoLs] [-t syscall] { -p PID | -n name | command }
10 # -p PID # examine this PID
25 # dtruss -p 1871 # examine PID 1871
91 USAGE: dtruss [-acdefholLs] [-t syscall] { -p PID | -n name | command }
93 -p PID # examine this PID
108 dtruss -p 1871 # examine PID 1871
173 OPT_printid ? printf("%-9s ", "PID/LWP") : 1;
H A Diosnoop4 # details such as UID, PID, filename, command, etc.
12 # [-m mount_point] [-n name] [-p PID]
31 # -p PID # this PID only
39 # PID process ID
62 # - When filtering on PID or process name, be aware that poor disk event
132 [-m mount_point] [-n name] [-p PID]
149 -p PID # this PID only
193 inline int PID
[all...]
H A Drwtop21 # -p PID # this PID only
33 # PID Process ID
96 -p PID # this PID only
152 inline int PID = '$pid';
184 (OPT_pid == 1 && PID == pid) ? this->ok = 1 : 1;
256 "PID", "PPID", "CMD", "D");
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Proc/
H A Ddappprof11 # USAGE: dappprof [-acehoTU] [-u lib] { -p PID | command }
13 # -p PID # examine this PID
24 # dappprof -p 1871 # examine PID 1871
81 USAGE: dappprof [-cehoTU] [-u lib] { -p PID | command }
83 -p PID # examine this PID
94 dappprof -p 1871 # examine PID 1871
146 inline int PID = '$pid';
H A Ddapptrace11 # USAGE: dapptrace [-acdeFlhoU] [-u lib] { -p PID | command }
13 # -p PID # examine this PID
26 # dapptrace -p 1871 # examine PID 1871
88 USAGE: dapptrace [-acdeholFLU] [-u lib] { -p PID | command }
90 -p PID # examine this PID
103 dapptrace -p 1871 # examine PID 1871
154 inline int PID = '$pid';
160 OPT_printid ? printf("%-8s ","PID/LW
[all...]
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/
H A Dopensnoop8 # USAGE: opensnoop [-a|-A|-ceghsvxZ] [-f pathname] [-n name] [-p PID]
23 # -p PID # process ID to snoop
32 # PID Process ID
101 [-n name] [-p PID]
114 -p PID # process ID to snoop
152 inline int PID = '$pid';
176 "TIME", "UID", "PID", "PPID", "COMM", "FD", "ERR", "CWD",
177 "PATH", "ARGS") : printf("%5s %6s ","UID","PID");
202 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
H A Dprocsystime8 # USAGE: procsystime [-acehoT] [ -p PID | -n name | command ]
10 # -p PID # examine this PID
18 # procsystime -p 1871 # examine PID 1871
78 USAGE: procsystime [-aceho] [ -p PID | -n name | command ]
79 -p PID # examine this PID
87 procsystime -p 1871 # examine PID 1871
125 inline int PID = '$pid';
145 (OPT_pid && pid == PID) ||
[all...]
H A Dstatsnoop9 # [-n name] [-p PID]
25 # -p PID # process ID to snoop
36 # PID Process ID
101 [-n execname] [-p PID]
115 -p PID # process ID to snoop
157 inline int PID = '$pid';
177 "TIME", "UID", "PID", "PPID", "COMM", "FD", "ERR", "CWD",
178 "PATH", "ARGS") : printf("%5s %6s ","UID","PID");
203 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
H A Drwsnoop21 # -p PID # this PID only
38 # PID Process ID
105 -p PID # this PID only
140 inline int PID = '$pid';
158 "UID", "PID", "CMD", "D", "BYTES", "FILE");
173 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
H A Ddtruss8 # USAGE: dtruss [-acdeflhoLs] [-t syscall] { -p PID | -n name | command }
10 # -p PID # examine this PID
25 # dtruss -p 1871 # examine PID 1871
91 USAGE: dtruss [-acdefholLs] [-t syscall] { -p PID | -n name | command }
93 -p PID # examine this PID
108 dtruss -p 1871 # examine PID 1871
173 OPT_printid ? printf("%-9s ", "PID/LWP") : 1;
H A Diosnoop4 # details such as UID, PID, filename, command, etc.
12 # [-m mount_point] [-n name] [-p PID]
31 # -p PID # this PID only
39 # PID process ID
62 # - When filtering on PID or process name, be aware that poor disk event
132 [-m mount_point] [-n name] [-p PID]
149 -p PID # this PID only
193 inline int PID
[all...]
H A Drwtop21 # -p PID # this PID only
33 # PID Process ID
96 -p PID # this PID only
152 inline int PID = '$pid';
184 (OPT_pid == 1 && PID == pid) ? this->ok = 1 : 1;
256 "PID", "PPID", "CMD", "D");
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1022 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { argument
1023 if (!PID->isThisDeclarationADefinition()) {
1024 Out << "@protocol " << *PID << ";\n"; local
1028 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1030 Out << "@protocol " << *PID; local
1036 Out << "@protocol " << *PID << '\n'; local
1037 VisitDeclContext(PID, false);
1041 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { argument
1042 Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\
1049 VisitObjCCategoryDecl(ObjCCategoryDecl *PID) argument
1149 VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) argument
[all...]
H A DDeclObjC.cpp211 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this); local
212 for (ObjCProtocolDecl::protocol_iterator I = PID->protocol_begin(),
213 E = PID->protocol_end(); I != E; ++I)
1653 ObjCPropertyImplDecl *PID = *i; local
1654 if (PID->getPropertyIvarDecl() &&
1655 PID->getPropertyIvarDecl()->getIdentifier() == ivarId)
1656 return PID;
1668 ObjCPropertyImplDecl *PID = *i; local
1669 if (PID->getPropertyDecl()->getIdentifier() == Id)
1670 return PID;
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyImplDecl *PID = *I; local
119 if (PID->getPropertyImplementation() ==
121 ObjCPropertyDecl *PD = PID->getPropertyDecl();
130 SynthesizedProperties[PD] = PID;
/freebsd-10.2-release/usr.bin/ipcs/
H A Dipcs.c104 #define PID 8 macro
120 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
144 option |= PID;
342 if (option & PID)
378 if (option & PID)
422 if (option & PID)
458 if (option & PID)
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dtarget.h738 some synchronization between gdb and the new inferior process, PID. */
787 /* Returns TRUE if PID has exited. And, also sets EXIT_STATUS to the
788 exit code of PID, if any. */
931 #define target_pid_to_str(PID) current_target.to_pid_to_str (PID)
934 #define target_tid_to_str(PID) \
935 target_pid_to_str (PID)
939 /* Return a short string describing extra information about PID,
979 The process PID must be stopped when this operation is used.
1018 #define TARGET_CREATE_INFERIOR_HOOK(PID)
[all...]
/freebsd-10.2-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh220 PID="$!"
236 ps -p ${PID} >/dev/null 2>/dev/null
/freebsd-10.2-release/contrib/bmake/mk/
H A Dmeta.autodep.mk157 done > $@.${.MAKE.PID}
159 *.po.*) mv $@.${.MAKE.PID} $@;; \
160 *) { cat $@.${.MAKE.PID}; \
161 sed 's,\.So:,.o:,;s,\.o:,.po:,' $@.${.MAKE.PID}; } | sort -u > $@; \
162 rm -f $@.${.MAKE.PID};; \
/freebsd-10.2-release/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh103 # like " *PID COMMAND *"
/freebsd-10.2-release/tests/sys/netinet/
H A Dfibs_test.sh101 for PID in `cat "processes_to_kill"`; do
102 kill $PID
/freebsd-10.2-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc244 pid_t PID = 0;
245 int Err = posix_spawn(&PID, Program.str().c_str(), FileActions, /*attrp*/0,
254 PI.Pid = PID;

Completed in 106 milliseconds

123