Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1754 char di_root[D_ROOT_SZ]; in show_devfs_devices() local
1761 strncpy(di_root, ds_root, D_ROOT_SZ); in show_devfs_devices()
1763 strcat(di_root, "/.devfsd"); in show_devfs_devices()
1765 if (stat(di_root, &st) < 0) { in show_devfs_devices()
1767 " attempting to continue ...\n", di_root); in show_devfs_devices()
1770 strncpy(di_root, ds_root, D_ROOT_SZ); in show_devfs_devices()
1772 strcat(di_root, "/ide"); in show_devfs_devices()
1787 res = hbtl_scan(di_root, 0, larr); in show_devfs_devices()