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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c123 #define GRUBSIGN_UFS_PREFIX "rootfs" macro
5644 strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,
5645 strlen(GRUBSIGN_UFS_PREFIX)) == 0) {
5732 strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,
5733 strlen(GRUBSIGN_UFS_PREFIX)) == 0) {
6431 if (strncmp(signline, GRUBSIGN_UFS_PREFIX,
6432 strlen(GRUBSIGN_UFS_PREFIX))) {
7037 if (strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,
7038 strlen(GRUBSIGN_UFS_PREFIX)) != 0) {
7044 numstr = tmpsign + strlen(GRUBSIGN_UFS_PREFIX);
[all...]

Completed in 77 milliseconds