Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c119 #define GRUBSIGN_UFS_PREFIX "rootfs" macro
5795 strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,
5796 strlen(GRUBSIGN_UFS_PREFIX)) == 0) {
5883 strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,
5884 strlen(GRUBSIGN_UFS_PREFIX)) == 0) {
6582 if (strncmp(signline, GRUBSIGN_UFS_PREFIX,
6583 strlen(GRUBSIGN_UFS_PREFIX))) {
7188 if (strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,
7189 strlen(GRUBSIGN_UFS_PREFIX)) != 0) {
7689 if (strncmp(sign, GRUBSIGN_UFS_PREFIX,
[all …]