Searched refs:nx_flags (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_subs.c | 1386 if (nx->nx_flags & NX_DEFAULTEXPORT) { in nfsrv_hang_addrlist() 1392 nx->nx_flags |= NX_DEFAULTEXPORT; in nfsrv_hang_addrlist() 1574 if (nx->nx_flags & NX_DEFAULTEXPORT) { in nfsrv_free_addrlist() 1575 nx->nx_flags &= ~NX_DEFAULTEXPORT; in nfsrv_free_addrlist() 1623 if (nx->nx_expcnt == ((nx->nx_flags & NX_DEFAULTEXPORT) ? 1 : 0)) { in nfsrv_free_addrlist() 1727 nx->nx_flags &= ~NX_DEFAULTEXPORT; in nfsrv_export() 2064 nx->nx_flags &= ~NX_DEFAULTEXPORT; in nfsrv_export() 2077 nx->nx_flags &= ~NX_DEFAULTEXPORT; in nfsrv_export() 2159 if (nx->nx_flags & NX_DEFAULTEXPORT) { in nfsrv_check_exports_allow_address() 2201 if ((nxo == NULL) && (nx->nx_flags & NX_DEFAULTEXPORT)) { in nfsrv_export_lookup()
|
| H A D | nfs.h | 699 uint32_t nx_flags; /* export flags */ member
|
| /xnu-12377.61.12/bsd/skywalk/nexus/ |
| H A D | nexus_var.h | 211 volatile uint32_t nx_flags; member 250 #define NX_REJECT_ACT(_nx) (((_nx)->nx_flags & NXF_REJECT) != 0)
|
| H A D | nexus.c | 1961 os_atomic_or(&nx->nx_flags, NXF_ATTACHED, relaxed); in nx_create() 2009 os_atomic_or(&nx->nx_flags, NXF_INVALIDATED, relaxed); in nx_destroy() 2039 if (nx != NULL && (nx->nx_flags & NXF_CLOSED)) { in nx_find() 2067 if (nx->nx_flags & NXF_CLOSED) { in nx_close() 2074 sk_uuid_unparse(nx->nx_uuid, uuidstr), nx->nx_flags); in nx_close() 2083 os_atomic_or(&nx->nx_flags, NXF_CLOSED, relaxed); in nx_close() 2117 sk_uuid_unparse(nx->nx_uuid, uuidstr), nx->nx_flags); in nx_detach() 2122 ASSERT(nx->nx_flags & NXF_ATTACHED); in nx_detach() 2135 os_atomic_andnot(&nx->nx_flags, NXF_ATTACHED, relaxed); in nx_detach() 2232 ASSERT(!(nx->nx_flags & NXF_ATTACHED) && nx->nx_prov == NULL); in nx_free()
|
| /xnu-12377.61.12/bsd/skywalk/channel/ |
| H A D | channel.c | 1565 if ((nx->nx_flags & NXF_INVALIDATED) != 0) { in ch_open() 1694 if ((nx->nx_flags & NXF_INVALIDATED) != 0) { in ch_open_special() 1839 (nx->nx_flags & NXF_CLOSED)) { in ch_close_common()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 2769 if ((nx->nx_flags & NXF_CLOSED) != 0) { in nx_netif_configure_rx_flow_steering() 3485 if (NX_REJECT_ACT(nx) || (nx->nx_flags & NXF_CLOSED) != 0) { 4578 VERIFY((nx->nx_flags & NXF_ATTACHED) != 0); 4601 VERIFY((nx->nx_flags & NXF_ATTACHED) != 0);
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 491 os_atomic_andnot(&fsw->fsw_nx->nx_flags, NXF_REJECT, relaxed); in fsw_setup_ifp() 554 os_atomic_or(&fsw->fsw_nx->nx_flags, NXF_REJECT, relaxed); in fsw_teardown_ifp()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 588 os_atomic_or(&nx->nx_flags, NXF_REJECT, relaxed); in nx_upipe_dom_disconnect()
|