Searched refs:min_count (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c141 int min_count; local
767 * at least min_count times
770 * <regex...>{min_count} compiles to
772 * <min_count><min_count>
774 * <regex...>{min_count,} compiles to
776 * <min_count><UNLIMITED>
778 * <regex...>{min_count,max_count} compiles to
780 * <min_count><max_count>
782 * (<regex...>){min_count,max_coun
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h131 uint32_t min_count; member in struct:devid_min_rec::did_min_name
/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c718 int min_count = 4; /* min repeat count */ local
720 if (nextlen == 0) max_count = 138, min_count = 3;
727 } else if (count < min_count) {
739 max_count = 138, min_count = 3;
741 max_count = 6, min_count = 3;
743 max_count = 7, min_count = 4;
763 int min_count = 4; /* min repeat count */ local
766 if (nextlen == 0) max_count = 138, min_count = 3;
772 } else if (count < min_count) {
790 max_count = 138, min_count
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dtrees.c716 int min_count = 4; /* min repeat count */ local
718 if (nextlen == 0) max_count = 138, min_count = 3;
725 } else if (count < min_count) {
737 max_count = 138, min_count = 3;
739 max_count = 6, min_count = 3;
741 max_count = 7, min_count = 4;
761 int min_count = 4; /* min repeat count */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
770 } else if (count < min_count) {
788 max_count = 138, min_count
[all...]
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaimport.c566 cnames.min_count = argc - optind;
567 cnames.min_names = Malloc(cnames.min_count * sizeof (char *));
569 for (i = 0; i < cnames.min_count; i++, optind++) {
587 * If the user specified disks on the command line, min_count will be
593 assert(cnames.min_count > 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2075 int min_count = 4; /* min repeat count */ local
2077 if (nextlen == 0) max_count = 138, min_count = 3;
2084 } else if (count < min_count) {
2096 max_count = 138, min_count = 3;
2098 max_count = 6, min_count = 3;
2100 max_count = 7, min_count = 4;
2120 int min_count = 4; /* min repeat count */ local
2123 if (nextlen == 0) max_count = 138, min_count = 3;
2129 } else if (count < min_count) {
2147 max_count = 138, min_count
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2911 int min_count = 4; /* min repeat count */ local
2913 if (nextlen == 0) max_count = 138, min_count = 3;
2920 } else if (count < min_count) {
2932 max_count = 138, min_count = 3;
2934 max_count = 6, min_count = 3;
2936 max_count = 7, min_count = 4;
2958 int min_count = 4; /* min repeat count */ local
2961 if (nextlen == 0) max_count = 138, min_count = 3;
2967 } else if (count < min_count) {
2989 max_count = 138, min_count
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpnamespace.c141 mdb_printf("min_count: %u\n", didmn.min_count);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c1091 int index = cnames->min_count++;
1096 cnames->min_count *
1122 cnames->min_count = 0;
1197 for (d = 0; d < cnames->min_count; ++d) {
H A Dmeta_set_tkr.c631 for (indx = 0; indx < cnames.min_count; ++indx) {
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c2018 did_n->min_count++;
2161 new_did_n->min_count = n->n_count;
3107 did_n->min_count = 1;
3644 did_n->min_count--;
/illumos-gate/usr/src/head/
H A Dmeta.h615 int min_count; member in struct:md_im_names

Completed in 117 milliseconds