Searched refs:max (Results 251 - 275 of 290) sorted by relevance

<<1112

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java140 private static native void _setMaximumConsumers(int max); argument
/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/grub/grub2/grub-core/bus/usb/
H A Dohci.c695 target |= transfer->max << 16;
799 /* Note: It could be simpler if speed, format and max. packet
801 * But unfortunately max. packet size may change during initial
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dext2.c280 grub_uint16_t max; member in struct:grub_ext4_extent_header
H A Djfs.c89 grub_uint16_t max; member in struct:grub_jfs_treehead
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dxnu.c38 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c1033 IV max; local
1045 max = SvIV(right);
1046 if (max >= i) {
1047 j = max - i + 1;
H A Dop.c2374 U32 max = 0; local
2523 if (rfirst + diff > max)
2524 max = rfirst + diff;
2533 none = ++max;
2535 del = ++max;
2537 if (max > 0xffff)
2539 else if (max > 0xff)
3839 * treated as min/max values by 'pp_iterinit'.
H A Dsv.c7084 register I32 max; local
7108 max = (unsigned char)*s++;
7109 for ( ; i <= max; i++) {
9697 UV max; local
9705 max = tbl->tbl_max;
9714 if (++riter > max) {
10162 Perl_cx_dup(pTHX_ PERL_CONTEXT *cxs, I32 ix, I32 max, CLONE_PARAMS* param) argument
10175 Newz(56, ncxs, max + 1, PERL_CONTEXT);
10332 I32 max = proto_perl->Tsavestack_max; local
10349 Newz(54, nss, max, AN
[all...]
H A Dperl.c896 I32 max; local
901 max = HvMAX(PL_strtab);
913 if (++riter > max)
2461 /* This message really ought to be max 23 lines.
H A Dproto.h909 PERL_CALLCONV PERL_CONTEXT* Perl_cx_dup(pTHX_ PERL_CONTEXT* cx, I32 ix, I32 max, CLONE_PARAMS* param);
1130 STATIC I32 S_regrepeat(pTHX_ regnode *p, I32 max);
1131 STATIC I32 S_regrepeat_hard(pTHX_ regnode *p, I32 max, I32 *lp);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm708 this is the max size of a shell command line.
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c113 int wg_maxact; /* max # of active runners */
1242 #define MAX_PERSIST_RESTART 10 /* max allowed number of restarts */
2471 static int WorkListSize = 0; /* current max size of WorkList */
2595 "gatherq: %s too long, %d max characters\n",
2599 "gatherq: %s too long, %d max characters",
2930 ** WorkList to WorkQ. The lower count of 'max' or MaxListCount items
2934 ** max -- maximum number of items to be placed in WorkQ
2945 sortq(max)
2946 int max;
3083 if (wc > max
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c2517 uint_t flag, int max, int which, int stop)
2521 if (which < 0 || which > max) {
2516 Psetaction(struct ps_prochandle *P, void *sp, size_t size, uint_t flag, int max, int which, int stop) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c85 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
453 (as_reply->enc_part2->times.renew_till > max(request->till,
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs505 SAVE_INT32(self, tempsp, max);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm1240 my $max = $av->MAX;
1241 $init->add("av_extend((AV*)&sv_list[$sv_list_index], $max);")
1242 if $max > -1;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c2487 getnum(const char *strp, int *nump, int min, int max) argument
2497 if (num > max)
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid.c960 len = max(len,
964 len = max(len, strlen(dgettext(TEXT_DOMAIN, "Device")));
H A Dmeta_mn_handlers.c198 maxfd = max(pout[0], perr[0]) + 1;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c4349 * to reinit and retry (max 3 times) on retriable LDAP errors.
4425 * clear any leftover results if max retries have not been
5426 int cnt, max; local
5460 for (max = 1; (send = strchr(++send, SEMITOK)) != NULL;
5461 max++) {}
5462 authpp = (ns_auth_t **)calloc(++max, sizeof (ns_auth_t *));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm773 : Purpose(to store max storage capacity for files)
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c6232 int max = 0; local
6241 if (width > max)
6242 max = width;
6245 return (max);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm3387 max($Math::BigFloat::div_scale,length(dividend)+length(divisor))
3389 result has at most max(scale, length(dividend), length(divisor)) digits
3391 scale = max(scale, length(dividend)-1,length(divisor)-1);
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c2003 topo_instance_t min, topo_instance_t max, void *arg, void *unused)
2002 fac_prov_ipmi_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *unused) argument

Completed in 305 milliseconds

<<1112