Symbol: mod_hash_remove
usr/src/uts/common/inet/ip/ipmp.c
360
err = mod_hash_remove(ipst->ips_ipmp_grp_hash, key, &val);
usr/src/uts/common/inet/ip/tnet.c
438
(void) mod_hash_remove(gcdb_hash, (mod_hash_key_t)&gcdb->gcdb_attr,
usr/src/uts/common/inet/ip/tnet.c
603
(void) mod_hash_remove(hashp, (mod_hash_key_t)ga,
usr/src/uts/common/inet/iptun/iptun.c
1318
VERIFY(mod_hash_remove(iptun_hash,
usr/src/uts/common/io/aggr/aggr_grp.c
2063
(void) mod_hash_remove(aggr_grp_hash, GRP_HASH_KEY(linkid), &val);
usr/src/uts/common/io/bpf/bpf.c
1884
(void) mod_hash_remove(bpf_hash, (mod_hash_key_t)(uintptr_t)d->bd_dev,
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
473
if (mod_hash_remove(xch->xch_ss->ss_unsol_rxid_hash,
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
498
(void) mod_hash_remove(xch->xch_ss->ss_sol_oxid_hash,
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
771
if (mod_hash_remove(FRM2SS(frm)->ss_sol_oxid_hash,
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
800
if (mod_hash_remove(FRM2SS(frm)->ss_sol_oxid_hash,
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
854
if (mod_hash_remove(FRM2SS(frm)->ss_sol_oxid_hash,
usr/src/uts/common/io/dld/dld_drv.c
1041
VERIFY(mod_hash_remove(dld_ap_hashp, key, &val) == 0);
usr/src/uts/common/io/dld/dld_drv.c
1356
VERIFY(mod_hash_remove(drv_secobj_hash, (mod_hash_key_t)sup->su_name,
usr/src/uts/common/io/dld/dld_drv.c
944
VERIFY(mod_hash_remove(dld_ap_hashp, key, &val) == 0);
usr/src/uts/common/io/dld/dld_str.c
723
(void) mod_hash_remove(str_hashp, STR_HASH_KEY(dsp->ds_minor), &val);
usr/src/uts/common/io/dls/dls_link.c
1095
(void) mod_hash_remove(hash, dhp->dh_key, &val);
usr/src/uts/common/io/dls/dls_link.c
899
(void) mod_hash_remove(i_dls_link_hash,
usr/src/uts/common/io/dls/dls_mgmt.c
1158
VERIFY(mod_hash_remove(i_dls_devnet_hash,
usr/src/uts/common/io/dls/dls_mgmt.c
1162
VERIFY(mod_hash_remove(i_dls_devnet_id_hash,
usr/src/uts/common/io/dls/dls_mgmt.c
1651
(void) mod_hash_remove(i_dls_devnet_id_hash,
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
1109
(void) mod_hash_remove(xch->xch_ss->ss_sol_oxid_hash,
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
1114
(void) mod_hash_remove(xch->xch_ss->ss_unsol_rxid_hash,
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
599
(void) mod_hash_remove(FRM2SS(frm)->ss_sol_oxid_hash,
usr/src/uts/common/io/mac/mac.c
3334
err = mod_hash_remove(i_mactype_hash, (mod_hash_key_t)ident, &val);
usr/src/uts/common/io/mac/mac_flow.c
1071
VERIFY(mod_hash_remove(flow_hash,
usr/src/uts/common/io/mac/mac_provider.c
578
(void) mod_hash_remove(i_mac_impl_hash,
usr/src/uts/common/io/sad_conf.c
242
(void) mod_hash_remove(ss->ss_sad_hash, &ap->ap_common,
usr/src/uts/common/io/softmac/softmac_main.c
1090
err = mod_hash_remove(softmac_hash,
usr/src/uts/common/io/tl.c
1612
rc = mod_hash_remove(tep->te_transport->tr_ai_hash,
usr/src/uts/common/io/tl.c
6394
(void) mod_hash_remove(tep->te_addrhash,
usr/src/uts/common/io/tl.c
6400
(void) mod_hash_remove(tep->te_addrhash,
usr/src/uts/common/io/vnic/vnic_dev.c
690
(void) mod_hash_remove(vnic_hash, VNIC_HASH_KEY(vnic_id), &val);
usr/src/uts/common/klm/nlm_impl.c
1094
VERIFY(mod_hash_remove(hostp->nh_vholds_by_vp,
usr/src/uts/common/klm/nlm_impl.c
1209
VERIFY(mod_hash_remove(g->nlm_hosts_hash,
usr/src/uts/common/os/sunddi.c
6218
(void) mod_hash_remove(sss->ss_mod_hash,
usr/src/uts/common/os/sunddi.c
9934
if (mod_hash_remove(bsp->s_hash, dip, (mod_hash_val_t *)&sbusy))
usr/src/uts/common/os/sunddi.c
9969
if (mod_hash_remove(bsp->dv_hash, dv->dv_devi,
usr/src/uts/common/sys/ib/clients/ibd/ibd.h
384
(void) mod_hash_remove(state->id_ah_active_hash, \
usr/src/uts/common/sys/modhash.h
124
int mod_hash_remove(mod_hash_t *, mod_hash_key_t, mod_hash_val_t *);
usr/src/uts/sun4v/io/vnet.c
1244
rv = mod_hash_remove(vnetp->fdb_hashp, (mod_hash_key_t)addr,
usr/src/uts/sun4v/io/vnet_gen.c
1550
rv = mod_hash_remove(portp->vlan_hashp,
usr/src/uts/sun4v/io/vnet_gen.c
1556
rv = mod_hash_remove(portp->vlan_hashp,
usr/src/uts/sun4v/io/vsw_switching.c
1059
rv = mod_hash_remove(vswp->vlan_hashp,
usr/src/uts/sun4v/io/vsw_switching.c
1069
rv = mod_hash_remove(vswp->vlan_hashp,
usr/src/uts/sun4v/io/vsw_switching.c
1083
rv = mod_hash_remove(portp->vlan_hashp,
usr/src/uts/sun4v/io/vsw_switching.c
1093
rv = mod_hash_remove(portp->vlan_hashp,
usr/src/uts/sun4v/io/vsw_switching.c
1170
rv = mod_hash_remove(vswp->fdb_hashp, (mod_hash_key_t)addr,