OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dm_arg_msg
(Results
1 - 3
of
3
) sorted by null
/external/strace/tests/
ioctl_dm.c
201
struct dm_target_msg_test *
dm_arg_msg
=
local
202
tail_alloc(sizeof(*
dm_arg_msg
));
627
init_s(&
dm_arg_msg
->ioc, sizeof(*
dm_arg_msg
),
629
dm_arg_msg
->ioc.data_size = sizeof(*
dm_arg_msg
) + 1;
630
dm_arg_msg
->msg.sector = (__u64) 0xdeadbeeffacef157ULL;
631
rc = ioctl(-1, DM_TARGET_MSG,
dm_arg_msg
);
636
sizeof(*
dm_arg_msg
) + 1,
641
(char *)
dm_arg_msg
[
all
...]
/external/strace/tests-m32/
ioctl_dm.c
201
struct dm_target_msg_test *
dm_arg_msg
=
local
202
tail_alloc(sizeof(*
dm_arg_msg
));
627
init_s(&
dm_arg_msg
->ioc, sizeof(*
dm_arg_msg
),
629
dm_arg_msg
->ioc.data_size = sizeof(*
dm_arg_msg
) + 1;
630
dm_arg_msg
->msg.sector = (__u64) 0xdeadbeeffacef157ULL;
631
rc = ioctl(-1, DM_TARGET_MSG,
dm_arg_msg
);
636
sizeof(*
dm_arg_msg
) + 1,
641
(char *)
dm_arg_msg
[
all
...]
/external/strace/tests-mx32/
ioctl_dm.c
201
struct dm_target_msg_test *
dm_arg_msg
=
local
202
tail_alloc(sizeof(*
dm_arg_msg
));
627
init_s(&
dm_arg_msg
->ioc, sizeof(*
dm_arg_msg
),
629
dm_arg_msg
->ioc.data_size = sizeof(*
dm_arg_msg
) + 1;
630
dm_arg_msg
->msg.sector = (__u64) 0xdeadbeeffacef157ULL;
631
rc = ioctl(-1, DM_TARGET_MSG,
dm_arg_msg
);
636
sizeof(*
dm_arg_msg
) + 1,
641
(char *)
dm_arg_msg
[
all
...]
Completed in 107 milliseconds