Home
last modified time | relevance | path

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

/freebsd/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/usr.sbin/iovctl/
H A Diovctl.c124 long path_max; in open_device() local
126 path_max = pathconf("/dev", _PC_PATH_MAX); in open_device()
127 if (path_max < 0) in open_device()
130 size = path_max; in open_device()
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852c_rfk.c3243 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; in _tssi_enable()
3248 path_max = RF_PATH_B;
3251 path_max = RF_PATH_NUM_8852C; in _tssi_disable() local
3255 for (i = path; i < path_max; i++) { in _tssi_disable()
3271 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; in _tssi_disable()
3276 path_max = RF_PATH_B; in _tssi_get_cck_group()
3279 path_max = RF_PATH_NUM_8852C; in _tssi_get_cck_group()
3283 for (i = path; i < path_max; i++) { in _tssi_get_cck_group()
3731 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; in _tssi_set_efuse_to_de()
3739 path_max in _tssi_set_efuse_to_de()
3223 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; _tssi_enable() local
3711 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; _tssi_set_efuse_to_de() local
4244 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; rtw8852c_tssi() local
4279 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; rtw8852c_tssi_scan() local
[all...]
H A Drtw8851b.c2035 u8 path, path_min, path_max, str_cnt, ant_sing_pos; in rtw8851b_btc_set_wl_pri()
2055 path_max = path_min;
2058 path_max = RF_PATH_B;
2061 for (path = path_min; path <= path_max; path++) {
1969 u8 path, path_min, path_max; rtw8851b_btc_init_cfg() local
/freebsd/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.h408 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.inc3838 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
/freebsd/sys/sys/
H A Dsyscallsubr.h86 size_t buflen, size_t path_max);