Searched refs:pproc (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c23 void __tsan_proc_create(void **pproc);
H A Dtsan_go.cpp232 void __tsan_proc_create(Processor **pproc) { argument
233 *pproc = ProcCreate();
/freebsd-current/sys/dev/usb/
H A Dusbdi_util.h42 usb_error_t usbd_do_request_proc(struct usb_device *udev, struct usb_process *pproc,
H A Dusb_request.c751 usbd_do_request_proc(struct usb_device *udev, struct usb_process *pproc, argument
762 if (usb_proc_is_gone(pproc)) {
768 err = usbd_do_request_flags(udev, pproc->up_mtx,
/freebsd-current/cddl/usr.sbin/dwatch/
H A Ddwatch607 pproc() function
975 $( pproc -P0 )
979 $( if [ "$PSTREE" ]; then pproc -P1; else echo -n \
989 $( [ "$PSTREE" ] && pproc -P2 )
993 $( [ "$PSTREE" ] && pproc -P3 )
/freebsd-current/lib/libkvm/
H A Dkvm_proc.c123 struct proc pproc; local
252 if (KREAD(kd, (u_long)proc.p_pptr, &pproc)) {
254 "can't read pproc at %p", proc.p_pptr);
257 kp->ki_ppid = pproc.p_pid;

Completed in 186 milliseconds