Searched refs:bytestring (Results 1 – 2 of 2) sorted by relevance
83 %type <data> bytestring284 | propdataprefix '[' bytestring ']'499 bytestring:504 | bytestring DT_BYTE508 | bytestring DT_LABEL
525 static void add_short_atom_header(struct opal_dev *cmd, bool bytestring, in add_short_atom_header() argument532 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() argument545 header0 |= bytestring ? MEDIUM_ATOM_BYTESTRING : 0; in add_medium_atom_header()577 const u8 *bytestring, size_t len) in add_token_bytestring() argument601 memcpy(&cmd->cmd[cmd->pos], bytestring, len); in add_token_bytestring()