Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp78 char max_path[PATH_MAX]; in ResolveExecutablePath() local
98 if (realpath(path, max_path)) { in ResolveExecutablePath()
100 ::strncpy(resolved_path, max_path, resolved_path_size); in ResolveExecutablePath()
/freebsd-12.1/sys/netinet/
H A Dsctp_cc_functions.c695 uint64_t max_path; in sctp_cwnd_update_after_sack_common() local
706 max_path = 0; in sctp_cwnd_update_after_sack_common()
720 if (tmp > max_path) { in sctp_cwnd_update_after_sack_common()
721 max_path = tmp; in sctp_cwnd_update_after_sack_common()
726 mptcp_like_alpha = max_path / (t_path_mptcp * t_path_mptcp); in sctp_cwnd_update_after_sack_common()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h509 u32 max_path; /* 32bit is wasty, but this will be used often */ member