Searched refs:nmgr_hdr (Results 1 – 9 of 9) sorted by relevance
23 char buf[sizeof(struct nmgr_hdr) + 32]; in TEST_CASE()24 struct nmgr_hdr *hdr; in TEST_CASE()26 hdr = (struct nmgr_hdr *)buf; in TEST_CASE()
26 char buf[sizeof(struct nmgr_hdr) + sizeof(enc_img) + 32]; in TEST_CASE()29 struct nmgr_hdr *hdr; in TEST_CASE()49 hdr = (struct nmgr_hdr *)buf; in TEST_CASE()
29 char buf[sizeof(struct nmgr_hdr) + 128]; in TEST_CASE()33 struct nmgr_hdr *hdr; in TEST_CASE()83 hdr = (struct nmgr_hdr *)buf; in TEST_CASE()
24 struct nmgr_hdr hdr; in TEST_CASE()
25 typedef int (*bs_custom_handler_cb)(const struct nmgr_hdr *hdr,
16 int bs_peruser_system_specific(const struct nmgr_hdr *hdr, const char *buffer, in bs_peruser_system_specific()
30 static int bs_custom_storage_erase(const struct nmgr_hdr *hdr, in bs_custom_storage_erase()
62 struct nmgr_hdr { struct
163 static struct nmgr_hdr *bs_hdr;200 extern int bs_peruser_system_specific(const struct nmgr_hdr *hdr,1296 struct nmgr_hdr *hdr; in boot_serial_input()1298 hdr = (struct nmgr_hdr *)buf; in boot_serial_input()