Searched defs:sc_state (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dschedctl.h58 * Java has a contract to look at sc_state and sc_cpu (PSARC/2005/351).
61 volatile ushort_t sc_state; /* current LWP state */ member in struct:sc_shared
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h78 enum ieee80211_state sc_state; member in struct:rum_softc
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h75 enum ieee80211_state sc_state; member in struct:ural_softc
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dcmd.h63 int sc_state; /* command state */ member in struct:scsa1394_cmd
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c95 * sc_state cache state machine values
104 uint32_t sc_state; member in struct:smb_shr_cache
1229 switch (smb_shr_cache.sc_state) {
1241 smb_shr_cache.sc_state = SMB_SHR_CACHE_STATE_CREATED;
1263 if (smb_shr_cache.sc_state == SMB_SHR_CACHE_STATE_CREATED) {
1264 smb_shr_cache.sc_state = SMB_SHR_CACHE_STATE_DESTROYING;
1270 smb_shr_cache.sc_state = SMB_SHR_CACHE_STATE_NONE;
1286 if (smb_shr_cache.sc_state != SMB_SHR_CACHE_STATE_CREATED) {

Completed in 62 milliseconds