Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddriver.c63 static void i_attach_ctlop(dev_info_t *, ddi_attach_cmd_t, ddi_pre_post_t, int);
164 i_attach_ctlop(devi, cmd, DDI_PRE, 0); in devi_attach()
166 i_attach_ctlop(devi, cmd, DDI_POST, error); in devi_attach()
219 i_attach_ctlop(dev_info_t *devi, ddi_attach_cmd_t cmd, ddi_pre_post_t w, in i_attach_ctlop() function