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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c1677 int32_t first_empty_slot = -1; /* remember that */ local
1735 if (first_empty_slot == -1) {
1736 first_empty_slot = i;
1740 if (iosvc_create == B_TRUE && first_empty_slot >= 0) {
1742 * this is the case we need to add an iosvc at first_empty_slot
1743 * for the ldom_name at iosvc_list[first_empty_slot]
1748 i = first_empty_slot;
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c3815 u32 first_empty_slot = 0; local
3828 if (!bits && !(first_empty_slot))
3829 first_empty_slot = regindex;
3840 if (first_empty_slot)
3841 regindex = first_empty_slot;

Completed in 96 milliseconds