Searched refs:limit (Results 101 - 125 of 341) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/lib/libast/common/hash/
H A Dhashlib.h57 Hash_bucket_t** limit; /* slot limit */
/opensolaris-onvv-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dconftab.h71 Value_t limit; member in struct:Conf_s
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dconftab.h71 Value_t limit; member in struct:Conf_s
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dconftab.h71 Value_t limit; member in struct:Conf_s
/opensolaris-onvv-gate/usr/src/uts/i86pc/boot/
H A Dboot_gdt.s39 uint16_t limit; /* sizeof (global_descriptor_table) - 1 */
59 .value 0xFFFF /* segment limit 0..15 */
67 .value 0xFFFF /* segment limit 0..15 */
77 .value 0xFFFF /* segment limit 0..15 */
87 .value 0xFFFF /* segment limit 0..15 */
95 .value 0xFFFF /* segment limit 0..15 */
112 .value 0x0001 /* segment limit 0..15 */
/opensolaris-onvv-gate/usr/src/uts/intel/io/intel_nb5000/
H A Ddimm_addr.c100 if (rp && pa >= rp->base && pa < rp->limit)
195 uint64_t limit)
211 rp->limit = limit;
193 dimm_add_rank(int branch, int rank, int branch_interleave, int way, uint64_t base, uint32_t hole, uint32_t hole_size, int interleave, uint64_t limit) argument
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpcount.c173 int limit; local
176 if (strncasecmp(aclbuf, "limit", 5) == 0) {
181 (void) strtok(linebuf, " \t"); /* returns "limit" */
184 limit = atoi(ptr); /* returns limit <n> */
186 return (limit);
398 int limit; local
449 limit = acl_getlimit(myaclbuf, class);
462 if (limit == -1)
465 printf("(%3d maximum)\n", limit);
[all...]
H A Daccess.c664 /* PURPOSE : Scan the ACL buffer and determine what limit applies to */
671 int limit; local
677 /* limit <class> <n> <times> [<message_file>] */
678 while (getaclentry("limit", &entry)) {
682 limit = atoi(ARG1);
686 return (limit);
830 /* PURPOSE : Scan the ACL buffer and determine what file limit to use */
851 /* file-limit [<raw>] <in|out|total> <count> [<class>] */
852 while (getaclentry("file-limit", &entry)) {
924 /* PURPOSE : Scan the ACL buffer and determine what data limit t
1145 limit_op(int operation, int limit) argument
1327 acl_join(char *class, int limit) argument
1469 int limit; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c461 int limit) /* limit on number of entries to free */
519 if (size > limit)
520 size = limit;
533 limit -= size;
534 if (limit <= 0)
561 if (size > limit)
562 size = limit;
454 check_maps( uchar_t *map1, uchar_t *map2, int mapsize, int startvalue, char *name, int skip, int limit) argument
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_vops3.c63 * Don't go past line limit. F is the operation to
69 lfind(pastatom, cnt, f, limit)
72 line *limit;
80 * and computing the limit; a 0 argument means
86 if (limit == 0)
87 limit = dir < 0 ? one : dol;
88 llimit = limit;
/opensolaris-onvv-gate/usr/src/lib/nsswitch/files/common/
H A Dgetexecattr.c59 const char *limit, *linep, *keyp; local
73 limit = line + linelen;
79 while (*keyp && linep < limit &&
84 if (*keyp || linep == limit || *linep != ':')
88 while (linep < limit && *linep != ':')
/opensolaris-onvv-gate/usr/src/uts/common/exec/aout/
H A Daout.c286 rlim64_t limit; local
311 * against the available memory or upper limit of memory allowed.
313 * For the 64-bit kernel, the limit can be set large enough so that
315 * overflowing here by comparing it with the unrounded limit in pages.
318 limit = btop(curproc->p_vmem_ctl);
320 if ((roundlimit > limit && *execsz > roundlimit) ||
321 (roundlimit < limit && *execsz > limit)) {
/opensolaris-onvv-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c253 char *limit; local
264 limit = strpbrk(start, terminators);
265 if (limit == 0) {
269 p = limit;
281 if (start == limit) {
285 *limit = '\0';
323 char *current, *limit; local
397 /* limit username to COMMA */
398 if ((limit = strchr(current, COMMA)) == NULL)
400 *limit
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c52 #define WRN_LIMIT "WARNING: -l limit (%llu blocks) exceeds device " \
59 "limit=%llu."
61 "limit=%llu."
93 static void newvolume(struct data **, unsigned int, fsblkcnt_t limit,
176 * if there is a value in pllimit (-l specified limit), use that for
177 * the limit from now on.
245 /* If we have a valid inode limit, ensure this part will fit */
403 store(struct data **sf, unsigned int eptnum, char *aclass, fsblkcnt_t limit, argument
420 if (((limit == 0) || ((btotal + btemp) <= limit))
536 newvolume(struct data **sf, unsigned int eptnum, fsblkcnt_t limit, fsblkcnt_t ilimit) argument
573 limit); local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.c187 nsc_size_t buflen, len, limit, chunk; local
207 if ((rc = nsc_partsize(fd, &limit)) != 0)
214 uint64_t, limit,
217 if (limit && pos >= limit) {
218 if (pos > limit || rw == UIO_WRITE)
223 if (limit && pos + len > limit)
224 len = limit - pos;
/opensolaris-onvv-gate/usr/src/lib/libproject/common/
H A Dgetprojent.c384 char **limit; local
396 limit = (char **)ROUND_DOWN(buffer + buflen, sizeof (char *));
462 while (uglist < limit) {
470 if (uglist >= limit)
476 while (uglist < limit) {
484 if (uglist >= limit)
/opensolaris-onvv-gate/usr/src/cmd/filebench/workloads/
H A Dwebproxy.f58 flowop opslimit name=limit
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c72 unsigned char* limit = prev - 6; local
73 while (((*--prev & 0xC0) == 0x80) && (prev != limit)) {
/opensolaris-onvv-gate/usr/src/cmd/audio/include/
H A DAudioFile.h149 Double& limit);
/opensolaris-onvv-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c60 #define PROCESS_LIST_SVC_SQL(rcode, db, dbname, sql, limit, flag, cb, res, len)\
61 rcode = process_list_svc_sql(db, dbname, sql, limit, flag, cb, res);\
650 idmap_list_mappings_1_svc(int64_t lastrowid, uint64_t limit, int32_t flag, argument
683 if (limit == 0 || (maxlimit > 0 && maxlimit < limit))
684 limit = maxlimit;
685 if (limit > 0)
687 "LIMIT %" PRIu64, limit + 1ULL);
714 PROCESS_LIST_SVC_SQL(retcode, cache, IDMAP_CACHENAME, sql, limit,
801 uint64_t limit, idmap_namerules_re
800 idmap_list_namerules_1_svc(idmap_namerule rule, uint64_t lastrowid, uint64_t limit, idmap_namerules_res *result, struct svc_req *rqstp) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c180 * "limit" specifies the maximum number of entries to be processed.
187 * to this routine being called. "limit" is the number of elements available.
190 getutmpx_3(all, version, limit)
193 int limit; /* limits users returned, 0 means no limit */
204 while ((utent = getutxent()) != NULL && (limit == 0 || cnt < limit)) {
/opensolaris-onvv-gate/usr/src/lib/libidmap/common/
H A Didmap_impl.h89 uint64_t limit; member in struct:idmap_iter
/opensolaris-onvv-gate/usr/src/uts/i86pc/sys/
H A Dcpr_wakecode.h132 * this is NOT correctly aligned, see description of idt & gdt, limit and
136 ushort_t limit; member in struct:wc_desctbr
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s255 * upper limit for the non-FPBLK code. To minimize performance regression
763 sethi %hi(hw_copy_limit_1), %o3 ! Check copy limit
767 cmp %o2, %o3 ! if length <= limit
776 sethi %hi(hw_copy_limit_2), %o3 ! Check copy limit
780 cmp %o2, %o3 ! if length <= limit
787 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
791 cmp %o2, %o3 ! if length <= limit
797 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit
801 cmp %o2, %o3 ! if length <= limit
947 sethi %hi(hw_copy_limit_1), %o3 ! Check copy limit
[all...]
H A Dopl_olympus_copy.s251 * upper limit for the non-FPBLK code. To minimize performance regression
718 sethi %hi(hw_copy_limit_1), %o3 ! Check copy limit
722 cmp %o2, %o3 ! if length <= limit
731 sethi %hi(hw_copy_limit_2), %o3 ! Check copy limit
735 cmp %o2, %o3 ! if length <= limit
742 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
746 cmp %o2, %o3 ! if length <= limit
752 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit
756 cmp %o2, %o3 ! if length <= limit
902 sethi %hi(hw_copy_limit_1), %o3 ! Check copy limit
[all...]

Completed in 271 milliseconds

1234567891011>>