Searched refs:GET_PS_STRINGS_CHUNK_SZ (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_proc.c | 1985 #define GET_PS_STRINGS_CHUNK_SZ 256 /* Chunk size (bytes) for ps_strings operations. */ macro 1994 char pss_string[GET_PS_STRINGS_CHUNK_SZ]; in get_ps_strings() 2014 for (sptr = proc_vector[i]; ; sptr += GET_PS_STRINGS_CHUNK_SZ) { in get_ps_strings() 2019 len = strnlen(pss_string, GET_PS_STRINGS_CHUNK_SZ); in get_ps_strings() 2023 if (len != GET_PS_STRINGS_CHUNK_SZ) in get_ps_strings() 2025 done += GET_PS_STRINGS_CHUNK_SZ; in get_ps_strings() 2121 sbuf_new_for_sysctl(&sb, NULL, GET_PS_STRINGS_CHUNK_SZ, req); in sysctl_kern_proc_args() 2183 sbuf_new_for_sysctl(&sb, NULL, GET_PS_STRINGS_CHUNK_SZ, req); in sysctl_kern_proc_env() 2215 sbuf_new_for_sysctl(&sb, NULL, GET_PS_STRINGS_CHUNK_SZ, req); in sysctl_kern_proc_auxv()
|