Home
last modified time | relevance | path

Searched refs:reason_str (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c108 boot_reason_ptr = omap[i].u.boot_reason.reason_str; in init_omap_tags()
135 strcpy(boot_reason_ptr, t->u.boot_reason.reason_str); in reuse_omap_atags()
270 memset(t->u.boot_reason.reason_str, 0, 12); in setup_board_tags()
271 strcpy(t->u.boot_reason.reason_str, in setup_board_tags()
H A Dtag_omap.h133 char reason_str[12]; member
285 .u.boot_reason.reason_str = p1, \
/openbmc/qemu/system/
H A Dtrace-events42 vm_state_notify(int running, int reason, const char *reason_str) "running %d reason %d (%s)"