Home
last modified time | relevance | path

Searched defs:sbp (Results 1 – 25 of 59) sorted by relevance

123

/NextBSD/sys/dev/firewire/
HDsbp.c200 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/
HDreiserfs_fs_sb.h15 #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/
HDreverse.c79 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()
HDforward.c98 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/
HDclri.c76 struct fs *sbp; in main() local
/NextBSD/sys/fs/pseudofs/
HDpseudofs.c306 struct statfs *sbp; in pfs_mount() local
371 pfs_statfs(struct mount *mp, struct statfs *sbp) in pfs_statfs()
/NextBSD/sys/fs/autofs/
HDautofs_vfsops.c192 autofs_statfs(struct mount *mp, struct statfs *sbp) in autofs_statfs()
/NextBSD/sys/fs/devfs/
HDdevfs_vfsops.c225 devfs_statfs(struct mount *mp, struct statfs *sbp) in devfs_statfs()
/NextBSD/sys/fs/fdescfs/
HDfdesc_vfsops.c182 fdesc_statfs(mp, sbp) in fdesc_statfs() argument
/NextBSD/sys/compat/linux/
HDlinux_stats.c77 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/
HDdlpisubs.c129 struct sb_hdr *sbp; in pcap_process_pkts() local
/NextBSD/bin/pax/
HDgen_subs.c77 struct stat *sbp; in ls_list() local
/NextBSD/bin/mv/
HDmv.c274 fastcopy(const char *from, const char *to, struct stat *sbp) in fastcopy()
/NextBSD/contrib/nvi/ex/
HDex_init.c358 exrc_isok(SCR *sp, struct stat *sbp, char *path, int rootown, int rootid) in exrc_isok()
/NextBSD/sys/fs/smbfs/
HDsmbfs_smb.c139 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()
HDsmbfs_vfsops.c386 smbfs_statfs(struct mount *mp, struct statfs *sbp) in smbfs_statfs()
/NextBSD/sys/fs/fuse/
HDfuse_vfsops.c473 fuse_vfsop_statfs(struct mount *mp, struct statfs *sbp) in fuse_vfsop_statfs()
/NextBSD/contrib/netbsd-tests/fs/puffs/h_dtfs/
HDdtfs_vfsops.c195 dtfs_fs_statvfs(struct puffs_usermount *pu, struct statvfs *sbp) in dtfs_fs_statvfs()
/NextBSD/sys/fs/tmpfs/
HDtmpfs_vfsops.c389 tmpfs_statfs(struct mount *mp, struct statfs *sbp) in tmpfs_statfs()
/NextBSD/sys/fs/nullfs/
HDnull_vfsops.c298 nullfs_statfs(mp, sbp) in nullfs_statfs() argument
/NextBSD/sys/cam/scsi/
HDscsi_sg.h46 u_char *sbp; member
71 uint32_t sbp; member
/NextBSD/bin/rm/
HDrm.c423 rm_overwrite(const char *file, struct stat *sbp) in rm_overwrite()
/NextBSD/sys/fs/unionfs/
HDunion_vfsops.c389 unionfs_statfs(struct mount *mp, struct statfs *sbp) in unionfs_statfs()
/NextBSD/sys/fs/msdosfs/
HDmsdosfs_vfsops.c889 msdosfs_statfs(struct mount *mp, struct statfs *sbp) in msdosfs_statfs()
/NextBSD/sys/fs/cd9660/
HDcd9660_vfsops.c563 cd9660_statfs(mp, sbp) in cd9660_statfs() argument

123