/freebsd/contrib/pjdfstest/tests/ |
H A D | misc.sh | 150 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 D | iovctl.c | 124 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 D | rtw8852c_rfk.c | 3243 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 D | rtw8851b.c | 2035 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 D | sanitizer_platform_limits_solaris.h | 346 extern unsigned path_max;
|
H A D | sanitizer_platform_limits_solaris.cpp | 128 unsigned path_max = PATH_MAX; variable
|
H A D | sanitizer_platform_limits_freebsd.h | 408 extern unsigned path_max;
|
H A D | sanitizer_platform_limits_freebsd.cpp | 189 unsigned path_max = PATH_MAX; variable
|
H A D | sanitizer_platform_limits_posix.h | 823 extern unsigned path_max;
|
H A D | sanitizer_platform_limits_posix.cpp | 450 unsigned path_max = PATH_MAX; variable
|
H A D | sanitizer_platform_limits_netbsd.h | 399 extern unsigned path_max;
|
H A D | sanitizer_platform_limits_netbsd.cpp | 671 unsigned path_max = PATH_MAX; variable
|
H A D | sanitizer_common_interceptors.inc | 3838 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 86 size_t buflen, size_t path_max);
|