Searched refs:spf (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/passmgmt/ |
H A D | passmgmt.c | 136 void file_copy(FILE *spf, long NIS_pos); 294 FILE *pwf, *spf, *uaf; in main() local 1036 if ((spf = fopen("/etc/shadow", "r")) == NULL) { in main() 1042 sp_ptr1p = fgetspent(spf); in main() 1044 if (!feof(spf)) { in main() 1106 cur_pos = ftell(spf); in main() 1146 file_copy(spf, NIS_pos); in main() 1156 (void) fclose(spf); in main() 1680 file_copy(FILE *spf, long NIS_pos) in file_copy() argument 1685 if (fseek(spf, NIS_pos, SEEK_SET) < 0) { in file_copy() [all …]
|
/titanic_41/usr/src/uts/common/sys/scsi/generic/ |
H A D | mode.h | 434 spf :1, /* spf bit */ member 438 spf :1, /* spf bit */
|
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 5629 int spf; /* sectors per frag */ in compute_maxcpg() local 5634 spf = fragsize / DEV_BSIZE; in compute_maxcpg() 5644 (spc / spf) / NBBY); in compute_maxcpg()
|