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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c93 static int calcsb(calcsb_t, caddr_t, int, struct fs *);
559 if (!calcsb(style, devstr, fsreadfd, &proto)) {
565 "debug: calcsb(%s) gave fpg %d, cgoffset %d, ",
612 calcsb(style, devstr, fsreadfd, &sblock)) {
1289 calcsb(calcsb_t style, caddr_t dev, int devfd, struct fs *fs) function
1325 (void) printf("calcsb() going with style MKFS\n");
1330 (void) printf("calcsb() going with style NEWFS\n");
1335 (void) printf("calcsb() doesn't undestand style %d\n",
1406 (void) printf("calcsb: got bad style number %d\n",
1413 pfatal("calcsb
[all...]

Completed in 123 milliseconds