Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/dtc/
Ddtc-parser.y79 %type <data> bytestring
315 | propdataprefix '[' bytestring ']'
541 bytestring:
546 | bytestring DT_BYTE
550 | bytestring DT_LABEL
/linux-6.12.1/block/
Dsed-opal.c720 static void add_short_atom_header(struct opal_dev *cmd, bool bytestring, in add_short_atom_header() argument
727 atom |= bytestring ? SHORT_ATOM_BYTESTRING : 0; in add_short_atom_header()
734 static void add_medium_atom_header(struct opal_dev *cmd, bool bytestring, in add_medium_atom_header() argument
740 header0 |= bytestring ? MEDIUM_ATOM_BYTESTRING : 0; in add_medium_atom_header()
794 const u8 *bytestring, size_t len) in add_token_bytestring() argument
801 memcpy(start, bytestring, len); in add_token_bytestring()