Home
last modified time | relevance | path

Searched refs:PRC (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/hwpmc/
Dhwpmc_mod.c388 DBG_SET_FLAG_MAJ("process", PRC); in pmc_debugflags_parse()
815 PMCDBG(PRC,TLK,1, "link-target pmc=%p ri=%d pmc-process=%p", in pmc_link_target_process()
868 PMCDBG(PRC,TUL,1, "unlink-target pmc=%p ri=%d pmc-process=%p", in pmc_unlink_target_process()
904 PMCDBG(PRC,SIG,2, "signalling proc=%p signal=%d", p, in pmc_unlink_target_process()
977 PMCDBG(PRC,ATT,2, "attach-one pm=%p ri=%d proc=%p (%d, %s)", pm, in pmc_attach_one_process()
1042 PMCDBG(PRC,ATT,1, "attach pm=%p ri=%d proc=%p (%d, %s)", pm, in pmc_attach_process()
1109 PMCDBG(PRC,ATT,2, "detach-one pm=%p ri=%d proc=%p (%d, %s) flags=0x%x", in pmc_detach_one_process()
1159 PMCDBG(PRC,ATT,1, "detach pm=%p ri=%d proc=%p (%d, %s)", pm, in pmc_detach_process()
1894 PMCDBG(PRC,EXC,1, "exec proc=%p (%d, %s) cred-changed=%d", in pmc_hook_handler()
4369 PMCDBG(PRC,EXT,1,"process-exit proc=%p (%d, %s)", p, p->p_pid, in pmc_process_exit()
[all …]
/freebsd-9-stable/share/doc/smm/18.net/
Dspell.ok98 PRC
/freebsd-9-stable/contrib/tzdata/
Dbackzone435 8:00 PRC C%sT
460 8:00 PRC C%sT
466 8:00 PRC C%sT
Dbackward98 Link Asia/Shanghai PRC
Dasia315 Rule PRC 1986 only - May 4 0:00 1:00 D
316 Rule PRC 1986 1991 - Sep Sun>=11 0:00 0 S
317 Rule PRC 1987 1991 - Apr Sun>=10 0:00 1:00 D
340 # Beijing Time at the Beginning of the PRC
343 # It gives evidence that at the beginning of the PRC, Beijing time was
346 # been taken over by the PRC yet. It's plausible that apparent solar
475 # Autonomous Region under the PRC. (Before that Uyghurs, of course, would also
496 # In the early days of the PRC, Tibet was given its own time zone (UT +06)
522 8:00 PRC C%sT
768 8:00 PRC C%sT
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaAccess.cpp730 ProtectedFriendContext PRC(S, EC, InstanceContext, NamingClass); in GetProtectedFriendKind() local
731 if (PRC.findFriendship(InstanceContext)) return AR_accessible; in GetProtectedFriendKind()
732 if (PRC.EverDependent) return AR_dependent; in GetProtectedFriendKind()