Searched refs:limit (Results 351 - 375 of 447) sorted by relevance

<<1112131415161718

/freebsd-10-stable/sys/fs/nandfs/
H A Dnandfs_vnops.c1281 uint32_t limit; local
1304 limit = file_size % blocksize;
1306 limit = blocksize;
1308 while (off < limit) {
/freebsd-10-stable/sys/amd64/include/
H A Dvmm.h430 uint32_t limit; member in struct:seg_desc
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h2715 * If @a limit is greater than zero only invoke @a receiver on the first
2716 * @a limit logs.
2745 int limit,
2768 int limit,
2793 int limit,
2821 int limit,
2831 * Similar to svn_client_log2(), but with @a limit set to 0, and the
H A Dsvn_repos.h998 * used to limit the scope of the report to a single entry of @a fs_base,
1892 * If @a limit is greater than zero then only invoke @a receiver on the first
1893 * @a limit logs.
1940 int limit,
1967 int limit,
1978 * Same as svn_repos_get_logs3(), but with @a limit always set to 0.
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h1194 int limit,
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h434 u32 limit; member in struct:mlx5_cache_ent
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Devents.c660 int limit = 1; local
670 limit = 0;
672 if (e->count > limit) {
674 "(count=%d limit=%d)", e->count, limit);
/freebsd-10-stable/sys/dev/bge/
H A Dif_bge.c1969 int i, limit; local
2238 limit = BGE_TX_RINGS_EXTSSRAM_MAX;
2241 limit = 2;
2243 limit = 4;
2245 limit = 1;
2247 for (i = 0; i < limit; i++) {
2278 limit = 16;
2280 limit = BGE_RX_RINGS_MAX;
2284 limit = 4;
2286 limit
[all...]
/freebsd-10-stable/contrib/diff/src/
H A Ddiff3.c1299 char *limit, char leadingchar)
1317 if (line_ptr < limit && *line_ptr == '\\')
1294 scan_diff_line(char *scan_ptr, char **set_start, size_t *set_length, char *limit, char leadingchar) argument
/freebsd-10-stable/sys/boot/i386/btx/btx/
H A Dbtx.S109 .set _TSSLM,MEM_TSS_END-MEM_TSS # TSS limit
110 .set _IDTLM,MEM_TSS-MEM_IDT-1 # IDT limit
/freebsd-10-stable/sys/boot/pc98/btx/btx/
H A Dbtx.S105 .set _TSSLM,MEM_TSS_END-MEM_TSS # TSS limit
106 .set _IDTLM,MEM_TSS-MEM_IDT-1 # IDT limit
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c774 int limit,
796 return session->vtable->get_log(session, paths, start, end, limit,
767 svn_ra_get_log2(svn_ra_session_t *session, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, svn_log_entry_receiver_t receiver, void *receiver_baton, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dsvn.c226 N_("limit operation by depth ARG ('empty', 'files',\n"
304 {"limit", 'l', 1, N_("maximum number of log entries")},
840 " If --limit is used in combination with --search, --limit restricts the\n"
868 " svn log --stop-on-copy --limit 1 -r0:HEAD ^/branches/foo\n"),
1950 err = svn_cstring_atoi(&opt_state.limit, utf8_opt_arg);
1954 _("Non-numeric limit argument given"));
1956 if (opt_state.limit <= 0)
1959 _("Argument to --limit must be positive"));
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_futex.c1284 unsigned int limit = 2048, pi, next_pi, pip; local
1332 if (!--limit)
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1627 int limit = 0; local
1647 limit = parse_depth(optarg, &flags);
1839 &cb.cb_proplist, limit, get_callback, &cb);
3091 int limit = 0; local
3107 limit = parse_depth(optarg, &flags);
3210 limit, list_callback, &cb);
5668 int limit = 0; local
5726 ret = zfs_for_each(argc, argv, flags, types, NULL, NULL, limit,
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c856 rlim64_t limit = MAXOFFSET_T; local
886 if (limit == RLIM64_INFINITY || limit > MAXOFFSET_T)
887 limit = MAXOFFSET_T;
987 if (woff >= limit) {
993 if ((woff + n) > limit || woff > (limit - n))
994 n = limit - woff;
1094 * XXX - should we really limit each write to z_max_blksz?
2697 vap->va_nlink = MIN(links, LINK_MAX); /* nlink_t limit! */
[all...]
/freebsd-10-stable/sys/dev/e1000/
H A Dif_lem.c453 "receive interrupt delay limit in usecs",
458 "transmit interrupt delay limit in usecs",
463 "interrupt delay limit in usecs/4",
4879 const char *description, int *limit, int value)
4881 *limit = value;
4884 OID_AUTO, name, CTLFLAG_RW, limit, value, description);
4889 const char *description, int *limit, int value)
4891 *limit = value;
4894 OID_AUTO, name, CTLFLAG_RW, limit, value, description);
4878 lem_set_flow_cntrl(struct adapter *adapter, const char *name, const char *description, int *limit, int value) argument
4888 lem_add_rx_process_limit(struct adapter *adapter, const char *name, const char *description, int *limit, int value) argument
H A Dif_igb.c3949 int limit = adapter->tx_process_limit; local
4036 } while (__predict_true(--limit));
4074 igb_refresh_mbufs(struct rx_ring *rxr, int limit) argument
4093 while (j != limit) {
6104 const char *description, int *limit, int value)
6106 *limit = value;
6109 OID_AUTO, name, CTLFLAG_RW, limit, value, description);
6103 igb_set_sysctl_value(struct adapter *adapter, const char *name, const char *description, int *limit, int value) argument
/freebsd-10-stable/sbin/pfctl/
H A Dparse.y175 u_int32_t limit;
2159 if (r.max_src_conn_rate.limit) {
2165 if (!o->data.max_src_conn_rate.limit ||
2171 if (o->data.max_src_conn_rate.limit >
2178 r.max_src_conn_rate.limit =
2179 o->data.max_src_conn_rate.limit;
3644 $$->data.max_src_conn_rate.limit = $2;
4417 yyerror("unable to set limit %s %u", $1, $2);
5416 { "limit", LIMIT},
6185 fibs = 16; /* XXX RT_MAXFIBS, at least limit i
[all...]
H A Dpfctl_parser.c923 if (r->max_src_conn_rate.limit) {
927 r->max_src_conn_rate.limit,
/freebsd-10-stable/sys/dev/virtio/network/
H A Dif_vtnet.c3654 int limit; local
3656 limit = vtnet_tunable_int(sc, "rx_process_limit",
3658 if (limit < 0)
3659 limit = INT_MAX;
3660 sc->vtnet_rx_process_limit = limit;
/freebsd-10-stable/contrib/libarchive/test_utils/
H A Dtest_main.c98 * easily lead to very messy code. It's best to limit yourself
3621 static const int limit = sizeof(tests) / sizeof(tests[0]); local
3641 for (i = 0; i < limit; i++)
3759 static const int limit = sizeof(tests) / sizeof(tests[0]); local
4052 test_num = get_test_set(test_set, limit, *argv, tests);
4094 for (i = 0; i < limit; ++i) {
/freebsd-10-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c4804 bit32 AllChk = agFALSE; /* lba, lba+tl check against ATA limit and Disk capacity */
5270 bit32 AllChk = agFALSE; /* lba, lba+tl check against ATA limit and Disk capacity */
5709 bit32 AllChk = agFALSE; /* lba, lba+tl check against ATA limit and Disk capacity */
5710 // bit32 limitExtChk = agFALSE; /* lba limit check for bit48 addressing check */
6475 bit32 AllChk = agFALSE; /* lba, lba+tl check against ATA limit and Disk capacity */
6921 bit32 AllChk = agFALSE; /* lba, lba+tl check against ATA limit and Disk capacity */
7343 bit32 AllChk = agFALSE; /* lba, lba+tl check against ATA limit and Disk capacity */
7773 bit32 AllChk = agFALSE; /* lba, lba+tl check against ATA limit and Disk capacity */
8056 bit32 AllChk = agFALSE; /* lba, lba+tl check against ATA limit and Disk capacity */
8338 bit32 AllChk = agFALSE; /* lba, lba+tl check against ATA limit an
20363 bit8 limit[8]; local
[all...]
/freebsd-10-stable/sys/amd64/amd64/
H A Dmachdep.c1214 uint16_t limit; member in struct:__anon670
1221 (u_long)idtr.base, (u_int)idtr.limit);
1224 (u_long)gdtr.base, (u_int)gdtr.limit);
1977 /* Set the IO permission bitmap (empty due to tss seg limit) */
/freebsd-10-stable/contrib/gcc/
H A Dtree.c816 int limit = 0;
828 limit = 1;
835 limit = 2;
845 limit = INTEGER_SHARE_LIMIT;
852 limit = INTEGER_SHARE_LIMIT + 1;
869 TYPE_CACHED_VALUES (type) = make_tree_vec (limit);
5150 We don't enforce this limit, that is up to caller (e.g. language front end).
5151 The limit exists because the result is a signed type and we don't handle
812 int limit = 0; local

Completed in 530 milliseconds

<<1112131415161718