/titanic_44/usr/src/lib/fm/libfmd_snmp/mibs/ |
H A D | SUN-FM-MIB.mib | 115 MAX-ACCESS not-accessible 125 MAX-ACCESS not-accessible 145 MAX-ACCESS not-accessible 155 MAX-ACCESS read-only 164 MAX-ACCESS read-only 174 MAX-ACCESS read-only 183 MAX-ACCESS read-only 192 MAX-ACCESS read-only 200 MAX-ACCESS read-only 217 MAX-ACCESS not-accessible [all …]
|
H A D | SUN-IREPORT-MIB.mib | 85 MAX-ACCESS accessible-for-notify 104 MAX-ACCESS accessible-for-notify 112 MAX-ACCESS accessible-for-notify 120 MAX-ACCESS accessible-for-notify 128 MAX-ACCESS accessible-for-notify 136 MAX-ACCESS accessible-for-notify 144 MAX-ACCESS accessible-for-notify 152 MAX-ACCESS accessible-for-notify 160 MAX-ACCESS accessible-for-notify
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | ppfsm.h | 47 #undef MAX 48 #define MAX 255 macro 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];
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | acctctl.h | 142 MAX(MAX(MAX(AC_PROC_MAX_RES, AC_TASK_MAX_RES), AC_FLOW_MAX_RES), \
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | serverloop.c | 282 *maxfdp = MAX(*maxfdp, pipe_fd); in wait_until_can_do_something() 557 max_fd = MAX(connection_in, connection_out); in server_loop() 558 max_fd = MAX(max_fd, fdin); in server_loop() 559 max_fd = MAX(max_fd, fdout); in server_loop() 561 max_fd = MAX(max_fd, fderr); in server_loop() 644 max_fd = MAX(connection_in, connection_out); in server_loop() 645 max_fd = MAX(max_fd, fdin); in server_loop() 646 max_fd = MAX(max_fd, fdout); in server_loop() 647 max_fd = MAX(max_fd, fderr); in server_loop() 648 max_fd = MAX(max_fd, notify_pipe[0]); in server_loop() [all …]
|
/titanic_44/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
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | fslib.h | 83 #undef MAX 85 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_dimm.h | 162 MAX(MAX(sizeof (cmd_dimm_0_t), sizeof (cmd_dimm_pers_t)), \ 163 MAX(sizeof (cmd_dimm_1_t), sizeof (cmd_dimm_pers_t)))
|
/titanic_44/usr/src/lib/libpcp/common/ |
H A D | libpcp.h | 71 #ifndef MAX 72 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
|
/titanic_44/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)
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | iommutsb.c | 136 tsb_min = MAX(iommu_tsb_size_min, MIN_TSB_BYTES); in iommu_tsb_init() 153 tsb_size = MAX(tsb_size, tsb_min); in iommu_tsb_init() 164 ntsbs = MAX(ntsbs, niommu_tsbs); in iommu_tsb_init()
|
/titanic_44/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); in _rgb_to_hls() 180 MAX(float a, float b, float c) in MAX() function
|
H A D | tparm.c | 93 #define MAX 10 macro 120 st->stacksize += MAX; in push() 155 st->stacksize = MAX; in init_stack() 156 if ((st->stack = (void *)malloc(MAX * sizeof (long))) == NULL) { in init_stack()
|
/titanic_44/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
|
/titanic_44/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
|
/titanic_44/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)); in ral_rssadapt_updatestats()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | pathconf.c | 83 return ((long)MAX(sb.f_bsize, 1UL << 20)); in cpathconf() 101 return ((long)MAX(sb.f_bsize, PAGESIZE)); in cpathconf()
|
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_kbind.c | 90 bindsz = MAX(bindsz, tiptr->tp_info.addr); in t_kbind() 91 bindsz += MAX(TBINDREQSZ, TBINDACKSZ); in t_kbind()
|
/titanic_44/usr/src/lib/libc/port/sys/ |
H A D | sbrk.c | 132 low_align = MAX(low_align, ALIGNSZ); in _sbrk_grow_aligned() 133 high_align = MAX(high_align, ALIGNSZ); in _sbrk_grow_aligned()
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 127 int verbose = MAX(dump_opt['d'], dump_opt['i']); in zil_prt_rec_write() 282 int verbose = MAX(dump_opt['d'], dump_opt['i']); in print_log_record() 311 int verbose = MAX(dump_opt['d'], dump_opt['i']); in print_log_block() 365 int verbose = MAX(dump_opt['d'], dump_opt['i']); in dump_intent_log()
|
/titanic_44/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
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.kshlib | 152 typeset MAX=$2 157 RAND=$(( $RANDOM % $MAX + 1))
|
/titanic_44/usr/src/cmd/power/ |
H A D | sysstat.c | 285 time = MAX(time, disk->new_kios.wlastupdate); in check_disks() 353 tty_snaptime = MAX(tty_snaptime, in cpu_stats_load() 522 time = MAX(time, nfs_client2_kstat->ks_snaptime); in check_nfs() 525 time = MAX(time, nfs_client3_kstat->ks_snaptime); in check_nfs() 528 time = MAX(time, nfs_server2_kstat->ks_snaptime); in check_nfs() 531 time = MAX(time, nfs_server3_kstat->ks_snaptime); in check_nfs()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | cachefs_dlog.h | 273 #ifndef MAX 274 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro 278 MAX(offsetof(struct cfs_dlog_entry, dl_trailer), \
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | param.h | 261 #ifndef MAX 262 #define MAX(a, b) (((a) > (b))?(a):(b)) macro
|