Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linux/
H A Dlinux_misc.h63 #define LINUX_MAX_COMM_LEN 16 /* Maximum length of the process name. */ macro
H A Dlinux_misc.c1676 char comm[LINUX_MAX_COMM_LEN]; in linux_prctl()