OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:execdevice
(Results
1 - 1
of
1
) sorted by null
/external/libppp/src/
exec.c
72
struct
execdevice
{
struct
77
#define device2exec(d) ((d)->type == EXEC_DEVICE ? (struct
execdevice
*)d : NULL)
82
return sizeof(struct
execdevice
);
88
struct
execdevice
*dev = device2exec(p->handler);
99
struct
execdevice
*dev;
120
struct
execdevice
*dev = device2exec(p->handler);
146
struct
execdevice
*dev = device2exec(p->handler);
178
struct
execdevice
*dev = (struct
execdevice
*)iov[(*niov)++].iov_base;
207
struct
execdevice
*dev = device2exec(p->handler)
[
all
...]
Completed in 210 milliseconds