Home
last modified time | relevance | path

Searched refs:limits (Results 1 – 25 of 125) sorted by relevance

12345

/dflybsd-src/usr.bin/limits/
H A Dlimits.c273 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 DMakefile4 PROG= limits
/dflybsd-src/usr.bin/getconf/
H A DMakefile5 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 Dlimits.gperf5 * $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 Damdgpu_dpm.c540 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 Dmiscbltin.c439 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 Dr600_dpm.c1078 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 Dsensorsd.c74 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 Dsh.func.c1850 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 Dclimits30 * 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 Dclimits31 * 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 Dclimits29 * 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 Dlimity.h7 #include_next <limits.h> /* recurse down to the real one */
H A Dgsyslimits.h7 #include_next <limits.h>
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dlimity.h7 #include_next <limits.h> /* recurse down to the real one */
H A Dgsyslimits.h7 #include_next <limits.h>
H A Dhaifa-sched.c1881 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 Dregexec.c88 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 Dregexec.c95 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 Dsftp-client.c566 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 Dif_iwn.c805 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 Dvega10_processpptables.c807 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 Dprocess_pptables_v1_0.c351 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 DMakefile.am41 limits.cc \
/dflybsd-src/contrib/tcsh-6/nls/ja/
H A Dset1136 134 形式: unlimit [-fh] [limits]

12345