Searched refs:proc (Results 276 - 300 of 1526) sorted by relevance

<<11121314151617181920>>

/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c458 const struct kadm5_pw_policy_check_func *proc; local
483 proc = find_func(context, *vp);
484 if (proc == NULL) {
490 ret = (proc->func)(context, principal, pwd_data, NULL,
495 proc->name, error_msg);
/freebsd-current/sys/rpc/
H A Drpcb_prot.h187 rpcproc_t proc; member in struct:rpcb_rmtcallargs
209 rpcproc_t proc; member in struct:r_rpcb_rmtcallargs
301 rpcproc_t proc; member in struct:rpcbs_rmtcalllist
382 rpcproc_t proc; /* procedure number */ member in struct:rpcb_rmtcallargs
451 rpcproc_t proc; member in struct:rpcbs_rmtcalllist
/freebsd-current/sys/kern/
H A Dkern_exec.c55 #include <sys/proc.h>
101 SDT_PROVIDER_DECLARE(proc); variable
102 SDT_PROBE_DEFINE1(proc, , , exec, "char *");
103 SDT_PROBE_DEFINE1(proc, , , exec__failure, "int");
104 SDT_PROBE_DEFINE1(proc, , , exec__success, "char *");
106 MALLOC_DEFINE(M_PARGS, "proc-args", "Process arguments");
160 struct proc *p;
178 struct proc *p;
197 struct proc *p;
300 struct proc *
[all...]
H A Dkern_time.c49 #include <sys/proc.h>
97 static struct itimer *itimer_find(struct proc *, int);
98 static void itimers_alloc(struct proc *);
196 struct proc *p;
274 kern_process_cputime(struct proc *targetp, struct timespec *ats)
292 struct proc *p, *p2;
321 struct proc *p;
754 struct proc *p = td->td_proc;
818 struct proc *p = td->td_proc;
883 realitexpire_reset_callout(struct proc *
[all...]
H A Dkern_thr.c38 #include <sys/proc.h>
69 &max_threads_per_proc, 0, "Limit on threads per proc");
196 struct proc *p;
327 struct proc *p;
349 * proc. This will actually call _exit(2) in the
393 struct proc *p;
440 struct proc *p;
512 struct proc *p = td->td_proc;
557 struct proc *p;
580 struct proc *
[all...]
H A Dsys_procdesc.c74 #include <sys/proc.h>
122 struct proc **p)
209 procdesc_new(struct proc *p, int flags)
225 * struct file, and the other from their struct proc.
284 procdesc_exit(struct proc *p)
328 procdesc_reap(struct proc *p)
351 struct proc *p;
H A Dkern_fork.c57 #include <sys/proc.h>
89 SDT_PROVIDER_DECLARE(proc); variable
90 SDT_PROBE_DEFINE3(proc, , , create, "struct proc *", "struct proc *", "int");
306 struct proc *p1;
366 do_fork(struct thread *td, struct fork_req *fr, struct proc *p2, struct thread *td2,
369 struct proc *p1, *pptr;
379 __rangeof(struct proc, p_startcopy, p_endcopy));
384 __rangeof(struct proc, p_startzer
[all...]
H A Dimgact_shell.c31 #include <sys/proc.h>
127 error = VOP_GETATTR(imgp->vp, &vattr, imgp->proc->p_ucred);
H A Dkern_loginclass.c52 #include <sys/proc.h>
204 struct proc *p = td->td_proc;
H A Dkern_membarrier.c36 #include <sys/proc.h>
119 struct proc *p, *p1;
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S83 .macro DEBUG_INFO proc
87 .type \proc,@function
88 .size \proc,.-\proc
90 .macro PROC proc
92 .globl KMP_PREFIX_UNDERSCORE(\proc)
93 KMP_PREFIX_UNDERSCORE(\proc):
141 .macro DEBUG_INFO proc
145 .macro PROC proc
147 .globl KMP_PREFIX_UNDERSCORE(\proc)
[all...]
/freebsd-current/sys/amd64/amd64/
H A Dvm_machdep.c58 #include <sys/proc.h>
220 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags)
222 struct proc *p1;
296 * %rbx loaded with the new proc's pointer. fork_trampoline()
415 cpu_exec_vmspace_reuse(struct proc *p, vm_map_t map)
423 cpu_procctl_kpti_ctl(struct proc *p, int val)
433 cpu_procctl_kpti_status(struct proc *p, int *val)
443 cpu_procctl_la_ctl(struct proc *p, int val)
469 cpu_procctl_la_status(struct proc *p, int *val)
489 struct proc *
[all...]
/freebsd-current/sys/x86/acpica/
H A Dmadt.c392 ACPI_MADT_LOCAL_APIC *proc; local
397 proc = (ACPI_MADT_LOCAL_APIC *)entry;
398 madt_parse_cpu(proc->Id, proc->LapicFlags);
410 ACPI_MADT_LOCAL_APIC *proc; local
415 proc = (ACPI_MADT_LOCAL_APIC *)entry;
416 madt_add_cpu(proc->ProcessorId, proc->Id, proc->LapicFlags);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp50 static lldb::addr_t findSymbolAddress(Process *proc, ConstString findName) { argument
51 assert(proc != nullptr);
53 ModuleSP module = proc->GetTarget().GetExecutableModule();
69 return addr.GetLoadAddress(&proc->GetTarget());
318 Process *proc = dyld_instance->m_process; local
321 addr_t structAddr = findSymbolAddress(proc, dyldStructName);
/freebsd-current/share/examples/ppp/
H A Dlogin-auth41 proc done {} {
/freebsd-current/sys/compat/linux/
H A Dlinux_vdso.c38 #include <sys/proc.h>
155 linux_map_vdso(struct proc *p, vm_object_t obj, vm_offset_t base,
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzloop.sh81 read -r origcorepattern </proc/sys/kernel/core_pattern
82 coreglob="$(grep -E -o '^([^|%[:space:]]*)' /proc/sys/kernel/core_pattern)*"
86 echo "core" > /proc/sys/kernel/core_pattern
88 /proc/sys/kernel/core_pattern)*"
347 echo "$origcorepattern" > /proc/sys/kernel/core_pattern
/freebsd-current/sys/tests/epoch/
H A Depoch_test.c29 #include <sys/proc.h>
39 #include <sys/proc.h>
/freebsd-current/sys/dev/ofw/
H A Dofw_disk.c37 #include <sys/proc.h>
54 struct proc *ofwd_procp;
/freebsd-current/sys/geom/
H A Dgeom_kern.c45 #include <sys/proc.h>
60 static struct proc *g_proc;
/freebsd-current/sys/sys/
H A Dsched.h82 void sched_exit(struct proc *p, struct thread *childtd);
86 void sched_nice(struct proc *p, int nice);
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h163 #define taskq_create_proc(name, nthreads, pri, min, max, proc, flags) \
165 #define taskq_create_sysdc(name, nthreads, min, max, proc, dc, flags) \
/freebsd-current/contrib/netbsd-tests/rump/kernspace/
H A Dalloc.c41 #include <sys/proc.h>
/freebsd-current/tools/test/stress2/misc/
H A Dprocfs3.sh36 mount | grep -q "/proc " || { mount -t procfs procfs /proc || exit 1; }
85 args[0] = "/proc";
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Drwlock.h33 #include <sys/proc.h>

Completed in 590 milliseconds

<<11121314151617181920>>