| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | dbgcnt.c | 47 static vec<limit_tuple> limits[debug_counter_number_of_counters]; variable 67 if (!limits[index].exists ()) in dbg_cnt() 69 else if (limits[index].is_empty ()) in dbg_cnt() 72 unsigned last = limits[index].length () - 1; in dbg_cnt() 73 unsigned int min = limits[index][last].first; in dbg_cnt() 74 unsigned int max = limits[index][last].second; in dbg_cnt() 82 limits[index].pop (); in dbg_cnt() 90 limits[index].pop (); in dbg_cnt() 116 if (!limits[index].exists ()) in dbg_cnt_set_limit_by_index() 117 limits[index].create (1); in dbg_cnt_set_limit_by_index() [all …]
|
| H A D | gimple-ssa-warn-alloca.c | 149 static HOST_WIDE_INT limits[2]; in adjusted_warn_limit() local 150 if (limits[idx]) in adjusted_warn_limit() 151 return limits[idx]; in adjusted_warn_limit() 153 limits[idx] = idx ? warn_vla_limit : warn_alloca_limit; in adjusted_warn_limit() 154 if (limits[idx] != HOST_WIDE_INT_MAX) in adjusted_warn_limit() 155 return limits[idx]; in adjusted_warn_limit() 157 limits[idx] = tree_to_shwi (TYPE_MAX_VALUE (ptrdiff_type_node)); in adjusted_warn_limit() 158 return limits[idx]; in adjusted_warn_limit()
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | slapd-limits.conf | 50 limits dn.exact="cn=Unlimited User,ou=People,dc=example,dc=com" size=unlimited time=unlimited 51 limits dn.exact="cn=Soft Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=unlimited 52 limits dn.exact="cn=Hard Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=8 53 limits dn.exact="cn=Unchecked Limited User,ou=People,dc=example,dc=com" size.unchecked=4 54 limits group="cn=Unchecked Limited Users,ou=Groups,dc=example,dc=com" size.unchecked=4 55 limits dn.regex="^cn=Foo User,ou=[^,]+,dc=example,dc=com$" size.soft=6 56 limits dn.onelevel="ou=People,dc=example,dc=com" size.soft=5 57 limits dn.children="ou=Groups,dc=example,dc=com" size.soft=4 58 limits dn.subtree="ou=Admin,dc=example,dc=com" size.soft=3 59 limits users size.soft=2 [all …]
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | limits.sdf | 19 consumed by each LDAP client. OpenLDAP provides two sets of limits: 26 H2: Soft and Hard limits 28 The server administrator can specify both {{soft limits}} and 29 {{hard limits}}. Soft limits can be thought of as being the 30 default limit value. Hard limits cannot be exceeded by ordinary 34 size and time limits when issuing search operations. 43 Soft and Hard limits are often referred to together as {{administrative 44 limits}}. Thus, if an LDAP client requests a search that would return 45 more results than the limits allow it will get an {{adminLimitExceeded}} 51 The {{rootdn}} is not subject to any limits. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | dbgcnt.cc | 47 static vec<limit_tuple> limits[debug_counter_number_of_counters]; variable 68 if (!limits[index].exists ()) in dbg_cnt() 70 else if (limits[index].is_empty ()) in dbg_cnt() 73 unsigned last = limits[index].length () - 1; in dbg_cnt() 74 unsigned int min = limits[index][last].first; in dbg_cnt() 75 unsigned int max = limits[index][last].second; in dbg_cnt() 85 limits[index].pop (); in dbg_cnt() 94 limits[index].pop (); in dbg_cnt() 128 if (!limits[index].exists ()) in dbg_cnt_set_limit_by_index() 129 limits[index].create (1); in dbg_cnt_set_limit_by_index() [all …]
|
| H A D | gimple-ssa-warn-alloca.cc | 151 static HOST_WIDE_INT limits[2]; in adjusted_warn_limit() local 152 if (limits[idx]) in adjusted_warn_limit() 153 return limits[idx]; in adjusted_warn_limit() 155 limits[idx] = idx ? warn_vla_limit : warn_alloca_limit; in adjusted_warn_limit() 156 if (limits[idx] != HOST_WIDE_INT_MAX) in adjusted_warn_limit() 157 return limits[idx]; in adjusted_warn_limit() 159 limits[idx] = tree_to_shwi (TYPE_MAX_VALUE (ptrdiff_type_node)); in adjusted_warn_limit() 160 return limits[idx]; in adjusted_warn_limit()
|
| /netbsd-src/sys/dev/i2c/ |
| H A D | adm1021.c | 501 sysmon_envsys_lim_t *limits, uint32_t *props) in admtemp_getlim_1021() argument 519 limits->sel_critmax = 273150000 + 1000000 * hdata; in admtemp_getlim_1021() 534 limits->sel_critmin = 273150000 + 1000000 * ldata; in admtemp_getlim_1021() 551 sysmon_envsys_lim_t *limits, uint32_t *props) in admtemp_getlim_1023() argument 569 limits->sel_critmax = 273150000 + 1000000 * hdata; in admtemp_getlim_1023() 576 limits->sel_critmax += in admtemp_getlim_1023() 588 limits->sel_critmin = 273150000 + 1000000 * ldata; in admtemp_getlim_1023() 595 limits->sel_critmin += in admtemp_getlim_1023() 616 sysmon_envsys_lim_t *limits, uint32_t *props) in admtemp_getlim_1032() argument 634 limits->sel_critmax = 273150000 + 1000000 * tdata; in admtemp_getlim_1032() [all …]
|
| H A D | lm75.c | 393 sysmon_envsys_lim_t *limits, uint32_t *props) in lmtemp_getlim_lm75() argument 403 limits->sel_critmax = val; in lmtemp_getlim_lm75() 411 sysmon_envsys_lim_t *limits, uint32_t *props) in lmtemp_getlim_lm77() argument 421 limits->sel_critmax = val; in lmtemp_getlim_lm77() 425 limits->sel_warnmax = val; in lmtemp_getlim_lm77() 429 limits->sel_warnmin = val; in lmtemp_getlim_lm77() 437 sysmon_envsys_lim_t *limits, uint32_t *props) in lmtemp_setlim_lm75() argument 443 if (limits == NULL) /* Restore defaults */ in lmtemp_setlim_lm75() 446 limit = limits->sel_critmax; in lmtemp_setlim_lm75() 461 sysmon_envsys_lim_t *limits, uint32_ in lmtemp_setlim_lm77() argument [all...] |
| H A D | sdtemp.c | 429 sysmon_envsys_lim_t *limits, uint32_t *props) in sdtemp_get_limits() argument 439 limits->sel_warnmin = sdtemp_decode_temp(sc, lim); in sdtemp_get_limits() 443 limits->sel_warnmax = sdtemp_decode_temp(sc, lim); in sdtemp_get_limits() 447 limits->sel_critmax = sdtemp_decode_temp(sc, lim); in sdtemp_get_limits() 458 sysmon_envsys_lim_t *limits, uint32_t *props) in sdtemp_set_limits() argument 463 if (limits == NULL) { in sdtemp_set_limits() 464 limits = &sc->sc_deflims; in sdtemp_set_limits() 471 val = __UK2C(limits->sel_warnmin); in sdtemp_set_limits() 476 val = __UK2C(limits->sel_warnmax); in sdtemp_set_limits() 481 val = __UK2C(limits->sel_critmax); in sdtemp_set_limits()
|
| /netbsd-src/tests/bin/sh/ |
| H A D | t_ulimit.sh | 32 atf_test_case limits 38 local limits=$(${TEST_SH} -c 'ulimit -a' | 40 if [ -z "$limits" ]; then 42 limits="-a -b -c -d -f -l -m -n -p -r -s -t -v" 44 echo "$limits" 56 atf_add_test_case limits
|
| /netbsd-src/sys/arch/arm/marvell/ |
| H A D | mvsocpmu.c | 155 sysmon_envsys_lim_t *limits, uint32_t *props) in mvsocpmu_tm_get_limits() argument 161 limits->sel_warnmin = UC2UK(sc->sc_val2uc(TM_CSR_COOLTHR(csr))); in mvsocpmu_tm_get_limits() 162 limits->sel_warnmax = UC2UK(sc->sc_val2uc(TM_CSR_OVERHEATTHR(csr))); in mvsocpmu_tm_get_limits() 168 sysmon_envsys_lim_t *limits, uint32_t *props) in mvsocpmu_tm_set_limits() argument 174 if (limits == NULL) { in mvsocpmu_tm_set_limits() 175 limits = &sc->sc_deflims; in mvsocpmu_tm_set_limits() 181 c = sc->sc_uc2val(UK2UC(limits->sel_warnmin)); in mvsocpmu_tm_set_limits() 185 oh = sc->sc_uc2val(UK2UC(limits->sel_warnmax)); in mvsocpmu_tm_set_limits()
|
| /netbsd-src/bin/ksh/ |
| H A D | c_ulimit.c | 54 static const struct limits { struct 61 } limits[] = { local 128 static char options[3 + NELEM(limits)]; 131 const struct limits *l; 143 for (l = limits; l->name; l++) 165 for (l = limits; l->name && l->option != what; l++) 201 for (l = limits; l->name; l++) {
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | limits-h.m4 | 1 dnl Check whether limits.h has needed features. 12 gl_CHECK_NEXT_HEADERS([limits.h]) 14 AC_CACHE_CHECK([whether limits.h has WORD_BIT, BOOL_WIDTH etc.], 21 #include <limits.h> 36 dnl Unconditionally enables the replacement of <limits.h>.
|
| /netbsd-src/sys/dev/sysmon/ |
| H A D | swsensor.c | 132 (edata->value_cur < edata->limits.sel_critmin)) in swsensor_refresh() 144 sysmon_envsys_lim_t *limits, uint32_t *props) in swsensor_get_limits() argument 148 limits->sel_critmin = sw_sensor_limit; in swsensor_get_limits() 153 sysmon_envsys_lim_t *limits, uint32_t *props) in swsensor_set_limits() argument 156 if (limits == NULL) { in swsensor_set_limits() 157 limits = &sw_sensor_deflims; in swsensor_set_limits() 161 sw_sensor_limit = limits->sel_critmin; in swsensor_set_limits()
|
| H A D | sysmon_envsys_events.c | 191 if (lims->sel_critmax == edata->limits.sel_critmax) { in sme_event_register() 198 if (lims->sel_warnmax == edata->limits.sel_warnmax) { in sme_event_register() 205 if (lims->sel_warnmin == edata->limits.sel_warnmin) { in sme_event_register() 212 if (lims->sel_critmin == edata->limits.sel_critmin) { in sme_event_register() 287 edata->limits.sel_limit_list[op->idx] = in sme_event_register() 310 edata->sensor, see->see_type, edata->limits.sel_critmin, in sme_event_register() 311 edata->limits.sel_warnmin, edata->limits.sel_warnmax, in sme_event_register() 312 edata->limits.sel_critmax, edata->upropset)); in sme_event_register() 324 (*sme->sme_set_limits)(sme, edata, &(edata->limits), in sme_event_register() 829 (edata->value_cur < edata->limits.sel_critmin)) in sme_events_worker() [all …]
|
| /netbsd-src/external/gpl2/diffutils/dist/m4/ |
| H A D | prereq.m4 | 34 AC_CHECK_HEADERS(limits.h string.h unistd.h) 88 AC_CHECK_HEADERS(limits.h stdlib.h string.h) 95 AC_CHECK_HEADERS(limits.h stdlib.h bp-sym.h) 114 AC_CHECK_HEADERS(limits.h stddef.h stdlib.h string.h wchar.h wctype.h) 144 AC_CHECK_HEADERS(limits.h stdlib.h sys/param.h unistd.h) 152 AC_CHECK_HEADERS(limits.h stdlib.h sys/types.h unistd.h)
|
| /netbsd-src/tests/lib/libc/gen/ |
| H A D | t_assert.c | 49 struct rlimit limits; in disable_corefile() local 51 limits.rlim_cur = 0; in disable_corefile() 52 limits.rlim_max = 0; in disable_corefile() 54 ATF_REQUIRE(setrlimit(RLIMIT_CORE, &limits) == 0); in disable_corefile()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-emfile.c | 42 struct rlimit limits; in TEST_IMPL() local 55 limits.rlim_cur = limits.rlim_max = maxfd + 1; in TEST_IMPL() 56 if (setrlimit(RLIMIT_NOFILE, &limits)) { in TEST_IMPL()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | limits.h | 47 #include_next <limits.h> 57 #include_next <limits.h> 61 #include_next <limits.h>
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_dp_mst.c | 48 struct link_config_limits *limits) in intel_dp_mst_compute_link_config() argument 62 crtc_state->lane_count = limits->max_lane_count; in intel_dp_mst_compute_link_config() 63 crtc_state->port_clock = limits->max_clock; in intel_dp_mst_compute_link_config() 65 for (bpp = limits->max_bpp; bpp >= limits->min_bpp; bpp -= 2 * 3) { in intel_dp_mst_compute_link_config() 156 struct link_config_limits limits; in intel_dp_mst_compute_config() local 176 limits.min_clock = in intel_dp_mst_compute_config() 177 limits.max_clock = intel_dp_max_link_rate(intel_dp); in intel_dp_mst_compute_config() 179 limits.min_lane_count = in intel_dp_mst_compute_config() 180 limits.max_lane_count = intel_dp_max_lane_count(intel_dp); in intel_dp_mst_compute_config() 182 limits.min_bpp = intel_dp_min_bpp(pipe_config); in intel_dp_mst_compute_config() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
| H A D | mkheaders.in | 115 if [ -f ${subincdir}/limits.h ]; then 116 mv ${subincdir}/limits.h ${subincdir}/syslimits.h 122 cp ${itoolsdatadir}/include${multi_dir}/limits.h ${subincdir}/limits.h
|
| /netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
| H A D | mkheaders.in | 115 if [ -f ${subincdir}/limits.h ]; then 116 mv ${subincdir}/limits.h ${subincdir}/syslimits.h 122 cp ${itoolsdatadir}/include${multi_dir}/limits.h ${subincdir}/limits.h
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| H A D | Makefile.am | 68 limits.cc \ 134 limits.lo: limits.cc 136 limits.o: limits.cc
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| H A D | Makefile.am | 69 limits.cc \ 135 limits.lo: limits.cc 137 limits.o: limits.cc
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_dpm.c | 489 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *limits = in amdgpu_parse_extended_power_table() local 499 1 + (limits->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record))); in amdgpu_parse_extended_power_table() 503 u32 size = limits->numEntries * in amdgpu_parse_extended_power_table() 512 limits->numEntries; in amdgpu_parse_extended_power_table() 513 entry = &limits->entries[0]; in amdgpu_parse_extended_power_table() 515 for (i = 0; i < limits->numEntries; i++) { in amdgpu_parse_extended_power_table() 552 ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *limits = in amdgpu_parse_extended_power_table() local 558 u32 size = limits->numEntries * in amdgpu_parse_extended_power_table() 567 limits->numEntries; in amdgpu_parse_extended_power_table() 568 entry = &limits->entries[0]; in amdgpu_parse_extended_power_table() [all …]
|