Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.c133 #define GRUBSIGN_UFS_PREFIX "rootfs" macro
5152 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 …]