/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_fmri.h | 60 #ifndef MAX 61 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
|
H A D | fmd_api.h | 70 #ifndef MAX 71 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | fslib.h | 83 #undef MAX macro 85 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | mac.h | 46 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/ |
H A D | gen.h | 68 #define MAX(A, B) ((A) > (B) ? (A) : (B)) macro
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_impl.h | 60 #ifndef MAX 61 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | init_color.c | 49 static float MAX(float, float, float), MIN(float, float, float); 132 max = MAX(r, g, b); 180 MAX(float a, float b, float c) function
|
H A D | tparm.c | 93 #define MAX 10 macro 120 st->stacksize += MAX; 155 st->stacksize = MAX; 156 if ((st->stack = (void *)malloc(MAX * sizeof (long))) == NULL) {
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_util.h | 43 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
/illumos-gate/usr/src/lib/libpcp/common/ |
H A D | libpcp.h | 71 #ifndef MAX 72 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | vdev_impl.h | 30 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro 39 MAX((sh), UBERBLOCK_SHIFT)
|
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_collection.c | 40 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
|
/illumos-gate/usr/src/uts/common/io/ral/ |
H A D | ral_rate.c | 56 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro 128 interval = MAX(100000, 10000000 / MAX(1, 10 * ra->ra_pktrate));
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.h | 43 #ifndef MAX 44 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_intel.c | 51 #ifndef MAX 52 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 290 #ifndef MAX 291 #define MAX(x,y) (((x) >= (y)) ? (x) : (y)) macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 180 #ifndef MAX 181 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
|
/illumos-gate/usr/src/cmd/sort/common/ |
H A D | utility.h | 65 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_stats.c | 84 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro 691 tmp = MAX(sm_perfcntr.portxmdata, 695 tmp = MAX(sm_perfcntr.portrcdata, 699 tmp = MAX(sm_perfcntr.portxmpkts, 703 tmp = MAX(sm_perfcntr.portrcpkts,
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_stats.c | 100 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro 612 tmp = MAX(sm_perfcntr.portxmdata, 616 tmp = MAX(sm_perfcntr.portrcdata, 620 tmp = MAX(sm_perfcntr.portxmpkts, 624 tmp = MAX(sm_perfcntr.portrcpkts,
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 283 #ifndef MAX /* Usually found in <sys/param.h>. */ 284 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) macro
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_memlist.c | 148 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro 203 MAX(chunk_begin, rem_begin) + 1;
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.h | 51 #ifndef MAX 52 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
|
/illumos-gate/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 72 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 56 #ifndef MAX 57 #define MAX(a, b) ((a) < (b) ? (b) : (a)) macro 100 #define L_MAXMIN32 0x3ffff /* MAX minor for 3b2 software drivers. */
|