Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/
H A Ddtc-parser.y82 %type <data> bytestring
271 | propdataprefix '[' bytestring ']'
486 bytestring:
491 | bytestring DT_BYTE
495 | bytestring DT_LABEL
/openbmc/linux/scripts/dtc/
H A Ddtc-parser.y79 %type <data> bytestring
312 | propdataprefix '[' bytestring ']'
538 bytestring:
543 | bytestring DT_BYTE
547 | bytestring DT_LABEL
/openbmc/linux/block/
H A Dsed-opal.c719 static void add_short_atom_header(struct opal_dev *cmd, bool bytestring, in add_short_atom_header() argument
726 atom |= bytestring ? SHORT_ATOM_BYTESTRING : 0; in add_short_atom_header()
733 static void add_medium_atom_header(struct opal_dev *cmd, bool bytestring, in add_medium_atom_header() argument
739 header0 |= bytestring ? MEDIUM_ATOM_BYTESTRING : 0; in add_medium_atom_header()
793 const u8 *bytestring, size_t len) in add_token_bytestring() argument
800 memcpy(start, bytestring, len); in add_token_bytestring()
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A DCHANGELOG675 * __repr__ now returns an ASCII bytestring in Python 2, and a Unicode
676 string in Python 3, instead of a UTF8-encoded bytestring in both
678 of a bytestring. [bug=1420131]
980 rather than an empty bytestring. [bug=1020387]