Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_elf.c2194 elf_prpsinfo_t *psinfo; in __elfN() local
2200 psinfo = malloc(sizeof(*psinfo), M_TEMP, M_ZERO | M_WAITOK); in __elfN()
2203 strlcpy(psinfo->pr_fname, p->p_comm, sizeof(psinfo->pr_fname)); in __elfN()
2215 sbuf_new(&sbarg, psinfo->pr_psargs, in __elfN()
2227 sizeof(psinfo->pr_psargs)); in __elfN()
2231 sizeof(psinfo->pr_psargs))); in __elfN()
2232 cp = psinfo->pr_psargs; in __elfN()
2241 psinfo->pr_pid = p->p_pid; in __elfN()
2242 sbuf_bcat(sb, psinfo, sizeof(*psinfo)); in __elfN()
2243 free(psinfo, M_TEMP); in __elfN()
[all …]