Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c136 void file_copy(FILE *spf, long NIS_pos);
296 FILE *pwf, *spf, *uaf; in main() local
1038 if ((spf = fopen("/etc/shadow", "r")) == NULL) { in main()
1044 sp_ptr1p = fgetspent(spf); in main()
1046 if (!feof(spf)) { in main()
1108 cur_pos = ftell(spf); in main()
1148 file_copy(spf, NIS_pos); in main()
1158 (void) fclose(spf); in main()
1682 file_copy(FILE *spf, long NIS_pos) in file_copy() argument
1687 if (fseek(spf, NIS_pos, SEEK_SET) < 0) { in file_copy()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.c78 uchar_t spf[2]; /* sectors per FAT */ member
155 max_offset_in_fat = secbyt((daddr_t)fs->spf); in dos_read_fatblk()
514 if ((fs->spf = cv2(bs->bpb.spf))) { in parsebs()
520 if (!(fs->spf = cv4(bs->bpb.lspf))) in parsebs()
529 fs->lsndir = fs->lsnfat + fs->spf * bs->bpb.fats; in parsebs()
538 sc = (secbyt(fs->spf) << 1) / (fs->fatsz >> 2) - 1; in parsebs()
781 if (offset + nbyte > secbyt(fs->spf)) in fatget()
H A Ddosfs.h105 u_int spf; /* sectors per fat */ member
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dmode.h454 spf :1, /* spf bit */ member
458 spf :1, /* spf bit */
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c5630 int spf; /* sectors per frag */ in compute_maxcpg() local
5635 spf = fragsize / DEV_BSIZE; in compute_maxcpg()
5645 (spc / spf) / NBBY); in compute_maxcpg()