Searched refs:BOOTSIGN_DIR (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_cmd.c | 418 bsz = strlen(BOOTSIGN_DIR "/"); in findroot() 422 bcopy(BOOTSIGN_DIR "/", barg->gb_bootsign, bsz); in findroot()
|
H A D | libgrub_impl.h | 50 #define BOOTSIGN_DIR "/boot/grub/bootsign" macro
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 58 #define BOOTSIGN_DIR "/boot/grub/bootsign" macro 60 #define BOOTSIGN_LEN (sizeof (BOOTSIGN_DIR) + 1 + BOOTSIGN_ARGLEN)
|
H A D | fsys_zfs.c | 909 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 D | builtins.c | 1615 grub_sprintf(bootsign, "%s/%s", BOOTSIGN_DIR, arg); in find_common() 1620 grub_sprintf(bootsign, "%s/%s", BOOTSIGN_DIR, arg); in find_common()
|