Searched refs:NXPROVF_CLOSED (Results 1 – 2 of 2) sorted by relevance
257 if (!(nxprov->nxprov_flags & NXPROVF_CLOSED) && in nxctl_close()1622 if (nxprov->nxprov_flags & NXPROVF_CLOSED) { in nxprov_close()1642 nxprov->nxprov_flags |= NXPROVF_CLOSED; in nxprov_close()1856 if (nxprov == NULL || (nxprov->nxprov_flags & NXPROVF_CLOSED)) { in nx_create()2116 (nxprov->nxprov_flags & NXPROVF_CLOSED)) { in nx_detach()
267 #define NXPROVF_CLOSED 0x2 /* attached but closed */ macro