Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/kdump/
H A Dkdump.c98 int fetchprocinfo(struct ktr_header *, u_int *);
488 if (fetchprocinfo(&ktr_header, (u_int *)m) != 0) in main()
562 fetchprocinfo(struct ktr_header *kth, u_int *flags) in fetchprocinfo() function