Searched refs:maxcount (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4u/sys/
H A Decc_kstat.h83 * named kstat: unix:0:ecc-info:maxcount
88 struct kstat_named maxcount; member in struct:ecc_error_info
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_harmless.c151 Remember the maxcount we record is 1 > the user count,
155 unsigned maxcount )
159 if(maxcount != 0) {
160 ++maxcount;
161 if(maxcount != dhp->dh_maxcount) {
167 dwarf_harmless_init(dhp,maxcount-1);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_find.c220 uint16_t count, maxcount, index; local
247 if (smbsr_decode_vwv(sr, "ww", &maxcount, &sattr) != 0)
332 if (maxcount > SMB_MAX_SEARCH)
333 maxcount = SMB_MAX_SEARCH;
335 while (count < maxcount) {
411 uint16_t count, maxcount, index; local
427 if (smbsr_decode_vwv(sr, "ww", &maxcount, &sattr) != 0)
487 if (maxcount > SMB_MAX_SEARCH)
488 maxcount = SMB_MAX_SEARCH;
490 while (count < maxcount) {
564 uint16_t maxcount, index; local
630 uint16_t count, maxcount, index; local
[all...]
H A Dsmb_trans2_find.c537 uint16_t count, maxcount; local
541 if ((maxcount = args->fa_maxcount) == 0)
542 maxcount = 1;
544 if ((smb_trans2_find_max != 0) && (maxcount > smb_trans2_find_max))
545 maxcount = smb_trans2_find_max;
548 while (count < maxcount) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c61 * maxcount that isn't large enough to hold the smallest possible
471 if (args->maxcount <= RFS4_MINLEN_RDDIR4) {
535 if (args->maxcount > tsize)
536 args->maxcount = tsize;
537 else if (args->maxcount < RFS4_MINLEN_RDDIR_BUF) {
538 if (args->maxcount < RFS4_MINLEN_ENTRY4) {
547 if (args->maxcount < MAXBSIZE)
550 mpcount = args->maxcount;
568 args->maxcount = mpcount = MAXBSIZE;
591 if (args->maxcount < (mpcoun
[all...]
H A Dnfs3_srv.c3430 if (args->maxcount > rfs3_tsize(req))
3431 args->maxcount = rfs3_tsize(req);
3437 args->dircount = MIN(args->dircount, args->maxcount);
3463 * fit in the buffer specified by maxcount. We stop calculating
3464 * post op attributes and filehandles once we have exceeded maxcount.
3543 if (bufsize + tofit > args->maxcount) {
3546 * first entry being measured. If so, then maxcount
3568 (args->maxcount - bufsize) >= NFS3_READDIRPLUS_ENTRY(MAXNAMELEN)) {
3664 resp->resok.maxcount = args->maxcount;
[all...]
H A Dnfs_log_xdr.c793 return (xdr_uint32(xdrs, &objp->maxcount));
H A Dnfs3_xdr.c2265 rci.rci_len = objp->maxcount;
2281 return (xdr_u_int(xdrs, &objp->maxcount));
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c970 int maxcount = 0; local
990 maxcount = count;
991 slot_names = malloc(sizeof (*slot_names) * maxcount);
992 bzero(slot_names, sizeof (*slot_names) * maxcount);
1023 if (count != maxcount)
1027 return (maxcount);
1030 di_slot_names_free(maxcount, slot_names);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c118 size_t count, maxcount = 1024; local
134 data1 = calloc(maxcount, 2);
139 data2 = data1 + maxcount;
143 count = min(size, maxcount);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c332 extern int count, maxcount;
455 if (maxcount && count >= maxcount) {
H A Dsnoop.c74 int maxcount; /* maximum no of packets to capture */ variable
337 maxcount = atoi(optarg);
H A Dsnoop_nfs4.c1915 args->dircount, args->maxcount);
1927 sprintf(get_line(0, 0), "Maxcount = %u", args->maxcount);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c211 args->maxcount = 1024;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c3937 ** maxcount -- maximum value for this counter before we
3953 checksmtpattack(pcounter, maxcount, waitnow, cname, e)
3955 unsigned int maxcount;
3960 if (maxcount <= 0) /* no limit */
3963 if (++(*pcounter) >= maxcount)
3968 if (*pcounter == maxcount && LogLevel > 5)
3974 shift = *pcounter - maxcount;
3979 #define IS_ATTACK(s) ((MaxChildren > 0 && *pcounter >= maxcount * 2) \
3983 (void) sleep(*pcounter / maxcount);
3984 s -= *pcounter / maxcount;
[all...]
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c425 size_t maxcount; local
613 maxcount = (size_t)iop->_cnt;
615 maxcount);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h453 count3 maxcount; member in struct:nfslog_READDIRPLUS3args
H A Dnfs.h1864 count3 maxcount; member in struct:READDIRPLUS3args
1897 uint_t maxcount; member in struct:READDIRPLUS3resok
H A Dnfs4_kprot.h1139 count4 maxcount; member in struct:READDIR4args
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c2396 sigqhdralloc(size_t size, uint_t maxcount) argument
2409 ASSERT(maxcount <= INT_MAX);
2411 sqh->sqb_count = maxcount;
2412 sqh->sqb_maxcount = maxcount;
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x1040 count3 maxcount;
H A Dnfs4_prot.x1139 count4 maxcount;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c821 if (!xdr_count3(xdrs, &objp->maxcount))
H A Dnfslog_elf.c1054 args->maxcount);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c4126 int maxcount; local
4283 maxcount = 0;
4296 if (count > maxcount) {
4297 maxcount = count;

Completed in 189 milliseconds

12