Searched refs:limit (Results 276 - 300 of 341) sorted by relevance

<<11121314

/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c2237 const char *limit[RC_COUNT]; local
2244 limit[RC_MIN] = min_attr;
2245 limit[RC_MAX] = max_attr;
2268 "element in service %s.\n"), limit[i],
/opensolaris-onvv-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1417 "Soft allocations limit more than hard limit"));
1420 "Soft bytes limit more than hard limit"));
1605 int limit = IPV6_ABITS; local
1609 limit = IP_ABITS;
1614 if (rc == limit)
1615 return (limit);
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1994 const conf_limit *limit = &conf_limits[0]; local
2003 for (; count && limit->name; count--, list++, limit++) {
2006 if (value & ~limit->mask) {
2009 conf_name, limit->name, value & ~limit->mask);
2010 *list &= limit->mask;
2011 } else if (value < limit->bottom) {
2013 "%s %s value too low: value = %d limit %d\n",
2014 conf_name, limit
17611 int limit = st_retry_count; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c886 ddi_prop_get_int(DDI_DEV_T_ANY, dip, 0, "scsi-tag-age-limit",
2966 * age limit, begin draining tag que to check for
6558 int limit, i, n; local
6659 limit = sp->cmd_pkt->pkt_time * 1000000;
6660 if (limit == 0) {
6661 limit = POLL_TIMEOUT;
6667 * time and wait limit usec for the target to reconnect
6671 if ((n = fas_dopoll(fas, limit)) <= 0) {
6694 * bump i, we have waited limit usecs in
6697 i += limit
6774 fas_dopoll(struct fas *fas, int limit) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c540 mdb_printf(" limit = 0x%x\n", ctl->d.limit);
707 tc->tc_bufsiz = ctl->d.limit -
889 mdb_printf(" limit = 0x%x\n", ctl->d.hlimit);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm110 The global variable $Devel::Peek::pv_limit can be set to limit the
112 means no limit.
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dmem_cage.c1261 pgcnt_t limit = (flags & PG_NORMALPRI) ? local
1265 (freemem < limit + npages)) {
H A Dpriv_defs300 effective, permitted and inheritable sets; the limit set must
301 be a superset of the target's limit set; if the target process
H A Dsunpm.c832 int limit = cp->pmc_comp.pmc_numlevels; local
836 for (i = 0; i < limit; i++) {
844 for (i = 0; i < limit; i++)
1399 int limit, i, *ip; local
1404 limit = cp->pmc_comp.pmc_numlevels;
1406 for (i = 0; i < limit; i++)
2412 int limit = cp->pmc_comp.pmc_numlevels; local
2418 for (i = 0; i < limit; i++) {
/opensolaris-onvv-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c1641 int limit; local
1651 limit = strlen(buff) + strlen(str) + 1;
1652 if (limit > *buffsize) {
1653 limit = *buffsize = *buffsize + ((limit / 64) + 64);
1654 buff = realloc(buff, limit);
2564 * Save share path into group. Currently limit
2834 * Remove share path from group. Currently limit
3025 * Remove share path from group. Currently limit
3301 * Save share path into group. Currently limit
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm734 # we need to limit the accuracy to protect against overflow
875 my ($limit,$v,$u,$below,$factor,$two,$next,$over,$f);
888 $limit = $self->new("1E-". ($scale-1));
892 # when the next term is below our limit, it won't affect the outcome
914 last if $next->bacmp($limit) <= 0;
1274 # we need to limit the accuracy to protect against overflow
1476 # we need to limit the accuracy to protect against overflow
1598 # we need to limit the accuracy to protect against overflow
1798 # we need to limit the accuracy to protect against overflow
1833 my ($limit,
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c556 rlim_t limit; local
599 limit = MAXOFF32_T;
601 limit = (rlim_t)uiop->uio_llimit;
606 * its limit on file size. It is okay to write up to
607 * the limit, but not beyond. Thus, the write which
608 * reaches the limit will be short and the next write
612 if (offset > limit) {
613 remainder = offset - limit;
614 uiop->uio_resid = limit - uiop->uio_offset;
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c3122 register uint64_t curr, limit; local
3147 limit = drmach_get_stick_il();
3148 limit += cpu_xcall_delay * system_clock_freq;
3160 if (curr > limit) {
3255 limit = copy_start + prog->data->copy_delay;
3277 * if we have not reached limit, wait
3281 if (curr <= limit)
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvds.c104 * more (up to the limit of the DRing size).
475 uint_t flabel_limit; /* limit of the fake label */
750 * This occurs if the starting block is past the limit
1605 uint_t limit = vd->flabel_limit * vd->vdisk_bsize; local
1610 /* if offset is past the fake label limit there's nothing to read */
1611 if (offset >= limit)
1628 if (offset + length <= limit) {
1633 bzero(data, limit - offset - n);
1634 return (limit - offset);
1660 uint_t limit local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c690 process_list_svc_sql(sqlite *db, const char *dbname, char *sql, uint64_t limit, argument
700 cb_data.limit = limit;
734 if (cb_data->limit > 0 && cb_data->next == cb_data->limit)
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c722 u_int limit = compat20 ? c->remote_window : packet_get_maxsize(); local
725 limit > 0 &&
726 buffer_len(&c->input) < limit &&
/opensolaris-onvv-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c126 #define ZONESTAT_NAME_SYSTEM_LIMIT "system-limit"
1441 char *name, zs_usage_t *u, int res, int limit)
1526 cap = zs_zone_limit_uint64(zone, limit);
1527 pctcap = zs_zone_limit_used_pct(zone, limit);
1440 zonestat_print_res(int report_fmt, char *header, char *sizename, char *resname, char *name, zs_usage_t *u, int res, int limit) argument
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Dforth.c1869 common_do(fcode_env_t *env, fstack_t endpt, fstack_t start, fstack_t limit) argument
1877 i = (start - limit) - SIGN_BIT;
1878 l = limit + SIGN_BIT;
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dthr.c264 * Attempt to keep the stack cache within the specified cache limit.
456 * munmap() previously freed stacks up to the residual cache limit.
1122 envvar(const char *ev, const char *match, int limit) argument
1135 if (val > limit) {
1136 val = limit;
/opensolaris-onvv-gate/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c1517 sle64_to_cpu(data->quota_q.limit),
1519 sle64_to_cpu(data->quota_q.limit));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dwalk.c26 char *limit; variable
678 limit = ", 9999)";
711 limit = ")";
716 str_cat(str,limit);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dutil.c1032 #define PUTX(limit) \
1036 while (l < limit) \
/opensolaris-onvv-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s485 cmp %o2, MED_WMAX ! limit to store buffer size
561 cmp %o2, MED_MAX ! limit to store buffer size
/opensolaris-onvv-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c107 #define DTD_ATTR_LIMIT (const xmlChar *) "limit"
160 * and lower limit. The functions that handle rctl aliases step through
162 * the rctl entry as well the limit for validation.
4021 zonecfg_valid_alias_limit(char *name, char *limitstr, uint64_t *limit) argument
4032 if (!valid_uint(limitstr, limit) || *limit < aliases[i].low_limit)
5249 * Verify that the supplied string is a valid privilege limit set for a
5872 rctl_qty_t limit; local
5888 /* Get the limit */
5895 limit
5965 rctl_qty_t limit = rctlblk_get_value((rctlblk_t *)rctlblk); local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/zmod/
H A Ddeflate.c1043 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? local
1045 /* Stop when cur_match becomes <= limit. To simplify the code,
1169 } while ((cur_match = prev[cur_match & wmask]) > limit
1283 /* Deal with !@#$% 64K limit: */

Completed in 413 milliseconds

<<11121314