Searched refs:nxctl_flags (Results 1 – 2 of 2) sorted by relevance
207 nxctl->nxctl_flags |= NEXUSCTLF_ATTACHED; in nxctl_create()236 ASSERT(!(nxctl->nxctl_flags & NEXUSCTLF_KERNEL)); in nxctl_close()242 nxctl->nxctl_flags); in nxctl_close()245 if (!(nxctl->nxctl_flags & NEXUSCTLF_NOFDREF)) { in nxctl_close()246 nxctl->nxctl_flags |= NEXUSCTLF_NOFDREF; in nxctl_close()251 if (nxctl->nxctl_flags & NEXUSCTLF_ATTACHED) { in nxctl_close()257 nxctl->nxctl_flags &= ~NEXUSCTLF_ATTACHED; in nxctl_close()1166 nxctl->nxctl_flags |= NEXUSCTLF_KERNEL; in nxctl_init()1173 nxctl->nxctl_flags |= NEXUSCTLF_NOFDREF; in nxctl_init()1192 ASSERT(!(nxctl->nxctl_flags & NEXUSCTLF_ATTACHED)); in nxctl_free()[all …]
74 uint32_t nxctl_flags; member