Lines Matching refs:slice
114 static void vhci_to_phci(char *devpath, char *slice, int d_flag);
671 char *slice = NULL; in report_map() local
685 slice = strrchr(argdev, (physpath == NONBOOT) ? 's' : ':'); in report_map()
686 if (slice != NULL) { in report_map()
687 slicelen = strlen(slice); in report_map()
727 (slice == NULL) ? "null" : slice); in report_map()
774 vhci_to_phci(stripdev, slice, DISPLAY_ONE_PATH); in report_map()
777 ((slicelen > 0) && slice != NULL) ? slice : ""); in report_map()
784 vhci_to_phci(stripdev, slice, DISPLAY_ALL_PATH); in report_map()
787 ((slicelen > 0) && slice != NULL) ? slice : ""); in report_map()
806 slice[1] + '1'); in report_map()
811 ((slicelen > 0) && slice != NULL) ? slice : ""); in report_map()
1316 vhci_to_phci(char *devpath, char *slice, int d_flag) in vhci_to_phci() argument
1395 if ((slice != NULL) && (strlen(slice) <= 3)) { in vhci_to_phci()
1396 (void) printf("%s\n", slice); in vhci_to_phci()
1404 if ((slice != NULL) && (strlen(slice) <= 3)) { in vhci_to_phci()
1405 (void) printf("%s\n", slice); in vhci_to_phci()
1446 char *slice = NULL; in update_vfstab() local
1482 slice = NULL; in update_vfstab()
1498 slice = strrchr(bdev, 's'); in update_vfstab()
1501 prefixt[strlen(bdev) - 9 - strlen(slice)] = '\0'; in update_vfstab()
1502 slice++; /* advance past the s */ in update_vfstab()
1534 curdev, slice, fsckpass, mntboot, mntopt); in update_vfstab()
1539 curdev, slice, curdev, slice, in update_vfstab()