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

/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h234 boolean_t is_free; /* local state - inuse or not */ member in struct:vdc_local_desc
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvdc.c2750 vdc->local_dring[i].is_free = B_TRUE;
3089 if (!local_dep->is_free) {
3107 ASSERT(local_dep->is_free);
3118 local_dep->is_free = B_FALSE;
3129 local_dep->is_free = B_TRUE;
3136 local_dep->is_free = B_TRUE;
3577 ldep->is_free = B_TRUE;
3579 DMSG(vdc, 2, ": is_free = %d : status = %d\n", ldep->is_free, status);
3969 if (!curr_ldep->is_free) {
[all...]

Completed in 125 milliseconds