Home
last modified time | relevance | path

Searched refs:RW_DESTROY (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h274 # define RW_DESTROY(x) rw_destroy(&(x)->ipf_lk) macro
457 # define RW_DESTROY(x) macro
599 # undef RW_DESTROY
600 # define RW_DESTROY(x) mrfree(&(x)->ipf_lk) macro
648 # undef RW_DESTROY
910 # define RW_DESTROY(x) mtx_destroy(&(x)->ipf_lk) macro
916 # define RW_DESTROY(x) sx_destroy(&(x)->ipf_lk) macro
1136 # define RW_DESTROY(x) do { } while (0) macro
1278 # define RW_DESTROY(x) lock_free(&(x)->ipf_lk) macro
1708 # undef RW_DESTROY
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c669 RW_DESTROY(&ifs->ifs_ipf_mutex); in ipf_stack_destroy_one()
670 RW_DESTROY(&ifs->ifs_ipf_frcache); in ipf_stack_destroy_one()
671 RW_DESTROY(&ifs->ifs_ipf_global); in ipf_stack_destroy_one()
H A Dip_lookup.c121 RW_DESTROY(&ifs->ifs_ip_poolrw);
H A Dip_frag.c179 RW_DESTROY(&ifs->ifs_ipf_frag);
H A Dip_auth.c694 RW_DESTROY(&ifs->ifs_ipf_auth);
H A Dip_fil_solaris.c316 RW_DESTROY(&ifs->ifs_ipf_tokens);
317 RW_DESTROY(&ifs->ifs_ipf_ipidfrag);
H A Dip_nat.c4658 RW_DESTROY(&ifs->ifs_ipf_natfrag);
4659 RW_DESTROY(&ifs->ifs_ipf_nat);
H A Dip_state.c340 RW_DESTROY(&ifs->ifs_ipf_state);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_common_impl.h131 #define RW_DESTROY(lock) rw_destroy(lock) macro
H A Dhxge_main.c943 RW_DESTROY(&hxgep->filter_lock); in hxge_destroy_mutexes()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h180 #define RW_DESTROY(lock) rw_destroy(lock) macro
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c1579 RW_DESTROY(&nxgep->filter_lock); in nxge_destroy_mutexes()