Searched refs:GRUBSIGN_UFS_PREFIX (Results 1 – 1 of 1) sorted by relevance
131 #define GRUBSIGN_UFS_PREFIX "rootfs" macro5124 strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,5125 strlen(GRUBSIGN_UFS_PREFIX)) == 0) {5208 strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,5209 strlen(GRUBSIGN_UFS_PREFIX)) == 0) {5880 if (strncmp(signline, GRUBSIGN_UFS_PREFIX,5881 strlen(GRUBSIGN_UFS_PREFIX))) {6449 if (strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,6450 strlen(GRUBSIGN_UFS_PREFIX)) != 0) {6456 numstr = tmpsign + strlen(GRUBSIGN_UFS_PREFIX);[all …]