/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | ttyname.c | 158 struct stat64 fsb; in _ttyname_dev() local 177 struct stat64 fsb; /* what we are searching for */ in ttyname_r() local 358 ispts(struct stat64 * fsb,int match_mask) ispts() argument 385 ispty(struct stat64 * fsb,int match_mask) ispty() argument 481 srch_dir(const entry_t path,int match_mask,int depth,const entry_t skip_dirs[],struct stat64 * fsb) srch_dir() argument [all...] |
/titanic_51/usr/src/uts/intel/io/intel_nb5000/ |
H A D | nb5000.h | 680 #define FERR_FAT_FSB_RD(fsb, ip) ((nb_chipset == INTEL_NB_7300) ? \ argument 683 #define FERR_NF_FSB_RD(fsb, ip) ((nb_chipset == INTEL_NB_7300) ? \ argument 686 #define NERR_FAT_FSB_RD(fsb, ip) ((nb_chipset == INTEL_NB_7300) ? \ argument 689 NERR_NF_FSB_RD(fsb,ip) global() argument 693 NRECFSB_RD(fsb) global() argument 696 NRECFSB_WR(fsb) global() argument 703 RECFSB_RD(fsb) global() argument 706 RECFSB_WR(fsb) global() argument 713 NRECADDR_RD(fsb) global() argument 719 NRECADDR_WR(fsb) global() argument 729 EMASK_FSB_RD(fsb) global() argument 732 ERR0_FSB_RD(fsb) global() argument 735 ERR1_FSB_RD(fsb) global() argument 738 ERR2_FSB_RD(fsb) global() argument 741 MCERR_FSB_RD(fsb) global() argument 754 FERR_FAT_FSB_WR(fsb,val) global() argument 757 FERR_NF_FSB_WR(fsb,val) global() argument 760 NERR_FAT_FSB_WR(fsb,val) global() argument 763 NERR_NF_FSB_WR(fsb,val) global() argument 766 EMASK_FSB_WR(fsb,val) global() argument 774 ERR0_FSB_WR(fsb,val) global() argument 782 ERR1_FSB_WR(fsb,val) global() argument 790 ERR2_FSB_WR(fsb,val) global() argument 798 MCERR_FSB_WR(fsb,val) global() argument [all...] |
H A D | intel_nb5000.c | 692 intel_fsb_err(int fsb, uint8_t err_fat_fsb, uint8_t err_nf_fsb) in intel_fsb_err() argument 730 uint8_t fsb; in log_fsb_err() local [all...] |
H A D | nb5000_init.c | 1386 nb_fsb_mask_mc(int fsb, uint16_t mc_mask_fsb) in nb_fsb_mask_mc() argument
|
H A D | nb_log.h | 42 uint8_t fsb; /* cpu slot */ member
|
/titanic_51/usr/src/cmd/mail/ |
H A D | createmf.c | 70 struct stat fsb,sb; local
|
/titanic_51/usr/src/cmd/dumpadm/ |
H A D | minfree.c | 99 struct statvfs64 fsb; in minfree_compute() local
|
/titanic_51/usr/src/boot/sys/boot/common/ |
H A D | ufsread.c | 76 #define FS_TO_VBA(fs, fsb, off) (fsbtodb(fs, fsb) + \ argument 78 #define FS_TO_VBO(fs, fsb, off) ((off) & VBLKMASK) argument
|
/titanic_51/usr/src/lib/libc/port/sys/ |
H A D | open.c | 114 struct stat64 fsb, stb; in isptsfd() local
|
/titanic_51/usr/src/cmd/swap/ |
H A D | swap.c | 569 struct statvfs fsb; in add() local
|
/titanic_51/usr/src/cmd/sendmail/aux/ |
H A D | mail.local.c | 739 struct stat fsb, sb; local
|
/titanic_51/usr/src/grub/grub-0.97/stage2/ |
H A D | fs.h | 417 #define fragnum(fs, fsb) /* calculates (fsb % fs->fs_frag) */ \ argument 419 #define blknum(fs, fsb) /* calculates rounddown(fsb, fs->fs_frag) */ \ argument
|
H A D | ufs2.h | 402 #define fragnum(fs, fsb) /* calculates (fsb % fs->fs_frag) */ \ argument 404 #define blknum(fs, fsb) /* calculates rounddown(fsb, fs->fs_frag) */ \ argument
|
/titanic_51/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 252 struct zfs_stat fsb, tsb; in write_inuse_diffs_one() local [all...] |
/titanic_51/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 683 #define fragnum(fs, fsb) /* calculates (fsb % fs->fs_frag) */ \ argument 686 #define blknum(fs, fsb) /* calculates rounddown(fsb, fs->fs_frag) */ \ argument
|
/titanic_51/usr/src/boot/sys/ufs/ffs/ |
H A D | fs.h | 593 #define fragnum(fs, fsb) /* calculates (fsb % fs->fs_frag) */ \ argument 595 #define blknum(fs, fsb) /* calculates rounddown(fsb, fs->fs_frag) */ \ argument
|
/titanic_51/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 4314 daddr32_t fsb[MAXBSIZE / sizeof (daddr32_t)]; in checkindirect() local 4481 daddr32_t fsb[MAXBSIZE / sizeof (daddr32_t)]; in fixindirect() local
|
/titanic_51/usr/src/cmd/savecore/ |
H A D | savecore.c | 421 struct statvfs fsb; in check_space() local
|