Home
last modified time | relevance | path

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

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