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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp77 char max_path[PATH_MAX]; local
97 if (realpath(path, max_path)) {
99 ::strncpy(resolved_path, max_path, resolved_path_size);
/freebsd-11-stable/sys/netinet/
H A Dsctp_cc_functions.c693 uint64_t max_path; local
704 max_path = 0;
718 if (tmp > max_path) {
719 max_path = tmp;
724 mptcp_like_alpha = max_path / (t_path_mptcp * t_path_mptcp);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h509 u32 max_path; /* 32bit is wasty, but this will be used often */ member in struct:public_global

Completed in 88 milliseconds