Searched refs:DM_TABLE_PARAMS (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/dm/
H A Dnetbsd-dm.h209 #define DM_TABLE_PARAMS "params" macro
H A Ddm_ioctl.c803 DM_TABLE_PARAMS, &cp);
979 * Explicitly clear DM_TABLE_PARAMS to prevent dmsetup(8) from
980 * printing junk when DM_TABLE_PARAMS was never initialized.
982 prop_dictionary_set_string(target_dict, DM_TABLE_PARAMS, "");
996 DM_TABLE_PARAMS, params);
/netbsd-current/lib/libdm/
H A Dlibdm_ioctl.c773 DM_TABLE_PARAMS, params);
785 if (!prop_dictionary_get_string(libdm_table->ldm_tbl, DM_TABLE_PARAMS,

Completed in 89 milliseconds