Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_proc.c2030 char pss_string[GET_PS_STRINGS_CHUNK_SZ]; in get_ps_strings() local
2051 error = proc_read_string(td, p, sptr, pss_string, in get_ps_strings()
2052 sizeof(pss_string)); in get_ps_strings()
2055 len = strnlen(pss_string, GET_PS_STRINGS_CHUNK_SZ); in get_ps_strings()
2058 sbuf_bcat(sb, pss_string, len); in get_ps_strings()