Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/pjdfstest/tests/
H A Dmisc.sh150 path_max=`${fstest} pathconf . _PC_PATH_MAX`
152 path_max=$((path_max-1))
158 [ ${curlen} -lt ${path_max} ] || break
160 name=`echo "${name}" | cut -b -${path_max}`
/freebsd-14.2/usr.sbin/iovctl/
H A Diovctl.c125 long path_max; in open_device() local
127 path_max = pathconf("/dev", _PC_PATH_MAX); in open_device()
128 if (path_max < 0) in open_device()
131 size = path_max; in open_device()
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Drtw8852c_rfk.c3228 path_max = RF_PATH_B; in _tssi_enable()
3231 path_max = RF_PATH_NUM_8852C; in _tssi_enable()
3235 for (i = path; i < path_max; i++) { in _tssi_enable()
3256 path_max = RF_PATH_B; in _tssi_disable()
3259 path_max = RF_PATH_NUM_8852C; in _tssi_disable()
3719 path_max = RF_PATH_B; in _tssi_set_efuse_to_de()
3722 path_max = RF_PATH_NUM_8852C; in _tssi_set_efuse_to_de()
4251 path_max = RF_PATH_B; in rtw8852c_tssi()
4254 path_max = RF_PATH_NUM_8852C; in rtw8852c_tssi()
4292 path_max = RF_PATH_B; in rtw8852c_tssi_scan()
[all …]
H A Drtw8851b.c1969 u8 path, path_min, path_max; in rtw8851b_btc_init_cfg() local
1981 path_max = path_min; in rtw8851b_btc_init_cfg()
1984 path_max = RF_PATH_B; in rtw8851b_btc_init_cfg()
1987 for (path = path_min; path <= path_max; path++) { in rtw8851b_btc_init_cfg()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h346 extern unsigned path_max;
H A Dsanitizer_platform_limits_solaris.cpp128 unsigned path_max = PATH_MAX; variable
H A Dsanitizer_platform_limits_freebsd.h390 extern unsigned path_max;
H A Dsanitizer_platform_limits_freebsd.cpp189 unsigned path_max = PATH_MAX; variable
H A Dsanitizer_platform_limits_posix.h823 extern unsigned path_max;
H A Dsanitizer_platform_limits_posix.cpp450 unsigned path_max = PATH_MAX; variable
H A Dsanitizer_platform_limits_netbsd.h399 extern unsigned path_max;
H A Dsanitizer_platform_limits_netbsd.cpp671 unsigned path_max = PATH_MAX; variable
H A Dsanitizer_common_interceptors.inc3827 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
/freebsd-14.2/sys/sys/
H A Dsyscallsubr.h84 size_t buflen, size_t path_max);