Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h280 (!(cwp->state & (CW_CIS | CW_MEM | CW_ALLOCATED)))
607 #define CW_ALLOCATED 0x00000001 /* window is allocated */ macro
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c4719 cw->state |= (CW_ALLOCATED | CW_MEM); in cs_request_window()
5142 if ((cw->state & CW_ALLOCATED) && (cw->state & CW_MEM)) in cs_find_window()
5610 cw->state |= (CW_ALLOCATED | CW_IO);
6013 cw->state = (cw->state & CW_WINDOW_VALID) | (CW_ALLOCATED | CW_IO);
8084 cw->state |= (CW_CIS | CW_ALLOCATED);