Home
last modified time | relevance | path

Searched refs:g_dev (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/stress/
H A Dhwpoison.sh187 dev_major=0x`/usr/bin/stat --format=%t $g_dev` > /dev/null 2>&1
189 dev_minor=0x`/usr/bin/stat --format=%T $g_dev` > /dev/null 2>&1
212 echo -n "test will format $g_dev to $g_fstype, continue [y/n]? "
214 [ $in = 'y' -o $in = "yes" -o $in = 'Y' ] || err "$mkfs on $g_dev is cancelled"
216 begin "-- $mkfs $g_dev"
222 [ $g_fstype = ocfs2 ] && echo -n "test will format $g_dev to $g_fstype, continue [y/n]? "
223 silent_exec $mkfs $mkfs_opts $g_dev || err "cannot $mkfs $mkfs_opts on $g_dev"
224 end "-- $mkfs $g_dev"
227 silent_exec mount -t $g_fstype $g_dev
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp1648 for (uint32_t g_dev = 0; g_dev < group_props[group].physicalDeviceCount; ++g_dev) { in TEST()
1650 if (physical_devices[dev] == group_props[group].physicalDevices[g_dev]) { in TEST()
1715 for (uint32_t g_dev = 0; g_dev < group_props[group].physicalDeviceCount; ++g_dev) { in TEST()
1717 if (physical_devices[dev] == group_props[group].physicalDevices[g_dev]) { in TEST()
1785 for (uint32_t g_dev = 0; g_dev < group_prop in TEST()
[all...]

Completed in 4 milliseconds