Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1753 char ds_root[D_ROOT_SZ]; in show_devfs_devices() local
1759 strncpy(ds_root, "/dev", D_ROOT_SZ); in show_devfs_devices()
1761 strncpy(di_root, ds_root, D_ROOT_SZ); in show_devfs_devices()
1770 strncpy(di_root, ds_root, D_ROOT_SZ); in show_devfs_devices()
1771 strcat(ds_root, "/scsi"); in show_devfs_devices()
1777 res = hbtl_scan(ds_root, 0, larr); in show_devfs_devices()