Home
last modified time | relevance | path

Searched refs:devo_attach (Results 1 – 8 of 8) sorted by relevance

/onnv-gate/usr/src/uts/common/io/warlock/
H A Dddi_dki_impl.c70 (*devops_p->devo_attach)(0, 0); in main()
H A Dav1394.wlcmd61 add dev_ops::devo_attach targets av1394_attach
H A Dusbser.wlcmd53 add dev_ops::devo_attach targets usbser_attach
/onnv-gate/usr/src/uts/common/sys/
H A Ddevops.h387 int (*devo_attach)(dev_info_t *dip, ddi_attach_cmd_t cmd); member
/onnv-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c1060 (xdfs_hvm_dev_ops->devo_attach == NULL) || in xdfs_hvm_attach()
1061 ((rv = xdfs_hvm_dev_ops->devo_attach(dip, cmd)) != DDI_SUCCESS)) { in xdfs_hvm_attach()
/onnv-gate/usr/src/uts/common/os/
H A Ddriver.c154 if ((fn = ops->devo_attach) == NULL) { in devi_attach()
/onnv-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c90 .devo_attach = umad_attach,
/onnv-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c100 .devo_attach = sol_uverbs_attach,