| /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4v/etm/ |
| etm_impl.h | 60 #ifndef MAX 61 #define MAX(x, y) ((x) > (y) ? (x) : (y))
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/ |
| gen.h | 68 #define MAX(A, B) ((A) > (B) ? (A) : (B))
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/ |
| 24_cache_loop.t | 28 my $MAX = 30; 30 my $o = tie @a, 'Tie::File', $file, memory => $MAX, autodefer => 1;
|
| 20_cache_full.t | 23 my $MAX = 30; 25 my $o = tie @a, 'Tie::File', $file, memory => $MAX, autodefer => 0; 207 print $b <= $MAX 209 : "not ok $N # $b bytes cached, should be <= $MAX\n";
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ |
| fslib.h | 83 #undef MAX 85 #define MAX(a, b) ((a) > (b) ? (a) : (b))
|
| /onnv/onnv-gate/usr/src/lib/libpcp/common/ |
| libpcp.h | 71 #ifndef MAX 72 #define MAX(x, y) ((x) > (y) ? (x) : (y))
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| acctctl.h | 142 MAX(MAX(MAX(AC_PROC_MAX_RES, AC_TASK_MAX_RES), AC_FLOW_MAX_RES), \
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
| traceroute.h | 39 #define MAX_PORT 65535 /* max port value for UDP */ 47 * this is the max it can be, yet another factor is PMTU, which is ignored 62 #define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)
|
| /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/ |
| fmd_fmri.h | 60 #ifndef MAX 61 #define MAX(x, y) ((x) > (y) ? (x) : (y))
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/ |
| h2ph.h | 26 #undef MAX 27 #define MAX(a,b) ((a) > (b) ? (a) : (b))
|
| /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
| mem_mdesc.h | 39 #define MEM_DIMM_MAX 8 /* max FB DIMM depth */ 46 #ifndef MAX 47 #define MAX(x, y) ((x) > (y) ? (x) : (y))
|
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| init_color.c | 49 static float MAX(float, float, float), MIN(float, float, float); 128 double max, min; local 132 max = MAX(r, g, b); 137 l = (max + min) / 2; 141 if (max == min) { 146 s = (max - min) / (max + min); 148 s = (max - min) / (2 - max - min) [all...] |
| /onnv/onnv-gate/usr/src/uts/sparc/os/ |
| door_support.c | 42 char bytes[MAX(MINFRAME, MINFRAME32)];
|
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmplib/ |
| impl.h | 61 #ifndef MAX 62 #define MAX(x, y) ((x) > (y)? (x) : (y))
|
| /onnv/onnv-gate/usr/src/lib/libpp/common/ |
| ppfsm.h | 47 #undef MAX 48 #define MAX 255 53 #define EOF (MAX+1) 61 #define INDEX(p) (((p)-fsm[0])/(MAX+1)) 268 extern short fsm[TERMINAL+1][MAX+1]; 274 extern char trigraph[MAX+1];
|
| /onnv/onnv-gate/usr/src/uts/common/io/ral/ |
| ral_rate.c | 56 #define MAX(a, b) ((a) > (b) ? (a) : (b)) 128 interval = MAX(100000, 10000000 / MAX(1, 10 * ra->ra_pktrate));
|
| /onnv/onnv-gate/usr/src/uts/sun4/os/ |
| iommutsb.c | 136 tsb_min = MAX(iommu_tsb_size_min, MIN_TSB_BYTES); 142 /* Ensure that min and max are powers of two. */ 143 /* guaranteed min and max are both between MIN/MAX_TSB_BYTES */ 151 /* guaranteed min still <= max */ 153 tsb_size = MAX(tsb_size, tsb_min); 156 "iommutsb: bad iommu_tsb_size_min/max value pair"); 164 ntsbs = MAX(ntsbs, niommu_tsbs);
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| param.h | 44 #define MAXUPRC 25 /* max processes per user */ 45 #define NOFILE 256 /* max open files per process */ 46 #define MAXPID 30000 /* max process id */ 47 #define MAXUID 0xfffd /* max user id (from 60000) */ 48 #define MAXLINK 32767 /* max links */ 49 #define CANBSIZ 256 /* max size of typewriter line */ 60 #define NCARGS 0x100000 /* (absolute) max # characters in exec arglist */ 62 #define NGROUPS 16 /* max number groups */ 175 * Macros for fast min/max. 180 #ifndef MAX [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/sys/ |
| sbrk.c | 132 low_align = MAX(low_align, ALIGNSZ); 133 high_align = MAX(high_align, ALIGNSZ);
|
| /onnv/onnv-gate/usr/src/uts/common/ktli/ |
| t_kbind.c | 90 bindsz = MAX(bindsz, tiptr->tp_info.addr); 91 bindsz += MAX(TBINDREQSZ, TBINDACKSZ);
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| pathconf.c | 83 return ((long)MAX(sb.f_bsize, 1UL << 20)); 101 return ((long)MAX(sb.f_bsize, PAGESIZE));
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
| ping.h | 36 #define MAX_PORT 65535 /* max port number for UDP probes */ 37 #define MAX_ICMP_SEQ 65535 /* max icmp sequence value */ 47 * This is the max it can be. But another limiting factor is the PMTU, 53 #define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)
|
| /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
| cmd_page.h | 74 MAX(sizeof (cmd_page_0_t), sizeof (cmd_page_pers_t))
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/mdbug/ |
| priv.h | 55 #define MAX(x, y) (((x) > (y)) ? (x) : (y))
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| vm_meter.c | 129 MAX(deficit / 10, UsefulPagesPerIO * maxpgio / 2));
|