Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.y82 %type <data> bytestring
266 | propdataprefix '[' bytestring ']'
481 bytestring:
486 | bytestring DT_BYTE
490 | bytestring DT_LABEL
H A Ddtc-parser.tab.c_shipped530 "integer_add", "integer_mul", "integer_unary", "bytestring", "subnodes",
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc-parser.y73 %type <data> bytestring
299 | propdataprefix '[' bytestring ']'
520 bytestring:
525 | bytestring DT_BYTE
529 | bytestring DT_LABEL
/OK3568_Linux_fs/kernel/block/
H A Dsed-opal.c559 static void add_short_atom_header(struct opal_dev *cmd, bool bytestring, in add_short_atom_header() argument
566 atom |= bytestring ? SHORT_ATOM_BYTESTRING : 0; in add_short_atom_header()
573 static void add_medium_atom_header(struct opal_dev *cmd, bool bytestring, in add_medium_atom_header() argument
579 header0 |= bytestring ? MEDIUM_ATOM_BYTESTRING : 0; in add_medium_atom_header()
633 const u8 *bytestring, size_t len) in add_token_bytestring() argument
640 memcpy(start, bytestring, len); in add_token_bytestring()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A DNEWS.txt207 rather than an empty bytestring. [bug=1020387]