Home
last modified time | relevance | path

Searched refs:A_SIZE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c298 #define A_SIZE(a) (sizeof (a) / sizeof (a[0])) macro
1368 if (db_type < A_SIZE(db_control_types)) { in mblk_prt()
1376 if (db_type >= 0 && db_type < A_SIZE(db_control_hipri_types)) in mblk_prt()
1579 if (proc_ev >= A_SIZE(ftev_proc)) in ft_printevent()
1583 } else if (alloc_ev >= A_SIZE(ftev_alloc)) { in ft_printevent()