Searched refs:limit (Results 201 - 225 of 490) sorted by relevance

1234567891011>>

/freebsd-current/sys/cddl/dev/kinst/amd64/
H A Dkinst_isa.c503 uint8_t *instr, *limit, *tmp; local
514 limit = (uint8_t *)symval->value + symval->size;
515 if (instr >= limit)
524 while (tmp < limit) {
540 while (instr < limit) {
/freebsd-current/sys/vm/
H A Dvm_swapout.c410 vm_pindex_t limit, size; local
444 * get a limit
447 limit = OFF_TO_IDX(
452 * swapped out set the limit to nothing (will force a
456 limit = 0; /* XXX */
467 if (size >= limit) {
469 &vm->vm_map, limit);
484 * and the limit could've been exceeded
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlgc.c354 Node *n, *limit = gnodelast(h); local
358 for (n = gnode(h, 0); n < limit; n++) {
380 Node *n, *limit = gnodelast(h); local
390 for (n = gnode(h, 0); n < limit; n++) {
415 Node *n, *limit = gnodelast(h); local
419 for (n = gnode(h, 0); n < limit; n++) { /* traverse hash part */
626 Node *n, *limit = gnodelast(h); local
627 for (n = gnode(h, 0); n < limit; n++) {
644 Node *n, *limit = gnodelast(h); local
651 for (n = gnode(h, 0); n < limit;
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c246 if (cache->ent[i].cur < cache->ent[i].limit)
264 if (ent->cur < 2 * ent->limit && !dev->fill_delay) {
266 if (ent->cur < 2 * ent->limit) {
281 } else if (ent->cur > 2 * ent->limit) {
297 if (ent->cur > ent->limit)
347 if (ent->cur < ent->limit)
378 if (ent->cur > 2 * ent->limit)
424 int limit; local
447 limit = dev->mdev->profile->mr_cache[i].limit;
[all...]
/freebsd-current/contrib/dialog/
H A Dtextbox.c421 int limit = dlg_count_wchars(line); local
423 int last = limit;
429 for (i = 0; i <= limit && cols[i] < obj->hscroll; ++i)
432 for (i = first; (i <= limit) && ((cols[i] - cols[first]) < width); ++i)
520 int limit; local
547 limit = dlg_limit_columns(caption, len_caption, 0);
548 (void) waddnstr(widget, caption + indx[0], indx[limit] - indx[0]);
H A Dprogressbox.c227 int limit = MIN((int) strlen(line), width - 2); local
230 wprintw(obj->text, " %.*s", limit, line);
231 while (++limit < width) {
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c852 meminfo_buff->mem[i].limit = 0;
863 meminfo_buff->avail[i].limit = meminfo_buff->avail[i].base +
872 meminfo_buff->avail[i].limit = meminfo_buff->avail[i].base +
882 meminfo_buff->avail[i].limit =
892 meminfo_buff->avail[i].limit =
902 meminfo_buff->avail[i].limit =
930 md->limit = md->base - 1 +
939 md->limit = md->base - 1 +
955 md->limit = 0;
964 (md++)->limit
[all...]
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c171 int y, int x, cchar_t *str, int limit)
174 CHAR_INFO *ci = TypeAlloca(CHAR_INFO, limit);
184 for (i = actual = 0; i < limit; i++) {
213 rec.Right = (SHORT) (x + limit - 1);
451 int limit = NewScreen(sp)->_line[y].lastchar; local
452 while ((x1 = EndChange(x0)) <= limit) {
454 limit && x2 <= (x1 + 2)) {
170 con_write16(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, cchar_t *str, int limit) argument
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c935 long limit; local
937 limit = LINE_MAX;
939 limit = _nc_globals.getstr_limit;
942 if (limit < sysconf(_SC_LINE_MAX))
943 limit = sysconf(_SC_LINE_MAX);
945 if (_nc_globals.getstr_limit < (int) limit)
946 _nc_globals.getstr_limit = (int) limit;
949 T(("using %d for getstr limit", _nc_globals.getstr_limit));
/freebsd-current/contrib/lua/src/
H A Dltests.c215 char *limit = getenv("MEMLIMIT"); /* initialize memory limit */ local
216 mc->memlimit = limit ? strtoul(limit, NULL, 10) : ULONG_MAX;
235 if (mc->countlimit != ~0UL && size != oldsize) { /* count limit in use? */
362 Node *n, *limit = gnode(h, sizenode(h)); local
367 for (n = gnode(h, 0); n < limit; n++) {
846 unsigned long limit = cast(unsigned long, luaL_checkinteger(L, 1)); local
847 if (limit == 0) limit
[all...]
H A Dlundump.c69 static size_t loadUnsigned (LoadState *S, size_t limit) { argument
72 limit >>= 7;
75 if (x >= limit)
H A Dlgc.c447 Node *n, *limit = gnodelast(h); local
451 for (n = gnode(h, 0); n < limit; n++) { /* traverse hash part */
524 Node *n, *limit = gnodelast(h); local
529 for (n = gnode(h, 0); n < limit; n++) { /* traverse hash part */
726 Node *limit = gnodelast(h); local
728 for (n = gnode(h, 0); n < limit; n++) {
745 Node *n, *limit = gnodelast(h); local
753 for (n = gnode(h, 0); n < limit; n++) {
1114 GCObject *limit, GCObject **pfirstold1) {
1126 while ((curr = *p) != limit) {
1113 sweepgen(lua_State *L, global_State *g, GCObject **p, GCObject *limit, GCObject **pfirstold1) argument
1496 deletelist(lua_State *L, GCObject *p, GCObject *limit) argument
[all...]
/freebsd-current/contrib/unbound/sldns/
H A Dsbuffer.h121 /** The read/write limit */
185 * clears the buffer and make it ready for writing. The buffer's limit
201 * the buffer. The buffer's limit is set to the current position and
239 * or equal to the buffer's limit.
252 * be moved behind the buffer's limit or before the beginning of the
276 * changes the buffer's limit. If the buffer's position is greater
277 * than the new limit the position is set to the limit.
279 * \param[in] limit the new limit
282 sldns_buffer_set_limit(sldns_buffer *buffer, size_t limit) argument
[all...]
/freebsd-current/sbin/ipfw/
H A Dipv6.c184 uint16_t i, limit = cmd->o.arg1; local
188 for( i=0; i < limit; ++i) {
189 if (i == limit - 1)
H A Ddummynet.c106 { "limit", TOK_LIMIT},
299 " quantum %jd limit %jd flows %jd",
316 " quantum %jd limit %jd flows %jd",
1040 * 3- quantum, 4- limit, 5- flows
1086 errx(EX_DATAERR, "limit is not for codel, use queue instead\n");
1088 errx(EX_DATAERR, "limit needs number\n");
1116 * 7- quantum, 8- limit, 9- flows
1225 errx(EX_DATAERR, "limit is not for pie, use queue instead\n");
1227 errx(EX_DATAERR, "limit needs number\n");
1768 long limit; local
1778 long limit; local
[all...]
/freebsd-current/sys/dev/uart/
H A Duart_dev_msm.c220 int limit; local
232 limit = 1000;
235 && --limit)
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_memory.c353 uint64_t limit; local
364 limit = (priv_check(curthread, PRIV_VM_MLOCK) == 0) ?
367 if (zone->used_mem > limit)
/freebsd-current/usr.bin/netstat/
H A Dnetisr.c105 * Load a nul-terminated string from KVM up to 'limit', guarantee that the
109 netisr_load_kvm_string(uintptr_t addr, char *dest, u_int limit) argument
113 for (i = 0; i < limit; i++) {
119 dest[limit - 1] = '\0';
399 xo_emit(" {:queue-limit/%6u}", snpp->snp_qlimit);
469 "Default queue limit", defaultqlimit, maxqlimit);
/freebsd-current/lib/libpfctl/
H A Dlibpfctl.h197 uint32_t limit; member in struct:pfctl_rule::__anon3
498 int pfctl_set_limit(struct pfctl_handle *h, const int index, const uint limit);
499 int pfctl_get_limit(struct pfctl_handle *h, const int index, uint *limit);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c217 ssize_t limit, size_t *);
1956 * to limit confusion. ;-)
2164 int64_t limit, last_digit_limit; local
2166 limit = INT64_MAX / 10;
2177 if (s > limit ||
2178 (s == limit && digit > last_digit_limit)) {
2482 int64_t l, limit, last_digit_limit; local
2488 limit = INT64_MAX / base;
2510 if (l > limit || (l == limit
2648 int64_t l, maxval, limit, last_digit_limit; local
2761 readline(struct archive_read *a, struct tar *tar, const char **start, ssize_t limit, size_t *unconsumed) argument
[all...]
/freebsd-current/contrib/cortex-strings/scripts/
H A Dbench.py135 parser.add_argument("-l", "--limit", type=int, help="upper limit to test to (in bytes)", default = 512*1024)
148 steps = int(round(math.log(args.limit) / math.log(step)))
/freebsd-current/sys/sys/
H A Dsmr.h77 int c_limit; /* Deferred advance limit. */
234 smr_t smr_create(const char *name, int limit, int flags);
H A Dimgact_aout.h151 int aout_coredump(struct thread *td, struct vnode *vp, off_t limit,
/freebsd-current/usr.bin/limits/
H A Dlimits.c60 * the csh 'limit' or sh 'ulimit' command, but each varies just
67 const char * hard; /* Hard limit text */
68 const char * soft; /* Soft limit text */
69 const char * both; /* Hard+Soft limit text */
117 { "limit%s cputime %s", ";\n", 1 },
118 { "limit%s filesize %s", ";\n", 1024 },
119 { "limit%s datasize %s", ";\n", 1024 },
120 { "limit%s stacksize %s", ";\n", 1024 },
121 { "limit%s coredumpsize %s", ";\n", 1024 },
122 { "limit
557 print_limit(rlim_t limit, unsigned divisor, const char * inf, const char * pfx, const char * sfx, const char * which) argument
[all...]
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c714 size_t limit, local_nbytes; local
722 /* Determine output byte limit */
724 limit = *olen;
726 limit = 0;
913 else if (limit < *olen)

Completed in 774 milliseconds

1234567891011>>