Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_proc.c2026 char pss_string[GET_PS_STRINGS_CHUNK_SZ]; in get_ps_strings() local
2047 error = proc_read_string(td, p, sptr, pss_string, in get_ps_strings()
2048 sizeof(pss_string)); in get_ps_strings()
2051 len = strnlen(pss_string, GET_PS_STRINGS_CHUNK_SZ); in get_ps_strings()
2054 sbuf_bcat(sb, pss_string, len); in get_ps_strings()