OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_t
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/libutil/
op_deviceio.h
30
fd_t
op_open_device(char const * name);
51
ssize_t op_read_device(
fd_t
devfd, void * buf, size_t size);
op_types.h
24
typedef int
fd_t
;
typedef
op_deviceio.c
22
fd_t
op_open_device(char const * name)
28
ssize_t op_read_device(
fd_t
devfd, void * buf, size_t size)
/external/oprofile/daemon/liblegacy/
init.c
39
fd_t
hashmapdevfd;
43
static
fd_t
devfd;
44
static
fd_t
notedevfd;
opd_mapping.c
44
extern
fd_t
hashmapdevfd;
/external/oprofile/daemon/
init.c
51
static
fd_t
devfd;
Completed in 420 milliseconds