Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c1677 int32_t first_empty_slot = -1; /* remember that */ in etm_iosvc_lookup() local
1735 if (first_empty_slot == -1) { in etm_iosvc_lookup()
1736 first_empty_slot = i; in etm_iosvc_lookup()
1740 if (iosvc_create == B_TRUE && first_empty_slot >= 0) { in etm_iosvc_lookup()
1748 i = first_empty_slot; in etm_iosvc_lookup()
/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c3815 u32 first_empty_slot = 0; in ixgbe_find_vlvf_slot() local
3828 if (!bits && !(first_empty_slot)) in ixgbe_find_vlvf_slot()
3829 first_empty_slot = regindex; in ixgbe_find_vlvf_slot()
3840 if (first_empty_slot) in ixgbe_find_vlvf_slot()
3841 regindex = first_empty_slot; in ixgbe_find_vlvf_slot()