| /dflybsd-src/usr.bin/limits/ |
| H A D | limits.c | 273 struct rlimit limits[RLIM_NLIMITS]; in main() local 280 if (getrlimit(i, &limits[i]) < 0) { in main() 281 limits[i].rlim_cur = -1; in main() 282 limits[i].rlim_max = -1; in main() 370 …val = resources[rcswhich].func(lc, resources[rcswhich].cap, limits[rcswhich].rlim_cur, limits[rcsw… in main() 371 limits[rcswhich].rlim_cur = resources[rcswhich].func(lc, str, val, val); in main() 374 …val = resources[rcswhich].func(lc, resources[rcswhich].cap, limits[rcswhich].rlim_max, limits[rcsw… in main() 375 limits[rcswhich].rlim_max = resources[rcswhich].func(lc, str, val, val); in main() 392 if (limits[rcswhich].rlim_max != RLIM_INFINITY) { in main() 393 if (limits[rcswhich].rlim_cur == RLIM_INFINITY) { in main() [all …]
|
| H A D | Makefile | 4 PROG= limits
|
| /dflybsd-src/usr.bin/getconf/ |
| H A D | Makefile | 5 SRCS= confstr.c getconf.c limits.c pathconf.c progenv.c sysconf.c 7 CLEANFILES+= confstr.c limits.c pathconf.c progenv.c sysconf.c \ 8 confstr.names limits.names pathconf.names sysconf.names \ 31 conflicting.names: confstr.names limits.names sysconf.names
|
| H A D | limits.gperf | 5 * $FreeBSD: head/usr.bin/getconf/limits.gperf 119312 2003-08-22 17:32:07Z markm $ 11 #include <limits.h>
|
| /dflybsd-src/sys/dev/drm/amd/amdgpu/ |
| H A D | amdgpu_dpm.c | 540 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *limits = in amdgpu_parse_extended_power_table() local 550 1 + (limits->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record))); in amdgpu_parse_extended_power_table() 554 u32 size = limits->numEntries * in amdgpu_parse_extended_power_table() 563 limits->numEntries; in amdgpu_parse_extended_power_table() 564 entry = &limits->entries[0]; in amdgpu_parse_extended_power_table() 566 for (i = 0; i < limits->numEntries; i++) { in amdgpu_parse_extended_power_table() 603 ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *limits = in amdgpu_parse_extended_power_table() local 609 u32 size = limits->numEntries * in amdgpu_parse_extended_power_table() 618 limits->numEntries; in amdgpu_parse_extended_power_table() 619 entry = &limits->entries[0]; in amdgpu_parse_extended_power_table() [all …]
|
| /dflybsd-src/bin/sh/ |
| H A D | miscbltin.c | 439 struct limits { struct 447 static const struct limits limits[] = { argument 500 const struct limits *l) in printlimit() 522 const struct limits *l; in ulimitcmd() 543 for (l = limits; l->name && l->option != what; l++) in ulimitcmd() 576 for (l = limits; l->name; l++) { in ulimitcmd()
|
| /dflybsd-src/sys/dev/drm/radeon/ |
| H A D | r600_dpm.c | 1078 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *limits = in r600_parse_extended_power_table() local 1088 1 + (limits->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record))); in r600_parse_extended_power_table() 1092 u32 size = limits->numEntries * in r600_parse_extended_power_table() 1101 limits->numEntries; in r600_parse_extended_power_table() 1102 entry = &limits->entries[0]; in r600_parse_extended_power_table() 1104 for (i = 0; i < limits->numEntries; i++) { in r600_parse_extended_power_table() 1140 ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *limits = in r600_parse_extended_power_table() local 1146 u32 size = limits->numEntries * in r600_parse_extended_power_table() 1155 limits->numEntries; in r600_parse_extended_power_table() 1156 entry = &limits->entries[0]; in r600_parse_extended_power_table() [all …]
|
| /dflybsd-src/usr.sbin/sensorsd/ |
| H A D | sensorsd.c | 74 TAILQ_HEAD(, limits_t) limits; 209 TAILQ_INIT(&sdlim->limits); in create_sdlim() 225 TAILQ_INSERT_TAIL(&sdlim->limits, limit, entries); in create_sdlim() 238 while((limit = TAILQ_FIRST(&sdlim->limits)) != NULL) { in destroy_sdlim() 239 TAILQ_REMOVE(&sdlim->limits, limit, entries); in destroy_sdlim() 335 TAILQ_FOREACH(limit, &sdlim->limits, entries) { in check_sdlim() 420 TAILQ_FOREACH(limit, &sdlim->limits, entries) { in report_sdlim() 688 TAILQ_FOREACH(p, &sdlim->limits, entries) { in parse_config_sdlim()
|
| /dflybsd-src/contrib/tcsh-6/ |
| H A D | sh.func.c | 1850 struct limits limits[] = variable 1967 static struct limits *findlim (Char *); 1968 static RLIM_TYPE getval (struct limits *, Char **); 1972 static void plim (struct limits *, int); 1973 static int setlim (struct limits *, int, RLIM_TYPE); 1994 static struct limits * 1997 struct limits *lp, *res; in findlim() 2000 for (lp = limits; lp->limconst >= 0; lp++) in findlim() 2017 struct limits *lp; in dolimit() 2028 for (lp = limits; lp->limconst >= 0; lp++) in dolimit() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/c_std/ |
| H A D | climits | 30 * This is the C++ version of the Standard C Library header @c limits.h, 45 #include <limits.h>
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/c_global/ |
| H A D | climits | 31 * This is the C++ version of the Standard C Library header @c limits.h, 43 #include <limits.h>
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/c_global/ |
| H A D | climits | 29 * This is the C++ version of the Standard C Library header @c limits.h, 42 #include <limits.h>
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | limity.h | 7 #include_next <limits.h> /* recurse down to the real one */
|
| H A D | gsyslimits.h | 7 #include_next <limits.h>
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | limity.h | 7 #include_next <limits.h> /* recurse down to the real one */
|
| H A D | gsyslimits.h | 7 #include_next <limits.h>
|
| H A D | haifa-sched.c | 1881 struct model_pressure_limit limits[N_REG_CLASSES]; member 1963 group->limits[pci].pressure = max_pressure; in model_update_limit_points_in_group() 1979 point = MAX (group->limits[pci].point, model_curr_point); in model_update_limit_points_in_group() 1983 group->limits[pci].point = point; in model_update_limit_points_in_group() 2053 if (group->limits[pci].point == point) in model_start_update_pressure() 2054 group->limits[pci].point = -1; in model_start_update_pressure() 2080 if (group->limits[pci].pressure < ref_pressure) in model_update_pressure() 2081 group->limits[pci].pressure = ref_pressure; in model_update_pressure() 2086 if (group->limits[pci].pressure == ref_pressure in model_update_pressure() 2087 && !IN_RANGE (group->limits[pci].point, 0, point)) in model_update_pressure() [all …]
|
| /dflybsd-src/contrib/grep/lib/ |
| H A D | regexec.c | 88 const re_node_set *limits, 101 re_node_set *limits, 944 re_node_set_free (&sctx.limits); in prune_impossible_nodes() 974 re_node_set_free (&sctx.limits); in prune_impossible_nodes() 1651 if (sctx->limits.nelem) in build_sifted_states() 1654 if (check_dst_limits (mctx, &sctx->limits, in build_sifted_states() 1744 if (sctx->limits.nelem) in update_cur_sifted_state() 1746 err = check_subexp_limits (dfa, dest_nodes, candidates, &sctx->limits, in update_cur_sifted_state() 1845 check_dst_limits (const re_match_context_t *mctx, const re_node_set *limits, in check_dst_limits() argument 1853 for (lim_idx = 0; lim_idx < limits->nelem; ++lim_idx) in check_dst_limits() [all …]
|
| /dflybsd-src/contrib/cvs-1.12/lib/ |
| H A D | regexec.c | 95 const re_node_set *limits, 108 re_node_set *limits, 969 re_node_set_free (&sctx.limits); in prune_impossible_nodes() 999 re_node_set_free (&sctx.limits); in prune_impossible_nodes() 1684 if (sctx->limits.nelem) in build_sifted_states() 1687 if (check_dst_limits (mctx, &sctx->limits, in build_sifted_states() 1778 if (sctx->limits.nelem) in update_cur_sifted_state() 1780 err = check_subexp_limits (dfa, dest_nodes, candidates, &sctx->limits, in update_cur_sifted_state() 1877 check_dst_limits (const re_match_context_t *mctx, const re_node_set *limits, in check_dst_limits() argument 1885 for (lim_idx = 0; lim_idx < limits->nelem; ++lim_idx) in check_dst_limits() [all …]
|
| /dflybsd-src/crypto/openssh/ |
| H A D | sftp-client.c | 566 struct sftp_limits limits; in sftp_init() local 567 if (sftp_get_limits(ret, &limits) != 0) in sftp_init() 572 ret->download_buflen = MINIMUM(limits.read_length, in sftp_init() 574 ret->upload_buflen = MINIMUM(limits.write_length, in sftp_init() 580 (unsigned long long)limits.write_length, in sftp_init() 581 (unsigned long long)limits.read_length, in sftp_init() 586 if (num_requests == 0 && limits.open_handles) { in sftp_init() 588 MINIMUM(DEFAULT_NUM_REQUESTS, limits.open_handles); in sftp_init() 592 (unsigned long long)limits.open_handles, in sftp_init() 621 sftp_get_limits(struct sftp_conn *conn, struct sftp_limits *limits) in sftp_get_limits() argument [all …]
|
| /dflybsd-src/sys/dev/netif/iwn/ |
| H A D | if_iwn.c | 805 sc->limits = &iwn4965_sensitivity_limits; in iwn_config_specific() 829 sc->limits = &iwn1000_sensitivity_limits; in iwn_config_specific() 846 sc->limits = &iwn6000_sensitivity_limits; in iwn_config_specific() 900 sc->limits = &iwn6000_sensitivity_limits; in iwn_config_specific() 920 sc->limits = &iwn6235_sensitivity_limits; in iwn_config_specific() 945 sc->limits = &iwn6000_sensitivity_limits; in iwn_config_specific() 968 sc->limits = &iwn6000_sensitivity_limits; in iwn_config_specific() 1007 sc->limits = &iwn6000_sensitivity_limits; in iwn_config_specific() 1033 sc->limits = &iwn6000_sensitivity_limits; in iwn_config_specific() 1053 sc->limits = &iwn1000_sensitivity_limits; in iwn_config_specific() [all …]
|
| /dflybsd-src/sys/dev/drm/amd/powerplay/hwmgr/ |
| H A D | vega10_processpptables.c | 807 struct phm_clock_and_voltage_limits *limits, in get_hard_limits() argument 814 limits->sclk = le32_to_cpu(limit_table->entries[0].ulSOCCLKLimit); in get_hard_limits() 815 limits->mclk = le32_to_cpu(limit_table->entries[0].ulMCLKLimit); in get_hard_limits() 816 limits->gfxclk = le32_to_cpu(limit_table->entries[0].ulGFXCLKLimit); in get_hard_limits() 817 limits->vddc = le16_to_cpu(limit_table->entries[0].usVddcLimit); in get_hard_limits() 818 limits->vddci = le16_to_cpu(limit_table->entries[0].usVddciLimit); in get_hard_limits() 819 limits->vddmem = le16_to_cpu(limit_table->entries[0].usVddMemLimit); in get_hard_limits()
|
| H A D | process_pptables_v1_0.c | 351 struct phm_clock_and_voltage_limits *limits, in get_hard_limits() argument 358 limits->sclk = (uint32_t)limitable->entries[0].ulSCLKLimit; in get_hard_limits() 359 limits->mclk = (uint32_t)limitable->entries[0].ulMCLKLimit; in get_hard_limits() 360 limits->vddc = (uint16_t)limitable->entries[0].usVddcLimit; in get_hard_limits() 361 limits->vddci = (uint16_t)limitable->entries[0].usVddciLimit; in get_hard_limits() 362 limits->vddgfx = (uint16_t)limitable->entries[0].usVddgfxLimit; in get_hard_limits()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/ |
| H A D | Makefile.am | 41 limits.cc \
|
| /dflybsd-src/contrib/tcsh-6/nls/ja/ |
| H A D | set1 | 136 134 形式: unlimit [-fh] [limits]
|