OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idev
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/com32/lib/sys/
openconsole.c
38
int openconsole(const struct input_dev *
idev
, const struct output_dev *odev)
41
if (opendev(
idev
, odev, O_RDONLY) != 0)
44
if (opendev(
idev
, odev, O_WRONLY) != 1)
47
if (opendev(
idev
, odev, O_WRONLY) != 2)
opendev.c
40
int opendev(const struct input_dev *
idev
,
48
okflags = (
idev
?
idev
->fileflags : 0) | (odev ? odev->fileflags : 0);
69
if (
idev
) {
70
if (
idev
->open && (e =
idev
->open(fp))) {
74
fp->iop =
idev
;
/external/iproute2/tc/
f_fw.c
147
struct rtattr *
idev
= tb[TCA_FW_INDEV];
local
148
fprintf(f, "input dev %s ",rta_getattr_str(
idev
));
f_u32.c
1278
struct rtattr *
idev
= tb[TCA_U32_INDEV];
local
1279
fprintf(f, "\n input dev %s\n", rta_getattr_str(
idev
));
/external/iproute2/ip/
iproute.c
1584
char *
idev
= NULL;
local
[
all
...]
/external/toybox/toys/pending/
ip.c
1446
int tb,
idev
,odev,proto;
member in struct:__anon33602
1671
char *
idev
= NULL, *odev = NULL;
local
[
all
...]
Completed in 674 milliseconds