Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_ioctl.c100 extern void md_probe_one(probe_req_t *);
2584 daemon_request_new(&md_ff_daemonq, md_probe_one, hdr, REQ_NEW); in raid_admin_ioctl()
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_ioctl.c74 extern void md_probe_one(probe_req_t *);
2771 daemon_request_new(&md_ff_daemonq, md_probe_one, hdr, REQ_NEW); in mirror_admin_ioctl()
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c3393 md_probe_one(probe_req_t *reqp) in md_probe_one() function