Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5112 char tmpsign[MAXNAMELEN + 1]; local
5143 (void) snprintf(tmpsign, sizeof (tmpsign), "%s", entp->d_name);
5146 strncmp(tmpsign, GRUBSIGN_LU_PREFIX,
5148 lu = s_strdup(tmpsign);
5152 strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,
5154 ufs = s_strdup(tmpsign);
5158 strncmp(tmpsign, GRUBSIGN_ZFS_PREFIX,
5160 zfs = s_strdup(tmpsign);
5200 char tmpsign[MAXNAMELEN + 1]; local
5227 while (s_fgets(tmpsign, sizeof (tmpsign), bfp) != NULL) {
[all …]