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

  /external/ltp/testcases/kernel/fs/dmapi/
dm_impl.h 136 int dmimpl_mount(char **mountPt, char **deviceNm) {
146 if ((*deviceNm = DMOPT_GET("device")) == NULL) {
150 DMLOG_PRINT(DMLVL_DEBUG, "Device name is %s\n", *deviceNm);
155 DMLOG_PRINT(DMLVL_DEBUG, "Mounting %s on %s now...\n", *deviceNm, *mountPt);
156 return mount(*deviceNm, *mountPt, "jfs", 0, options);
dm_test.h 164 int dmimpl_mount(char **mountPt, char **deviceNm);
objref.c 43 char *deviceNm;
90 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
event_us.c 43 char *deviceNm;
104 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
mount.c 43 char *deviceNm;
93 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
token.c 44 char *deviceNm;
93 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
pmr_post.c 46 char *deviceNm;
110 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
    [all...]
event_sn.c 46 char *deviceNm;
106 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
    [all...]
mmap.c 46 char *deviceNm;
103 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
    [all...]
right.c 45 char *deviceNm;
94 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
    [all...]
disp.c 48 char *deviceNm;
101 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
    [all...]
event_am.c 45 char *deviceNm;
106 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
    [all...]
event_an.c 46 char *deviceNm;
112 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
    [all...]
invis.c 45 char *deviceNm;
151 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
    [all...]
pmr_pre.c 51 char *deviceNm;
101 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
    [all...]
event.c 47 char deviceNm[FILENAME_MAX];
    [all...]
event_sd.c 52 char *deviceNm;
113 } else if ((rc = dmimpl_mount(&mountPt, &deviceNm)) == -1) {
    [all...]

Completed in 2145 milliseconds