OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf16
(Results
1 - 2
of
2
) sorted by null
/external/libsepol/src/
avtab.c
373
uint16_t
buf16
[4], enabled;
local
454
rc = next_entry(
buf16
, fp, sizeof(uint16_t) * 4);
460
key.source_type = le16_to_cpu(
buf16
[items++]);
461
key.target_type = le16_to_cpu(
buf16
[items++]);
462
key.target_class = le16_to_cpu(
buf16
[items++]);
463
key.specified = le16_to_cpu(
buf16
[items++]);
write.c
104
uint16_t
buf16
[4];
local
216
buf16
[0] = cpu_to_le16(cur->key.source_type);
217
buf16
[1] = cpu_to_le16(cur->key.target_type);
218
buf16
[2] = cpu_to_le16(cur->key.target_class);
219
buf16
[3] = cpu_to_le16(cur->key.specified);
220
items = put_entry(
buf16
, sizeof(uint16_t), 4, fp);
[
all
...]
Completed in 148 milliseconds