Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/sys/
H A Dds_impl.h270 DS_SVC_FREE, /* svc structure not in use */ enumerator
314 #define DS_SVC_ISFREE(svc) ((svc == NULL) || (svc->state == DS_SVC_FREE))
/titanic_50/usr/src/uts/sun4v/io/
H A Dds_common.c2375 newsvc->state = DS_SVC_FREE; /* Mark as free temporarily */ in ds_alloc_svc()
2553 svc->state = DS_SVC_FREE; in ds_ucap_init()
3304 svc->state = DS_SVC_FREE; in ds_delete_svc_entry()