Searched refs:nx_flags (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.140.69/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-11417.140.69/bsd/skywalk/nexus/ |
| H A D | nexus.c | 1965 os_atomic_or(&nx->nx_flags, NXF_ATTACHED, relaxed); in nx_create() 2013 os_atomic_or(&nx->nx_flags, NXF_INVALIDATED, relaxed); in nx_destroy() 2043 if (nx != NULL && (nx->nx_flags & NXF_CLOSED)) { in nx_find() 2071 if (nx->nx_flags & NXF_CLOSED) { in nx_close() 2078 sk_uuid_unparse(nx->nx_uuid, uuidstr), nx->nx_flags, in nx_close() 2088 os_atomic_or(&nx->nx_flags, NXF_CLOSED, relaxed); in nx_close() 2122 sk_uuid_unparse(nx->nx_uuid, uuidstr), nx->nx_flags, NXF_BITS); in nx_detach() 2127 ASSERT(nx->nx_flags & NXF_ATTACHED); in nx_detach() 2140 os_atomic_andnot(&nx->nx_flags, NXF_ATTACHED, relaxed); in nx_detach() 2237 ASSERT(!(nx->nx_flags & NXF_ATTACHED) && nx->nx_prov == NULL); in nx_free()
|
| 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)
|
| /xnu-11417.140.69/bsd/skywalk/channel/ |
| H A D | channel.c | 1567 if ((nx->nx_flags & NXF_INVALIDATED) != 0) { in ch_open() 1734 if ((nx->nx_flags & NXF_INVALIDATED) != 0) { in ch_open_special() 1881 (nx->nx_flags & NXF_CLOSED)) { in ch_close_common()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 488 os_atomic_andnot(&fsw->fsw_nx->nx_flags, NXF_REJECT, relaxed); in fsw_setup_ifp() 551 os_atomic_or(&fsw->fsw_nx->nx_flags, NXF_REJECT, relaxed); in fsw_teardown_ifp()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 3420 if (NX_REJECT_ACT(nx) || (nx->nx_flags & NXF_CLOSED) != 0) { 4587 VERIFY((nx->nx_flags & NXF_ATTACHED) != 0); 4610 VERIFY((nx->nx_flags & NXF_ATTACHED) != 0);
|
| /xnu-11417.140.69/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 589 os_atomic_or(&nx->nx_flags, NXF_REJECT, relaxed); in nx_upipe_dom_disconnect()
|