Searched defs:min (Results 101 - 125 of 126) sorted by relevance

123456

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c1537 int min, max; local
1541 if ((type = is_grouping(path, &min, &max)) != NULL) {
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c495 minor_t min; local
508 min = meta_getminor(r->r_namep->dev);
509 checksum -= min;
517 r->r_driver_name, min, r->r_blkno, devidp, checksum) < 0) {
2617 nblks = ((nblks == 0) ? r->r_nblk : min(r->r_nblk, nblks));
H A Dmeta_import.c1036 struct did_min_name *min; local
1075 for (min = &did_rec->minor_name[0]; min->min_devid_key != 0;
1077 min = (struct did_min_name *)((char *)min + DID_NAMSIZ(min))) {
1084 min->min_key, replicated);
1097 if (min->min_devid_key == did->did_key)
1167 MIN_NM_TYPE(min->min_name, mtype);
1176 meta_didmin_to_stdmin(min
1507 char *min = di_minor_name(minor); local
[all...]
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c189 sasl_gss_seterror_(const context_t *text, OM_uint32 maj, OM_uint32 min, argument
193 sasl_gss_seterror(const sasl_utils_t *utils, OM_uint32 maj, OM_uint32 min)
282 maj_stat = gss_display_status(&min_stat, min,
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c2206 int min, max, mid, omid, found = 0; local
2211 min = 0;
2219 while (min <= max) {
2220 mid = (max + min) / 2;
2237 min = mid + 1;
2334 int min, mid, max, cmp; local
2340 min = 0;
2343 while (min <= max) {
2344 mid = (max + min) / 2;
2358 min
[all...]
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c62 #define min(a, b) ((a) > (b) ? (b) : (a)) macro
826 retry_int = min(retry_int * 2, MAX_COMMIT_RETRY_INT);
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.c69 const char *c_min_prop = "min";
211 { "pset.min", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT, res_min_init,
570 uint64_t min, max; local
581 * max can't be less than min (if it exists)
585 if (pool_value_get_uint64(&val, &min) != PO_SUCCESS) {
589 if (max < min) {
624 uint64_t min, max; local
628 * min must be a uint
630 if (pool_value_get_uint64(pval, &min) != PO_SUCCESS) {
635 * min ca
1012 resource_get_min(const pool_resource_t *res, uint64_t *min) argument
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c76 #define min(a, b) ((a) > (b) ? (b) : (a)) macro
2542 i < min(cfp->cf_head->h_ncfgs, MAX_CFG); i++) {
2589 for (i = 0; i < min(ch->h_ncfgs, MAX_CFG); i++) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c337 hc_enum(topo_mod_t *mod, tnode_t *pnode, const char *name, topo_instance_t min, argument
353 if (min != max) {
356 "ambiguous instance number, min (%d) != max (%d).\n",
357 HC, min, max);
372 nvl = hc_fmri_create(mod, pfmri, FM_HC_SCHEME_VERSION, name, min,
380 if ((node = topo_node_bind(mod, pnode, name, min, nvl)) == NULL) {
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c124 #define min(a, b) (((a) < (b)) ? (a) : (b)) macro
795 alloc_end = min (events[j].pos, target + size);
977 alloc_end = min (events[j].pos, target + size);
1384 candidate = ALIGN_DOWN (min (addr + sz - size, max_addr), align);
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py1103 min = vers.unpack_int() variable in class:RadConnection
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c155 register int min, sec, frac; local
165 min = t%60;
169 sfprintf(outfile,"%dm%d%c%0*ds",min,sec,GETDECIMAL(0),p,frac);
171 sfprintf(outfile,"%dm%ds",min,sec);
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c1994 PedGeometry* min = _get_min_extended_part_geom (part, NULL); local
1999 if (min) {
2000 ped_geometry_init (&start_range, dev, 1, min->start);
2001 ped_geometry_init (&end_range, dev, min->end,
2002 dev->length - min->end);
2003 ped_geometry_destroy (min);
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c1444 OM_uint32 maj, min; local
1454 gss_release_buffer(&min, oidstrp);
1459 maj = gss_oid_to_str(&min, mech_oid, oidstrp);
1463 gss_release_buffer(&min, oidstrp);
1467 gss_release_buffer(&min, oidstrp);
1715 OM_uint32 maj, maj_sc, min; local
1720 maj_sc = gss_oid_to_str(&min,
1723 maj = gss_oid_to_str(&min, mechoid, &oidstr);
1731 (void) gss_release_buffer(&min, &oidstr);
1733 (void) gss_release_buffer(&min,
1756 OM_uint32 maj, min; local
[all...]
/osnet-11/usr/src/common/mpi/
H A Dmpi.c2959 /* {{{ s_mp_grow(mp, min) */
2961 /* Make sure there are at least 'min' digits allocated to mp */
2962 mp_err s_mp_grow(mp_int *mp, mp_size min) argument
2964 if(min > ALLOC(mp)) {
2967 /* Set min to next nearest default precision block size */
2968 min = MP_ROUNDUP(min, s_mp_defprec);
2970 if((tmp = s_mp_alloc(min, sizeof(mp_digit), FLAG(mp))) == NULL)
2980 ALLOC(mp) = min;
2989 /* {{{ s_mp_pad(mp, min) */
2992 s_mp_pad(mp_int *mp, mp_size min) argument
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h285 short min; member in struct:Celt_s
486 int min; member in struct:Trie_s
540 size_t min; /* minimum match length */ member in struct:reglib_s
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree.c3265 int min = nKey1>nKey2 ? nKey2 : nKey1; local
3266 int c = memcmp(zKey1, zKey2, min);
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c3563 scf_tmpl_prop_cardinality(const scf_prop_tmpl_t *t, uint64_t *min, argument
3572 if (scf_value_get_count(val_min, min) < 0)
3576 *min = 0;
3872 uint64_t *min = NULL; local
3884 min = malloc(vals.value_count * sizeof (uint64_t));
3886 if (min == NULL || max == NULL) {
3891 /* min and max should be separated by a "," */
3896 min[i] = strtoull(one_range[0], &endptr, 10);
3907 if (min[i] > max[i]) {
3915 ranges->scr_min = min;
3971 int64_t *min = NULL; local
5396 _add_tmpl_count_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, uint64_t count, uint64_t *min, uint64_t *max) argument
5596 _add_tmpl_int_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, int64_t val, int64_t *min, int64_t *max) argument
6091 uint64_t min, max; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c4165 topo_instance_t min, topo_instance_t max, void *arg, void *reqdata)
4164 ses_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *reqdata) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c184 I32 last_end; /* min value, <0 unless valid. */
680 I32 min = 0, pars = 0, code; local
775 min -= 4;
880 min += min1;
921 min += l;
987 min += l;
1046 min++;
1145 min += minnext * mincount;
1376 min++;
1673 return min;
2644 I32 min; local
[all...]
H A Dtoke.c1246 I32 min; /* first character in range */ local
1266 min = (U8)*d; /* first char in range */
1269 if (min > max) {
1272 (char)min, (char)max);
1276 if ((isLOWER(min) && isLOWER(max)) ||
1277 (isUPPER(min) && isUPPER(max))) {
1278 if (isLOWER(min)) {
1279 for (i = min; i <= max; i++)
1283 for (i = min; i <= max; i++)
1290 for (i = min;
[all...]
H A Dutil.c3695 Perl_my_strftime(pTHX_ char *fmt, int sec, int min, int hour, int mday, int mon, int year, int wday, int yday, int isdst) argument
3705 mytm.tm_min = min;
H A Dperl.h1587 * Try to figure out max and min values for the integral types. THE CORRECT
2359 int min; /* the minimal number of scans to match */ member in struct:curcur
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h1121 #undef min macro
1123 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c2487 getnum(const char *strp, int *nump, int min, int max) argument
2501 if (num < min)

Completed in 204 milliseconds

123456