Searched refs:GRUBSIGN_UFS_PREFIX (Results 1 – 1 of 1) sorted by relevance
133 #define GRUBSIGN_UFS_PREFIX "rootfs" macro5152 strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,5153 strlen(GRUBSIGN_UFS_PREFIX)) == 0) {5236 strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,5237 strlen(GRUBSIGN_UFS_PREFIX)) == 0) {5908 if (strncmp(signline, GRUBSIGN_UFS_PREFIX,5909 strlen(GRUBSIGN_UFS_PREFIX))) {6477 if (strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,6478 strlen(GRUBSIGN_UFS_PREFIX)) != 0) {6484 numstr = tmpsign + strlen(GRUBSIGN_UFS_PREFIX);[all …]