Searched refs:nent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c2111 ulong_t nent; local
2145 nent = ddi_getprop(DDI_DEV_T_ANY, devi, DDI_PROP_DONTPASS,
2148 if (nent == 0 || nent > 0x1000000)
2149 nent = FASTTRAP_TPOINTS_DEFAULT_SIZE;
2151 if ((nent & (nent - 1)) == 0)
2152 fasttrap_tpoints.fth_nent = nent;
2154 fasttrap_tpoints.fth_nent = 1 << fasttrap_highbit(nent);
2163 nent
[all...]

Completed in 743 milliseconds