Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c418 bsz = strlen(BOOTSIGN_DIR "/"); in findroot()
422 bcopy(BOOTSIGN_DIR "/", barg->gb_bootsign, bsz); in findroot()
H A Dlibgrub_impl.h50 #define BOOTSIGN_DIR "/boot/grub/bootsign" macro
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dshared.h58 #define BOOTSIGN_DIR "/boot/grub/bootsign" macro
60 #define BOOTSIGN_LEN (sizeof (BOOTSIGN_DIR) + 1 + BOOTSIGN_ARGLEN)
H A Dfsys_zfs.c909 if (grub_strncmp(str, BOOTSIGN_DIR"/", in is_top_dataset_file()
910 grub_strlen(BOOTSIGN_DIR) + 1) == 0) in is_top_dataset_file()
H A Dbuiltins.c1615 grub_sprintf(bootsign, "%s/%s", BOOTSIGN_DIR, arg); in find_common()
1620 grub_sprintf(bootsign, "%s/%s", BOOTSIGN_DIR, arg); in find_common()