Searched refs:proc (Results 376 - 400 of 1527) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dpolicy.h41 int secpolicy_zfs_proc(cred_t *cr, proc_t *proc);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mount/
H A Dumount_unlinked_drain.ksh49 kstat_file=$(grep -nrwl /proc/spl/kstat/zfs/$2/objset-0x* -e $3)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp334 Processor *proc = from->proc(); local
335 ProcUnwire(proc, from);
336 ProcWire(proc, to);
/freebsd-current/sys/security/mac_veriexec/
H A Dmac_veriexec.h185 int mac_veriexec_proc_is_trusted(struct ucred *cred, struct proc *p);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dfile.h37 #include <sys/proc.h>
H A Dww_mutex.h30 #include <sys/proc.h>
H A Dmutex.h33 #include <sys/proc.h>
/freebsd-current/sys/dev/iwm/
H A Dif_iwm_led.c102 #include <sys/proc.h>
/freebsd-current/sys/dev/ipmi/
H A Dipmi_linux.c41 #include <sys/proc.h>
/freebsd-current/sys/dev/mpr/
H A Dmpr_sas.h103 struct proc *sysctl_proc;
/freebsd-current/sys/dev/mps/
H A Dmps_sas.h97 struct proc *sysctl_proc;
/freebsd-current/sys/dev/nvram/
H A Dnvram.c35 #include <sys/proc.h>
/freebsd-current/sys/dev/filemon/
H A Dfilemon_wrapper.c117 filemon_event_process_exec(void *arg __unused, struct proc *p,
137 ("%s: proc %p didn't have expected"
318 filemon_event_process_exit(void *arg __unused, struct proc *p)
366 filemon_event_process_fork(void *arg __unused, struct proc *p1,
367 struct proc *p2, int flags __unused)
/freebsd-current/sys/nfs/
H A Dnfs_nfssvc.c45 #include <sys/proc.h>
/freebsd-current/sys/netinet/libalias/
H A Dalias_util.c47 #include <sys/proc.h>
/freebsd-current/sys/i386/include/
H A Dcounter.h34 #include <sys/proc.h>
/freebsd-current/sys/sys/
H A Dttyhook.h69 int ttyhook_register(struct tty **, struct proc *, int,
/freebsd-current/sys/powerpc/powerpc/
H A Dinterrupt.c50 #include <sys/proc.h>
/freebsd-current/sys/fs/pseudofs/
H A Dpseudofs_fileno.c41 #include <sys/proc.h>
/freebsd-current/sys/arm64/linux/
H A Dlinux_machdep.c30 #include <sys/proc.h>
/freebsd-current/sys/compat/linux/
H A Dlinux_dummy.c31 #include <sys/proc.h>
/freebsd-current/sys/dev/intel/
H A Dspi_pci.c35 #include <sys/proc.h>
/freebsd-current/sys/security/audit/
H A Daudit_trigger.c35 #include <sys/proc.h>
/freebsd-current/tools/regression/kthread/kld/
H A Dkthrdlk.c128 struct proc *testproc;
/freebsd-current/sys/xdr/
H A Dxdr.c75 xdr_free(xdrproc_t proc, void *objp) argument
80 (*proc)(&x, objp);
149 * same as xdr_u_long - open coded to save a proc call!
168 * same as xdr_long - open coded to save a proc call!
187 * same as xdr_uint32_t - open coded to save a proc call!
215 * same as xdr_int32_t - open coded to save a proc call!
566 const struct xdr_discrim *choices, /* [value, xdr proc] for each arm */
583 for (; choices->proc != NULL_xdrproc_t; choices++) {
585 return ((*(choices->proc))(xdrs, unp));

Completed in 166 milliseconds

<<11121314151617181920>>