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

1234567891011>>

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c553 get_next_chunk(dnode_t *dn, uint64_t *start, uint64_t limit) argument
555 uint64_t len = *start - limit;
561 ASSERT(limit <= *start);
564 *start = limit;
569 while (*start > limit && blkcnt < maxblks) {
578 *start = limit;
587 if (*start <= limit)
588 *start = limit;
/opensolaris-onvv-gate/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c1883 int limit; local
1922 limit = 0;
1927 limit = LOMBUS_MAX_REG+1;
1931 limit = LOMBUS_PAT_REG+1;
1935 limit = LOMBUS_EVENT_REG+1;
1940 err |= (rsp[i].lombus_base >= limit);
1943 rsp[i].lombus_size = limit-rsp[i].lombus_base;
1947 err |= (rsp[i].lombus_base+rsp[i].lombus_size > limit);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c220 uintptr_t tgn_limit; /* address limit of object */
1036 uintptr_t limit = addr + tgd->tgd_size; local
1039 node->tgn_limit = limit;
1342 uintptr_t limit = addr + size; local
1389 } while (addr < limit);
1790 size_t tsize, nsize, rem, offs, limit; local
1877 limit = node->tgn_smaller;
1879 limit = TG_NODE_SIZE(node);
1887 for (offs = 0; offs < limit; ) {
1911 for (addr = base + offs; addr < base + limit;
3063 uintptr_t base, limit = node->tgn_limit; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stripe.c1308 diskaddr_t limit; local
1448 limit = LLONG_MAX;
1453 if (new_blks > limit) {
1454 new_mdr->un_cum_blocks = limit;
1455 new_blks = limit;
1457 "unit size overflow, limit is %lld blocks\n"),
1458 limit);
1930 diskaddr_t limit; local
2048 limit = LLONG_MAX;
2053 if (cum_blocks > limit) {
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c671 offset_t endoff, limit; local
721 * its limit on file size. It is okay to write up to
722 * the limit, but not beyond. Thus, the write which
723 * reaches the limit will be short and the next write
726 * So if we're starting at or beyond the limit, EFBIG.
728 * the falls after the limit.
730 limit = uiop->uio_llimit;
731 if (limit == RLIM64_INFINITY || limit > MAXOFFSET_T)
732 limit
2588 static const int limit = 1000; local
[all...]
H A Dsmbfs_smb.c1970 smbfs_smb_findnextLM1(struct smbfs_fctx *ctx, uint16_t limit) argument
1984 ctx->f_left = ctx->f_limit = limit;
2192 smbfs_smb_findnextLM2(struct smbfs_fctx *ctx, uint16_t limit) argument
2207 ctx->f_left = ctx->f_limit = limit;
2419 smbfs_smb_findnext(struct smbfs_fctx *ctx, int limit, struct smb_cred *scrp) argument
2424 * Note: "limit" (maxcount) needs to fit in a short!
2426 if (limit > 0xffff)
2427 limit = 0xffff;
2434 error = smbfs_smb_findnextLM1(ctx, (uint16_t)limit);
2437 error = smbfs_smb_findnextLM2(ctx, (uint16_t)limit);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c892 * need to include an encapsulation limit option in the outer
2618 * Limit option and the limit value is 0, then fall through
2974 * Insert an encapsulation limit destination option in the packet provided.
2979 uint8_t limit)
3003 newouter6->it6h_encaplim.iel_telopt.ip6ot_encap_limit = limit;
3025 uint8_t *limit, *configlimit; local
3029 if (inner6 != NULL && iptun_find_encaplimit(mp, inner6, &limit)) {
3032 * encapsulation limit option. The limit variable points to
3034 * encapsulation limit optio
2978 iptun_insert_encaplimit(iptun_t *iptun, mblk_t *mp, ip6_t *outer6, uint8_t limit) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c442 int i, idx, limit; local
445 limit = ss->j_rx_cnt + (rx->mask + 1);
447 for (i = rx->cnt; i != limit; i++) {
780 static int limit = 0; local
781 if (limit == 0)
784 limit++;
978 #define MYRI10GE_NEXT_STRING(p) while (ptr < limit && *ptr++)
983 char *ptr, *limit; local
987 limit = mgp->eeprom_strings + MYRI10GE_EEPROM_STRINGS_SIZE;
989 while (*ptr != '\0' && ptr < limit) {
1136 myri10ge_load_firmware_from_zlib(struct myri10ge_priv *mgp, uint32_t *limit) argument
2508 int limit = 0; local
2595 myri10ge_clean_rx_done(struct myri10ge_slice_state *ss, struct myri10ge_mblk_list *mbl, int limit, boolean_t *stop) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c1588 uchar_t *comdata, *limit; local
1596 limit = data + len;
1613 if (comdata >= limit)
1627 if (comdata >= limit)
/opensolaris-onvv-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.h173 uint64_t limit; member in struct:list_cb_data
/opensolaris-onvv-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c182 rlim_t limit; local
184 if ((limit = rl.rlim_max) > FD_SETSIZE)
185 limit = FD_SETSIZE;
186 rl.rlim_cur = limit;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c614 size_t limit = 0; local
618 return(globextend(pattern, pglob, &limit));
680 if ((err = glob1(patbuf, patbuf+MAXPATHLEN-1, pglob, &limit)) != 0) {
700 return(globextend(qpat, pglob, &limit));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm1039 my $limit = time() - $Temp_File_Lifetime;
1042 ($limit) x 2;
1050 if( hex($1) < $limit ) {
1055 printf " $tempdir/$filespec is too recent (after %x)\n", $limit;
/opensolaris-onvv-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h999 #define NEXT(index, limit) ((index)+1 < (limit) ? (index)+1 : 0)
1256 uint64_t bge_atomic_claim(uint64_t *count_p, uint64_t limit);
1257 uint64_t bge_atomic_next(uint64_t *sp, uint64_t limit);
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Ddtrace_subr.c104 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit)) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c620 int i, limit = (type == VP_BOUND_TX) ? local
624 for (i = 0; i < limit; i++, current++) {
1874 int first, limit, region; local
1889 limit = FUNC2_VIR0;
1893 limit = FUNC_VIR_MAX;
1900 for (region = first; region < limit; region++) {
1905 if (region == limit) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c309 rlim64_t limit = uio->uio_llimit; local
331 if (limit == RLIM64_INFINITY || limit > MAXOFFSET_T)
332 limit = MAXOFFSET_T;
334 if (uio->uio_loffset >= limit && rw == UIO_WRITE) {
352 if (limit > UINT32_MAX)
353 limit = UINT32_MAX;
381 * Compare limit with the actual offset + n, not the
385 if (rw == UIO_WRITE && uio->uio_loffset + n >= limit) {
386 if (uio->uio_loffset >= limit) {
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c121 rlim64_t limit = uio->uio_llimit; local
156 if (limit == RLIM64_INFINITY || limit > MAXOFFSET_T)
157 limit = MAXOFFSET_T;
159 if (uio->uio_loffset >= limit) {
181 if (limit > MAXOFF_T)
182 limit = MAXOFF_T;
196 if (offset + bytes >= limit) {
197 if (offset >= limit) {
201 bytes = limit
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c77 { "fmd.memlimit", FMD_TYPE_SIZE, "limit on total memory allocated" },
79 { "fmd.buflimit", FMD_TYPE_SIZE, "limit on total buffer space" },
81 { "fmd.thrlimit", FMD_TYPE_UINT32, "limit on number of auxiliary threads" },
83 { "fmd.doorthrlimit", FMD_TYPE_UINT32, "limit on door server threads" },
93 { "fmd.xprtlimit", FMD_TYPE_UINT32, "limit on number of open transports" },
94 { "fmd.xprtqlimit", FMD_TYPE_UINT32, "limit on transport event queue length" },
181 uint32_t limit; local
203 (void) fmd_conf_getprop(fmd.d_conf, "client.tmrlim", &limit);
204 mp->mod_timerids = fmd_idspace_create(mp->mod_name, 1, limit + 1);
238 (void) fmd_conf_getprop(fmd.d_conf, "client.evqlim", &limit);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1399 # Total size of deferbuffer should not exceed the specified limit
1401 _ci_warn("buffer size is $self->{deferred_s} which exceeds the limit of $self->{dw_size}");
1405 # Total size of cached data should not exceed the specified limit
1408 _ci_warn("total stored data size is $total which exceeds the limit of $self->{memory}");
2156 This is an upper limit on the amount of memory that C<Tie::File> will
2169 The default memory limit is 2Mib. You can adjust the maximum read
2176 Setting the memory limit to 0 will inhibit caching; records will be
2179 The C<memory> value is not an absolute or exact limit on the memory
2186 memory limit, or else the cache overhead may exceed the size of the
2198 against the memory limit yo
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2199 int limit; local
2256 limit = (Daemons[dn].d_refuseLA != DPO_NOTSET) ?
2258 if (limit > 0 && CurrentLA >= limit)
2286 limit = (Daemons[dn].d_delayLA != DPO_NOTSET) ?
2288 if (limit > 0 && CurrentLA >= limit)
2297 CurrentLA, limit);
2301 Daemons[dn].d_name, CurrentLA, limit);
2307 limit
[all...]
/opensolaris-onvv-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1433 const char *p, *fieldstart, *limit, *namestart; local
1444 limit = p + lenstr;
1446 while (p < limit && isspace(*p)) {
1450 while (p < limit && !isspace(*p)) {
1462 while (p < limit && isspace(*p)) {
1468 if (p > limit || isspace(*p)) {
1487 while (p < limit && !isspace(*p)) {
1498 while (p < limit && isspace(*p)) {
1506 if (p >= limit || *p == '#') { /* no aliases, no problem */
/opensolaris-onvv-gate/usr/src/lib/libsqlite/src/
H A Dparse.y45 int limit; /* The LIMIT value. -1 if there is no limit */
308 A = sqliteSelectNew(W,X,Y,P,Q,Z,D,L.limit,L.offset);
472 limit_opt(A) ::= . {A.limit = -1; A.offset = 0;}
473 limit_opt(A) ::= LIMIT signed(X). {A.limit = X; A.offset = 0;}
475 {A.limit = X; A.offset = Y;}
477 {A.limit = Y; A.offset = X;}
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.func.c27 * "memoryuse" and the new one is "memorysize". Note also that a given limit
1301 bferr("No such limit");
1309 rlim_t limit; local
1331 switch (getval(lp, v+1, &limit)) {
1333 error("Value specified for limit is too large");
1339 if (setlim(lp, hard, limit) < 0) {
1488 rlim_t limit; local
1495 limit = hard ? rlim.rlim_max : rlim.rlim_cur;
1496 if (limit == RLIM_INFINITY) {
1499 psecs_ull(limit);
1543 setlim(struct limits *lp, tchar hard, rlim_t limit) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Derrlist123 86 Attempting to link in more shared libraries than system limit

Completed in 306 milliseconds

1234567891011>>