Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/
Ddtc-parser.y83 %type <data> bytestring
284 | propdataprefix '[' bytestring ']'
499 bytestring:
504 | bytestring DT_BYTE
508 | bytestring DT_LABEL
/Linux-v4.19/block/
Dsed-opal.c525 static void add_short_atom_header(struct opal_dev *cmd, bool bytestring, in add_short_atom_header() argument
532 atom |= bytestring ? SHORT_ATOM_BYTESTRING : 0; in add_short_atom_header()
539 static void add_medium_atom_header(struct opal_dev *cmd, bool bytestring, in add_medium_atom_header() argument
545 header0 |= bytestring ? MEDIUM_ATOM_BYTESTRING : 0; in add_medium_atom_header()
577 const u8 *bytestring, size_t len) in add_token_bytestring() argument
601 memcpy(&cmd->cmd[cmd->pos], bytestring, len); in add_token_bytestring()