OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DM_ULOG_REQUEST_MASK
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
dm-log-userspace.h
40
#define
DM_ULOG_REQUEST_MASK
0xFF
41
#define DM_ULOG_REQUEST_TYPE(request_type) (
DM_ULOG_REQUEST_MASK
& (request_type))
/external/kernel-headers/original/uapi/linux/
dm-log-userspace.h
369
* (
DM_ULOG_REQUEST_MASK
& request_type) to get the request type
383
#define
DM_ULOG_REQUEST_MASK
0xFF
385
(
DM_ULOG_REQUEST_MASK
& (request_type))
Completed in 2700 milliseconds