Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/kdump/
H A Dkdump.c97 int fetchprocinfo(struct ktr_header *, u_int *);
480 if (fetchprocinfo(&ktr_header, (u_int *)m) != 0) in main()
554 fetchprocinfo(struct ktr_header *kth, u_int *flags) in fetchprocinfo() function