Searched refs:note_prpsinfo (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_elf.c | 98 static void __linuxN(note_prpsinfo)(void *, struct sbuf *, size_t *); 125 NT_PRPSINFO, __linuxN(note_prpsinfo), p); in __linuxN() 152 __linuxN(note_prpsinfo)(void *arg, struct sbuf *sb, size_t *sizep) in __linuxN() argument
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 1572 static void __elfN(note_prpsinfo)(void *, struct sbuf *, size_t *); 1865 __elfN(note_prpsinfo), p); in __elfN() 2192 __elfN(note_prpsinfo)(void *arg, struct sbuf *sb, size_t *sizep) in __elfN() argument
|