Searched refs:NXPROVF_CLOSED (Results 1 – 2 of 2) sorted by relevance
280 if (!(nxprov->nxprov_flags & NXPROVF_CLOSED) && in nxctl_close()1646 if (nxprov->nxprov_flags & NXPROVF_CLOSED) { in nxprov_close()1666 nxprov->nxprov_flags |= NXPROVF_CLOSED; in nxprov_close()1880 if (nxprov == NULL || (nxprov->nxprov_flags & NXPROVF_CLOSED)) { in nx_create()2140 (nxprov->nxprov_flags & NXPROVF_CLOSED)) { in nx_detach()
265 #define NXPROVF_CLOSED 0x2 /* attached but closed */ macro