Searched defs:max (Results 101 - 125 of 185) sorted by relevance

12345678

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddl.c525 const char *max = name + s->sh_size;
527 while ((name < max) && (*name))
523 const char *max = name + s->sh_size; local
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c62 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
492 for (i = 0; i < max(popcount, number); i++) {
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dusbtrans.h55 int max; member in struct:grub_usb_transfer
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_mapping.c222 int i, max; local
255 max = 1;
258 max++;
263 *mapA = (char **)calloc(max+1, sizeof (char *));
620 int *cnt, int *max, ns_ldap_search_desc_t *ret)
626 *max = NS_SDESC_MAX;
628 calloc(*max, sizeof (ns_ldap_search_desc_t *));
631 } else if (*cnt+1 >= *max) {
632 *max += NS_SDESC_MAX;
635 *max * sizeo
619 __ns_ldap_saveSearchDesc(ns_ldap_search_desc_t ***sdlist, int *cnt, int *max, ns_ldap_search_desc_t *ret) argument
664 int cnt, max; local
[all...]
/osnet-11/usr/src/lib/libkmf/include/
H A DkmfapiP.h293 #ifndef max
294 #define max(a, b) ((a) < (b) ? (b) : (a)) macro
299 (max(KMF_NUMBER_RSA_PUBLIC_KEY_PARTS, \
303 (max(KMF_NUMBER_RSA_PRIVATE_KEY_PARTS, \
307 (max(KMF_MAX_PUBLIC_KEY_PARTS, KMF_MAX_PRIVATE_KEY_PARTS))
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c701 int max = 0; /* largest enum value seen so far */ local
717 max = value_entries[j].value > max ?
718 value_entries[j].value : max;
725 if (val > max)
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Damiga.c250 _amiga_loop_check (uint32_t block, uint32_t * blocklist, uint32_t max) argument
254 for (i = 0; i < max; i++)
259 blocklist[max] = block;
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgserv.c183 size_t max = 0; local
209 if (len < max)
215 max = len;
230 &fullpath[max]) >= PATH_MAX) {
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_ident.c629 uint_t min, uint_t max)
634 assert(min <= max);
647 dhp->dh_maxid = max;
628 dt_idhash_create(const char *name, const dt_ident_t *tmpl, uint_t min, uint_t max) argument
/osnet-11/usr/src/lib/libilb/common/
H A Dlibilb_impl.h45 #if !defined max
46 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
52 /* The max message size for communicating with ilbd */
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.c715 topo_instance_t min, topo_instance_t max, void *arg, void *priv)
862 topo_mod_dprintf(mod, "%s: %s contains max: %d bays\n", f,
714 bay_enum(topo_mod_t *mod, tnode_t *t_parent, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *priv) argument
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c634 topo_instance_t max)
663 (min == max) ? min : TRUST_BDF, 0);
671 topo_instance_t max, void *data)
687 if (min == max) {
709 (min == max) ? min : TRUST_BDF, 0);
719 topo_instance_t min, topo_instance_t max, void *notused, void *data)
744 retval = pcibus_enum(mod, ptn, pname, min, max, data);
746 retval = pciexbus_enum(mod, ptn, pname, min, max);
633 pciexbus_enum(topo_mod_t *mp, tnode_t *ptn, char *pnm, topo_instance_t min, topo_instance_t max) argument
670 pcibus_enum(topo_mod_t *mp, tnode_t *ptn, char *pnm, topo_instance_t min, topo_instance_t max, void *data) argument
718 pci_enum(topo_mod_t *mod, tnode_t *ptn, const char *name, topo_instance_t min, topo_instance_t max, void *notused, void *data) argument
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem.c595 topo_instance_t min, topo_instance_t max, void *arg, void *notused)
594 mem_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *notused) argument
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c876 int32_t max, i; local
901 max = hashp->hdr.bsize >> 2; /* divide by 4 bytes */
902 for (i = 0; i < max; i++)
916 int32_t i, max; local
932 max = hashp->hdr.bsize >> 2; /* divide by 4 bytes */
933 for (i = 0; i < max; i++)
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_list.c185 int value, int extent, int min, int max,
197 int thumby = tracktop + tracklen * (value - min) / (max - min);
198 int thumbheight = tracklen * extent / (max - min) + 1;
184 draw_scrollbar(list_impl_t self, int value, int extent, int min, int max, int rightx, int topy, int height) argument
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c291 gethname(au_tid_addr_t *tid, char *p, size_t max, char *prefix, argument
303 if (prefix_len > max)
308 max -= prefix_len;
326 if (l > max)
327 l = max;
373 if (l > max)
374 l = max;
389 getuname(uid_t uid, gid_t gid, char *p, size_t max, char *prefix, argument
399 if (prefix_len > max)
406 max
[all...]
/osnet-11/usr/src/common/mpi/
H A Dmp_gf2m.c565 * Up to max elements of the array will be filled. Return value is total
569 mp_bpoly2arr(const mp_int *a, unsigned int p[], int max) argument
577 for (k = 0; k < max; k++) p[k] = 0;
584 if (k < max) p[k] = MP_DIGIT_BIT * i + j;
/osnet-11/usr/src/cmd/powertop/common/
H A Dpowertop.h61 #define max(A, B) (((A) < (B)) ? (B) : (A)) macro
120 * This is the value of sizeof ("18446744073709551615"), which is the max
424 extern int pt_delta_str(char *s1, char *s2, uint64_t *delta, int max);
H A Dutil.c89 int max, cpus_conf; local
92 max = sysconf(_SC_CPUID_MAX);
96 if (max == -1 || cpus_conf == -1) {
97 max = cpus_conf = 1;
107 for (cpuid = 0; cpuid < max; cpuid++) {
262 * max string will contain n-1 ':'s and one null terminator
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddump.c1232 int max = 0; local
1245 if (max < count)
1246 max = count;
1248 for (i = 0; i <= max; i++) {
1253 if (i != max)
1269 for (i = max; i > 0; i--) { /* Precision: count down. */
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c45 #define PFMAX(pf) ((pf)->data.data.fm.max)
52 Vmulong_t max; /* max busy space for region */ member in union:_pfdata_s::__anon1194
321 Vmulong_t nf, Vmulong_t sf, Vmulong_t max, Vmulong_t size)
323 static char* pfsummary(buf, na, sa, nf, sf, max, size)
329 Vmulong_t max;
341 if(max > 0)
343 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(max,-1), ':');
320 pfsummary(char* buf, Vmulong_t na, Vmulong_t sa, Vmulong_t nf, Vmulong_t sf, Vmulong_t max, Vmulong_t size) argument
/osnet-11/usr/src/lib/libsqlite/src/
H A Ddate.c83 ** max maximum allowed value of the integer
95 int max; local
103 max = va_arg(ap, int);
114 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c54 int max; member in struct:__anon2748
62 if (sp->max <= sp->used)
83 string.max = n;
227 string.max = n;
246 if (string.used < string.max)
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c609 size_t pwlen, opwlen, max; local
615 max = pwdef->maxlength;
616 pwlen = MIN(strlen(pw), max);
617 opwlen = MIN(strlen(opw), max);
624 while (*opw != '\0' && *pw != '\0' && max-- != 0) {
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c70 int *max; member in struct:fixed_array
107 fp->max = (int*)(fp+1);
108 fp->incr = fp->max+fp->ndim;
1069 if((fp->cur[dot]+1) < fp->max[dot])
1248 ap->header.nelem |= fp->max[0];
1320 sfprintf(out,"[%d]",fp->max[n]);
1358 fp->max = (int*)(fp+1);
1359 fp->incr = fp->max+n;
1361 fp->max[0] = (int)sh_arith(shp,(char*)sub);
1366 fp->max[
[all...]

Completed in 62 milliseconds

12345678