| /NextBSD/sys/dev/firewire/ |
| HD | sbp.c | 200 struct sbp_softc *sbp; member 223 #define SBP_LOCK(sbp) mtx_lock(&(sbp)->mtx) argument 224 #define SBP_UNLOCK(sbp) mtx_unlock(&(sbp)->mtx) argument 225 #define SBP_LOCK_ASSERT(sbp) mtx_assert(&(sbp)->mtx, MA_OWNED) argument 381 sbp_new_target(struct sbp_softc *sbp, struct fw_device *fwdev) in sbp_new_target() 424 struct sbp_softc *sbp; in sbp_alloc_lun() local 578 sbp_alloc_target(struct sbp_softc *sbp, struct fw_device *fwdev) in sbp_alloc_target() 693 struct sbp_softc *sbp = target->sbp; in sbp_probe_target() local 704 sbp = target->sbp; in sbp_probe_target() local 769 struct sbp_softc *sbp; in sbp_post_busreset() local [all …]
|
| /NextBSD/sys/gnu/fs/reiserfs/ |
| HD | reiserfs_fs_sb.h | 15 #define sb_block_count(sbp) (le32toh((sbp)->s_v1.s_block_count)) argument 16 #define set_sb_block_count(sbp,v) ((sbp)->s_v1.s_block_count = htole32(v)) argument 17 #define sb_free_blocks(sbp) (le32toh((sbp)->s_v1.s_free_blocks)) argument 18 #define set_sb_free_blocks(sbp,v) ((sbp)->s_v1.s_free_blocks = htole32(v)) argument 19 #define sb_root_block(sbp) (le32toh((sbp)->s_v1.s_root_block)) argument
|
| /NextBSD/usr.bin/tail/ |
| HD | reverse.c | 79 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse() 108 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in r_reg()
|
| HD | forward.c | 98 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in forward() 191 rlines(FILE *fp, const char *fn, off_t off, struct stat *sbp) in rlines()
|
| /NextBSD/sbin/clri/ |
| HD | clri.c | 76 struct fs *sbp; in main() local
|
| /NextBSD/sys/fs/pseudofs/ |
| HD | pseudofs.c | 306 struct statfs *sbp; in pfs_mount() local 371 pfs_statfs(struct mount *mp, struct statfs *sbp) in pfs_statfs()
|
| /NextBSD/sys/fs/autofs/ |
| HD | autofs_vfsops.c | 192 autofs_statfs(struct mount *mp, struct statfs *sbp) in autofs_statfs()
|
| /NextBSD/sys/fs/devfs/ |
| HD | devfs_vfsops.c | 225 devfs_statfs(struct mount *mp, struct statfs *sbp) in devfs_statfs()
|
| /NextBSD/sys/fs/fdescfs/ |
| HD | fdesc_vfsops.c | 182 fdesc_statfs(mp, sbp) in fdesc_statfs() argument
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_stats.c | 77 enum uio_seg pathseg, struct stat *sbp) in linux_kern_statat() 86 struct stat *sbp) in linux_kern_stat() 94 struct stat *sbp) in linux_kern_lstat()
|
| /NextBSD/contrib/libpcap/ |
| HD | dlpisubs.c | 129 struct sb_hdr *sbp; in pcap_process_pkts() local
|
| /NextBSD/bin/pax/ |
| HD | gen_subs.c | 77 struct stat *sbp; in ls_list() local
|
| /NextBSD/bin/mv/ |
| HD | mv.c | 274 fastcopy(const char *from, const char *to, struct stat *sbp) in fastcopy()
|
| /NextBSD/contrib/nvi/ex/ |
| HD | ex_init.c | 358 exrc_isok(SCR *sp, struct stat *sbp, char *path, int rootown, int rootid) in exrc_isok()
|
| /NextBSD/sys/fs/smbfs/ |
| HD | smbfs_smb.c | 139 smbfs_query_info_fs(struct smb_share *ssp, struct statfs *sbp, in smbfs_query_info_fs() 180 smbfs_query_info_alloc(struct smb_share *ssp, struct statfs *sbp, in smbfs_query_info_alloc() 221 smbfs_query_info_disk(struct smb_share *ssp, struct statfs *sbp, in smbfs_query_info_disk() 258 smbfs_smb_statfs(struct smb_share *ssp, struct statfs *sbp, in smbfs_smb_statfs()
|
| HD | smbfs_vfsops.c | 386 smbfs_statfs(struct mount *mp, struct statfs *sbp) in smbfs_statfs()
|
| /NextBSD/sys/fs/fuse/ |
| HD | fuse_vfsops.c | 473 fuse_vfsop_statfs(struct mount *mp, struct statfs *sbp) in fuse_vfsop_statfs()
|
| /NextBSD/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
| HD | dtfs_vfsops.c | 195 dtfs_fs_statvfs(struct puffs_usermount *pu, struct statvfs *sbp) in dtfs_fs_statvfs()
|
| /NextBSD/sys/fs/tmpfs/ |
| HD | tmpfs_vfsops.c | 389 tmpfs_statfs(struct mount *mp, struct statfs *sbp) in tmpfs_statfs()
|
| /NextBSD/sys/fs/nullfs/ |
| HD | null_vfsops.c | 298 nullfs_statfs(mp, sbp) in nullfs_statfs() argument
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_sg.h | 46 u_char *sbp; member 71 uint32_t sbp; member
|
| /NextBSD/bin/rm/ |
| HD | rm.c | 423 rm_overwrite(const char *file, struct stat *sbp) in rm_overwrite()
|
| /NextBSD/sys/fs/unionfs/ |
| HD | union_vfsops.c | 389 unionfs_statfs(struct mount *mp, struct statfs *sbp) in unionfs_statfs()
|
| /NextBSD/sys/fs/msdosfs/ |
| HD | msdosfs_vfsops.c | 889 msdosfs_statfs(struct mount *mp, struct statfs *sbp) in msdosfs_statfs()
|
| /NextBSD/sys/fs/cd9660/ |
| HD | cd9660_vfsops.c | 563 cd9660_statfs(mp, sbp) in cd9660_statfs() argument
|