Searched refs:dm_target_lookup (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/dev/dm/
H A Ddm_target_zero.c64 if ((dmt = dm_target_lookup("zero")) != NULL) {
H A Ddm_target_error.c64 if ((dmt = dm_target_lookup("error")) != NULL) {
H A Ddm_target_mirror.c84 if ((dmt = dm_target_lookup("mirror")) != NULL) {
H A Ddm_target_snapshot.c139 if (((dmt = dm_target_lookup("snapshot")) != NULL)) {
143 if (((dmt = dm_target_lookup("snapshot-origin")) != NULL)) {
H A Ddm_target_stripe.c73 if ((dmt = dm_target_lookup("striped")) != NULL) {
H A Ddm.h236 dm_target_t* dm_target_lookup(const char *);
H A Ddm_target.c106 dm_target_lookup(const char *dm_target_name) function
H A Ddm_target_flakey.c96 if ((dmt = dm_target_lookup("flakey")) != NULL) {
H A Ddm_target_delay.c107 if ((dmt = dm_target_lookup("delay")) != NULL) {
H A Ddm_ioctl.c776 if (((target = dm_target_lookup(type)) == NULL) &&

Completed in 126 milliseconds