HomeSort by relevance Sort by last modified time
    Searched refs:tst_device (Results 1 - 3 of 3) sorted by null

  /external/ltp/include/
tst_device.h 21 struct tst_device { struct
29 extern struct tst_device *tst_device;
  /external/ltp/testcases/kernel/syscalls/creat/
creat06.c 144 SAFE_MKFS(tst_device->dev, tst_device->fs_type, NULL, NULL);
147 SAFE_MOUNT(tst_device->dev, "mntpoint", tst_device->fs_type,
  /external/ltp/lib/
tst_test.c 30 #include "tst_device.h"
517 static struct tst_device tdev;
518 struct tst_device *tst_device; variable in typeref:struct:tst_device
559 tst_device = &tdev;

Completed in 185 milliseconds