Home
last modified time | relevance | path

Searched refs:bytestring (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/scripts/dtc/
Ddtc-parser.y73 %type <data> bytestring
299 | propdataprefix '[' bytestring ']'
520 bytestring:
525 | bytestring DT_BYTE
529 | bytestring DT_LABEL
/linux-6.1.9/block/
Dsed-opal.c599 static void add_short_atom_header(struct opal_dev *cmd, bool bytestring, in add_short_atom_header() argument
606 atom |= bytestring ? SHORT_ATOM_BYTESTRING : 0; in add_short_atom_header()
613 static void add_medium_atom_header(struct opal_dev *cmd, bool bytestring, in add_medium_atom_header() argument
619 header0 |= bytestring ? MEDIUM_ATOM_BYTESTRING : 0; in add_medium_atom_header()
673 const u8 *bytestring, size_t len) in add_token_bytestring() argument
680 memcpy(start, bytestring, len); in add_token_bytestring()