Searched refs:softmac_hold_device (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | softmac.h | 42 int softmac_hold_device(dev_t, dls_dev_handle_t *);
|
/titanic_41/usr/src/uts/common/io/dls/ |
H A D | dls_mgmt.c | 989 (void) softmac_hold_device(phydev, &ddh); in dls_devnet_hold_common() 1070 (void) softmac_hold_device(dev, &ddh); in dls_devnet_hold_by_dev() 1175 if (softmac_hold_device(phy_dev, &ddh) != 0) in dls_devnet_hold_by_name() 1282 softmac_hold_device(phydev, &ddh) == 0) { in dls_devnet_rename() 1291 (void) softmac_hold_device(phydev, &ddh); in dls_devnet_rename()
|
/titanic_41/usr/src/uts/common/io/softmac/ |
H A D | softmac_main.c | 1518 softmac_hold_device(dev_t dev, dls_dev_handle_t *ddhp) in softmac_hold_device() function
|
/titanic_41/usr/src/uts/common/io/dld/ |
H A D | dld_drv.c | 400 if ((err = softmac_hold_device(phydev, &ddh)) != 0) in drv_ioc_phys_attr()
|
/titanic_41/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 1208 STUB(softmac, softmac_hold_device, nomod_einval);
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 1285 STUB(softmac, softmac_hold_device, nomod_einval);
|