| /src/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}`
|
| /src/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()
|
| /src/contrib/blocklist/bin/ |
| H A D | conf.c | 1276 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 D | rtw8852c_rfk.c | 3277 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 D | rtw8851b.c | 2178 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 D | rtw8922a.c | 2500 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 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);
|
| /src/sys/sys/ |
| H A D | syscallsubr.h | 87 size_t buflen, size_t path_max);
|