OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEV_NAME
(Results
1 - 7
of
7
) sorted by null
/external/ltp/testcases/kernel/device-drivers/uaccess/
ltp_uaccess.h
22
#define
DEV_NAME
"ltp_uaccess"
uaccess.c
35
char *TCID =
DEV_NAME
;
37
static const char dev_result[] = "/sys/devices/"
DEV_NAME
"/result";
38
static const char dev_tcase[] = "/sys/devices/"
DEV_NAME
"/tcase";
39
static const char module_name[] =
DEV_NAME
".ko";
ltp_uaccess.c
32
pr_err(
DEV_NAME
": " fmt "\n", ##__VA_ARGS__)
34
pr_info(
DEV_NAME
": " fmt "\n", ##__VA_ARGS__)
48
.init_name =
DEV_NAME
,
/system/core/init/
watchdogd.cpp
28
#define
DEV_NAME
"/dev/watchdog"
41
int fd = open(
DEV_NAME
, O_RDWR|O_CLOEXEC);
43
PLOG(ERROR) << "Failed to open " <<
DEV_NAME
;
/external/ltp/testcases/kernel/device-drivers/include/
includeTest.h
33
#define
DEV_NAME
"includeTest"
/external/ltp/testcases/kernel/device-drivers/nls/
nlsTest.h
33
#define
DEV_NAME
"nlsTest"
/libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileAttributeViews.java
298
private static final String
DEV_NAME
= "dev";
308
MODE_NAME, INO_NAME,
DEV_NAME
, RDEV_NAME,
351
if (builder.match(
DEV_NAME
))
352
builder.add(
DEV_NAME
, attrs.dev());
Completed in 115 milliseconds