Searched refs:ZBI_TYPE_CMDLINE (Results 1 – 4 of 4) sorted by relevance
| /system/utest/zbi/ |
| A D | zbi.cpp | 77 result->cmdline_hdr.type = ZBI_TYPE_CMDLINE; in get_test_zbi_extra() 110 case ZBI_TYPE_CMDLINE: in check_contents() 351 result = image.AppendSection(sizeof(kTestCmdline), ZBI_TYPE_CMDLINE, 0, 0, kTestCmdline); in ZbiTestAppendMulti() 380 result = image.AppendSection(sizeof(kTestCmdline), ZBI_TYPE_CMDLINE, 0, 0, kTestCmdline); in ZbiTestInit()
|
| /system/core/netsvc/ |
| A D | zbi.cpp | 55 auto result = data.AppendSection(cmdline_size, ZBI_TYPE_CMDLINE, 0, 0, in netboot_prepare_zbi()
|
| /system/public/zircon/boot/ |
| A D | image.h | 111 macro(ZBI_TYPE_CMDLINE, "CMDLINE", ".txt") \ 354 #define ZBI_TYPE_CMDLINE (0x4c444d43) // CMDL macro
|
| /system/host/zbi/ |
| A D | zbi.cpp | 1073 case ZBI_TYPE_CMDLINE: in Show() 1135 bool null_terminate = type == ZBI_TYPE_CMDLINE; in CreateFromFile() 1340 if (type() == ZBI_TYPE_CMDLINE) { in ExtractRaw() 1976 FileContents(optarg, input_type == ZBI_TYPE_CMDLINE), in main() 2078 if (item && item->type() == ZBI_TYPE_CMDLINE) { in main() 2106 Item::CreateFromBuffer(ZBI_TYPE_CMDLINE, std::move(buffer), in main() 2138 …ERNEL_BOOTITEM(type) ? 0 : type == ZBI_TYPE_STORAGE_BOOTFS ? 1 : type == ZBI_TYPE_CMDLINE ? 9 : 5); in main()
|
Completed in 14 milliseconds