Home
last modified time | relevance | path

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

/src/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}`
/src/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()
/src/contrib/blocklist/bin/
H A Dconf.c1276 long path_max; in conf_parsedir() local
1281 if ((path_max = pathconf(config_path, _PC_PATH_MAX)) == -1) in conf_parsedir()
1282 path_max = 2048; in conf_parsedir()
1284 if ((path = malloc((size_t)path_max)) == NULL) { in conf_parsedir()
1295 (void) snprintf(path, (size_t)path_max, "%s/%s", config_path, in conf_parsedir()
/src/sys/contrib/dev/rtw89/
H A Drtw8852c_rfk.c3277 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; in _tssi_enable() local
3282 path_max = RF_PATH_B; in _tssi_enable()
3285 path_max = RF_PATH_NUM_8852C; in _tssi_enable()
3289 for (i = path; i < path_max; i++) { in _tssi_enable()
3305 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; in _tssi_disable() local
3310 path_max = RF_PATH_B; in _tssi_disable()
3313 path_max = RF_PATH_NUM_8852C; in _tssi_disable()
3317 for (i = path; i < path_max; i++) { in _tssi_disable()
3762 u32 i, path = RF_PATH_A, path_max = RF_PATH_NUM_8852C; in _tssi_set_efuse_to_de() local
3770 path_max = RF_PATH_B; in _tssi_set_efuse_to_de()
[all …]
H A Drtw8851b.c2178 u8 path, path_min, path_max, str_cnt, ant_sing_pos; in rtw8851b_btc_init_cfg() local
2198 path_max = path_min; in rtw8851b_btc_init_cfg()
2201 path_max = RF_PATH_B; in rtw8851b_btc_init_cfg()
2204 for (path = path_min; path <= path_max; path++) { in rtw8851b_btc_init_cfg()
H A Drtw8922a.c2500 u32 wl_pri, path_min, path_max; in rtw8922a_btc_init_cfg() local
2506 path_max = path_min; in rtw8922a_btc_init_cfg()
2509 path_max = RF_PATH_B; in rtw8922a_btc_init_cfg()
2514 for (path = path_min; path <= path_max; path++) { in rtw8922a_btc_init_cfg()
/src/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);
/src/sys/sys/
H A Dsyscallsubr.h87 size_t buflen, size_t path_max);