Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 25 of 967) sorted by last modified time

12345678910>>...39

/freebsd/contrib/ldns/ldns/
H A Dparse.h57 ssize_t ldns_fget_token(FILE *f, char *token, const char *delim, size_t limit);
70 ssize_t ldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr);
96 ldns_status ldns_fget_token_l_st(FILE *f, char **token, size_t *limit, bool fixed, const char *deli…
98 ssize_t ldns_fget_token_l_resolv_conf(FILE *f, char *token, const char *delim, size_t limit, int *l…
110 ssize_t ldns_bget_token(ldns_buffer *b, char *token, const char *delim, size_t limit);
/freebsd/contrib/ldns/
H A Dparse.c54 if (!token || !limit) in ldns_fget_token_l_st_file_type()
66 } else if (*limit == 0) in ldns_fget_token_l_st_file_type()
143 if (*limit > 0 in ldns_fget_token_l_st_file_type()
144 && (i >= *limit || (size_t)(t - *token) >= *limit)) { in ldns_fget_token_l_st_file_type()
150 *limit *= 2; in ldns_fget_token_l_st_file_type()
177 if (*limit > 0 in ldns_fget_token_l_st_file_type()
178 && (i >= *limit || (size_t)(t - *token) >= *limit)) { in ldns_fget_token_l_st_file_type()
184 *limit *= 2; in ldns_fget_token_l_st_file_type()
237 if (limit == 0) in ldns_fget_token_l_resolv_conf()
249 if (limit == 0) in ldns_fget_token_l()
[all …]
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips80 limit coredumpsize 0
654 You can limit the depth of the displayed datasets in the "zfs list" output
/freebsd/sys/vm/
H A Dswap_pager.c464 static bool swp_pager_swblk_empty(struct swblk *sb, int start, int limit);
1994 swp_pager_swblk_empty(struct swblk *sb, int start, int limit) in swp_pager_swblk_empty() argument
1998 MPASS(0 <= start && start <= limit && limit <= SWAP_META_PAGES); in swp_pager_swblk_empty()
1999 for (i = start; i < limit; i++) { in swp_pager_swblk_empty()
2139 int i, limit, start; in swp_pager_meta_transfer() local
2158 limit = last - sb->p < SWAP_META_PAGES ? last - sb->p : in swp_pager_meta_transfer()
2160 for (i = start; i < limit; i++) { in swp_pager_meta_transfer()
2181 swp_pager_swblk_empty(sb, limit, SWAP_META_PAGES)) { in swp_pager_meta_transfer()
/freebsd/contrib/bmake/mk/
H A DChangeLog962 * meta.autodep.mk: export META_FILES to avoid command line limit
/freebsd/contrib/bmake/
H A DChangeLog1771 o dir.c: remove pathname limit for Dir_FindHereOrAbove
3164 In meta mode with a very large tree, we can hit the limit
3297 o increased limit for nested conditionals.
/freebsd/sys/netinet/
H A Dip_fw.h908 uint32_t limit; /* O_LIMIT */ member
1018 uint32_t limit; /* Max number of records */ member
H A Dsctputil.c1383 unsigned int i, limit; in sctp_print_mapping_array() local
1391 for (limit = asoc->mapping_array_size; limit > 1; limit--) { in sctp_print_mapping_array()
1392 if (asoc->mapping_array[limit - 1] != 0) { in sctp_print_mapping_array()
1397 for (i = 0; i < limit; i++) { in sctp_print_mapping_array()
1400 if (limit % 16) in sctp_print_mapping_array()
1402 for (limit = asoc->mapping_array_size; limit > 1; limit--) { in sctp_print_mapping_array()
1403 if (asoc->nr_mapping_array[limit - 1]) { in sctp_print_mapping_array()
1408 for (i = 0; i < limit; i++) { in sctp_print_mapping_array()
1411 if (limit % 16) in sctp_print_mapping_array()
6697 unsigned int limit) in sctp_connectx_helper_find() argument
[all …]
H A Dsctp_input.c1061 struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t limit) in sctp_handle_error() argument
1073 if (remaining_length > limit) { in sctp_handle_error()
1074 remaining_length = limit; in sctp_handle_error()
4140 KASSERT(sizeof(struct sctp_pktdrop_chunk) <= limit, in sctp_handle_packet_dropped()
4144 KASSERT(limit <= pktdrp_len, ("Inconsistent limit")); in sctp_handle_packet_dropped()
4151 limit -= sizeof(struct sctp_pktdrop_chunk); in sctp_handle_packet_dropped()
4153 if (offset == limit) { in sctp_handle_packet_dropped()
4157 } else if (offset + sizeof(struct sctphdr) > limit) { in sctp_handle_packet_dropped()
4160 offset = limit; in sctp_handle_packet_dropped()
4166 while (offset < limit) { in sctp_handle_packet_dropped()
[all …]
H A Dsctp_output.c4941 int at, limit, pad_needed; in sctp_arethere_unrecognized_parameters() local
4962 if ((plen > limit) || (plen < sizeof(struct sctp_paramhdr))) { in sctp_arethere_unrecognized_parameters()
4967 limit -= SCTP_SIZE32(plen); in sctp_arethere_unrecognized_parameters()
5381 if (offset + plen > limit) { in sctp_are_there_new_addresses()
5483 if (offset >= limit) { in sctp_are_there_new_addresses()
9019 int offset, int limit, in sctp_send_cookie_echo() argument
9052 if (at + plen > limit) { in sctp_send_cookie_echo()
10560 caddr_t limit; in sctp_send_sack() local
10693 limit = mtod(a_chk->data, caddr_t); in sctp_send_sack()
10694 limit += space; in sctp_send_sack()
[all …]
H A Dsctp_pcb.c5982 int offset, int limit, in sctp_load_addresses_from_init() argument
6114 if (offset + plen > limit) { in sctp_load_addresses_from_init()
6568 if (offset >= limit) { in sctp_load_addresses_from_init()
H A Dsctp_usrreq.c993 size_t limit, in sctp_fill_up_addresses_vrf() argument
1011 if (limit == 0) in sctp_fill_up_addresses_vrf()
1107 if (actual + sizeof(struct sockaddr_in6) > limit) { in sctp_fill_up_addresses_vrf()
1116 if (actual + sizeof(struct sockaddr_in) > limit) { in sctp_fill_up_addresses_vrf()
1170 if (actual + sizeof(struct sockaddr_in6) > limit) { in sctp_fill_up_addresses_vrf()
1199 if (actual + sa_len > limit) { in sctp_fill_up_addresses_vrf()
1229 size_t limit, in sctp_fill_up_addresses() argument
1236 size = sctp_fill_up_addresses_vrf(inp, stcb, limit, addr, in sctp_fill_up_addresses()
1845 size_t limit; local
1859 if (at < limit) {
[all …]
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c11931 uint32_t limit; in rack_update_prr() local
11934 limit = (rack->r_ctl.rc_prr_delivered - rack->r_ctl.rc_prr_out); in rack_update_prr()
11936 limit = 0; in rack_update_prr()
11937 if (changed > limit) in rack_update_prr()
11938 limit = changed; in rack_update_prr()
11939 limit += ctf_fixed_maxseg(tp); in rack_update_prr()
11944 rack->r_ctl.rc_prr_sndcnt = min(0, limit); in rack_update_prr()
16429 uint32_t limit; in rack_fini() local
16432 limit = max(1, rack->r_ctl.rc_lowest_us_rtt); in rack_fini()
16434 limit = 0; in rack_fini()
[all …]
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex467 unknown-server-time-limit{COLON} { YDVAR(1, VAR_UNKNOWN_SERVER_TIME_LIMIT) }
469 wait-limit{COLON} { YDVAR(1, VAR_WAIT_LIMIT) }
470 wait-limit-cookie{COLON} { YDVAR(1, VAR_WAIT_LIMIT_COOKIE) }
471 wait-limit-netblock{COLON} { YDVAR(1, VAR_WAIT_LIMIT_NETBLOCK) }
472 wait-limit-cookie-netblock{COLON} { YDVAR(1, VAR_WAIT_LIMIT_COOKIE_NETBLOCK) }
582 tcp-connection-limit{COLON} { YDVAR(2, VAR_TCP_CONNECTION_LIMIT) }
/freebsd/contrib/unbound/services/cache/
H A Dinfra.c267 d->limit = -1; in wait_limit_netblock_findcreate()
288 d->limit = atoi(p->str2); in infra_wait_limit_netblock_insert()
294 d->limit = atoi(p->str2); in infra_wait_limit_netblock_insert()
1155 int limit; in check_ip_ratelimit() local
1158 else limit = infra_ip_ratelimit; in check_ip_ratelimit()
1161 if(limit == 0) return 1; in check_ip_ratelimit()
1163 if(premax <= limit && max > limit) { in check_ip_ratelimit()
1180 client_ip, limit, in check_ip_ratelimit()
1184 client_ip, limit, in check_ip_ratelimit()
1188 return (max <= limit); in check_ip_ratelimit()
[all …]
H A Dinfra.h204 int limit; member
/freebsd/contrib/unbound/doc/
H A Dunbound.doxygen2536 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2633 # The DIR_GRAPH_MAX_DEPTH tag can be used to limit the maximum number of levels
H A DChangelog503 value determines a rate limit for queries with cookies, if desired.
2159 - Fix that the out of order TCP processing does not limit the
3363 - Print query name and IP address when domain rate limit exceeded.
3494 - Add stream-wait-size: 4m config option to limit the maximum
3642 adds the option unknown-server-time-limit to unbound.conf that
3850 - Patch to implement tcp-connection-limit from Jim Hague (Sinodun).
3853 - make depend, yacc, lex, doc, headers. And log the limit exceeded
4866 - Based on #1257: check parse limit before t increment in sldns RR
6330 - Removed 'increased limit open files' log message that is written
10409 - update plane for retry mode with caution to limit bandwidth.
H A Dexample.conf.in186 # Hard limit on the number of times Unbound is allowed to restart a
192 # unknown-server-time-limit: 376
198 # wait-limit: 1000
201 # wait-limit-cookie: 10000
203 # Apart from the default, the wait limit can be set for a netblock.
204 # wait-limit-netblock: 192.0.2.0/24 50000
207 # wait-limit-cookie-netblock: 192.0.2.0/24 50000
721 # expiration. 0 disables the limit.
995 # Aggressive rate limit when the limit is reached and until demand has
1026 # Aggressive rate limit when the limit is reached and until demand has
[all …]
/freebsd/contrib/unbound/
H A Dconfigure.ac1969 …ux and does not affect unbound resolving daemon itself. This may severely limit the number of avai…
1972 …ux and does not affect unbound resolving daemon itself. This may severely limit the number of avai…
H A Dconfig.h.in909 does not affect unbound resolving daemon itself. This may severely limit
/freebsd/tests/sys/fs/fusefs/
H A Dwrite.cc592 off_t limit = offset + strlen(CONTENTS) / 2; in TEST_P() local
601 rl.rlim_cur = limit; in TEST_P()
/freebsd/sys/conf/
H A DNOTES79 # MODULES_OVERRIDE can be used to limit modules built to a specific list.
91 # resource limit has two values, a "soft" limit and a "hard" limit.
97 # way to allow that limit to grow to 1GB. They can be increased
564 # limit.
602 # The NUM_CORE_FILES option specifies the limit for the number of core
607 # This core file limit can be adjusted at runtime via the debug.ncores
1039 options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity
2751 # Specify a lower limit for the number of swap I/O buffers. They are
/freebsd/sbin/ipfw/
H A Dtables.c423 xi.limit = strtol(*av, NULL, 10); in table_create()
505 if (xi.limit != xie.limit || xi.type != xie.type || in table_create()
559 xi.limit = strtol(*av, NULL, 10); in table_modify()
810 if (i->limit > 0) in table_show_info()
811 printf(" limit: %u\n", i->limit); in table_show_info()
1528 v->limit = val; in set_legacy_value()
1619 v->limit = strtol(n, &e, 10); in tentry_fill_value()
1863 l = snprintf(buf, sz, "%u,", v->limit); in table_show_value()
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c247 limit = 0; in cpp_demangle_gnu3()
1385 limit = 0; in cpp_demangle_read_function()
1654 size_t limit; in cpp_demangle_read_local_name() local
1676 limit = 0; in cpp_demangle_read_local_name()
1877 limit = 0; in cpp_demangle_read_nested_name()
2423 limit = 0; in cpp_demangle_read_tmpl_args()
3560 limit = 0; in decode_fp_to_double()
3603 limit = 0; in decode_fp_to_float()
3659 limit = 0; in decode_fp_to_float128()
3719 limit = 0; in decode_fp_to_float80()
[all …]

12345678910>>...39