Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/board/
H A Dsandbox.c19 char vacation_spots[][64] = {"R'lyeh", "Dreamlands", "Plateau of Leng", variable
71 int index = (i1 * i2) % ARRAY_SIZE(vacation_spots); in board_sandbox_get_str()
76 snprintf(val, size, vacation_spots[index]); in board_sandbox_get_str()