Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/nvmeadm/
H A Dnvmeadm.h80 extern boolean_t nvme_detach(int);
H A Dnvmeadm_dev.c158 nvme_detach(int fd) in nvme_detach() function
H A Dnvmeadm.c1003 if ((c_name[0] == 'd' ? nvme_detach : nvme_attach)(fd) in do_attach_detach()
/titanic_44/usr/src/uts/common/io/nvme/
H A Dnvme.c294 static int nvme_detach(dev_info_t *, ddi_detach_cmd_t);
484 .devo_detach = nvme_detach,
2994 (void) nvme_detach(dip, DDI_DETACH); in nvme_attach()
3000 nvme_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) in nvme_detach() function