Home
last modified time | relevance | path

Searched refs:dls_dev_handle_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac.h42 int softmac_hold_device(dev_t, dls_dev_handle_t *);
43 void softmac_rele_device(dls_dev_handle_t);
H A Ddls.h79 typedef struct dls_dev_t *dls_dev_handle_t; typedef
/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c1169 softmac_rele_device((dls_dev_handle_t)softmac); in softmac_mac_recreate()
1176 softmac_rele_device((dls_dev_handle_t)softmac); in softmac_mac_recreate()
1518 softmac_hold_device(dev_t dev, dls_dev_handle_t *ddhp) in softmac_hold_device()
1606 *ddhp = (dls_dev_handle_t)softmac; in softmac_hold_device()
1614 softmac_rele_device(dls_dev_handle_t ddh) in softmac_rele_device()
/titanic_41/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c981 dls_dev_handle_t ddh = NULL; in dls_devnet_hold_common()
1055 dls_dev_handle_t ddh = NULL; in dls_devnet_hold_by_dev()
1121 dls_dev_handle_t ddh; in dls_devnet_hold_by_name()
1268 dls_dev_handle_t ddh = NULL; in dls_devnet_rename()
/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_drv.c380 dls_dev_handle_t ddh; in drv_ioc_phys_attr()