Home
last modified time | relevance | path

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

123

/freebsd/sys/dev/firewire/
H A Dsbp.c196 struct sbp_softc *sbp; member
219 #define SBP_LOCK(sbp) mtx_lock(&(sbp)->mtx) argument
220 #define SBP_UNLOCK(sbp) mtx_unlock(&(sbp)->mtx) argument
221 #define SBP_LOCK_ASSERT(sbp) mtx_assert(&(sbp)->mtx, MA_OWNED) argument
377 sbp_new_target(struct sbp_softc *sbp, struct fw_device *fwdev) in sbp_new_target()
420 struct sbp_softc *sbp; in sbp_alloc_lun() local
575 sbp_alloc_target(struct sbp_softc *sbp, struct fw_device *fwdev) in sbp_alloc_target()
689 struct sbp_softc *sbp = target->sbp; in sbp_probe_target() local
765 struct sbp_softc *sbp; in sbp_post_busreset() local
783 struct sbp_softc *sbp = (struct sbp_softc *)arg; in sbp_post_explore() local
[all …]
/freebsd/usr.bin/tail/
H A Dreverse.c76 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse()
105 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in r_reg()
H A Dforward.c97 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in forward()
190 rlines(FILE *fp, const char *fn, off_t off, struct stat *sbp) in rlines()
/freebsd/sys/kern/
H A Dsubr_module.c330 preload_modinfo_type(struct sbuf *sbp, int type) in preload_modinfo_type()
460 preload_modinfo_value(struct sbuf *sbp, uint32_t *bptr, int type, int len) in preload_modinfo_value()
533 preload_dump_internal(struct sbuf *sbp) in preload_dump_internal()
/freebsd/tools/test/stress2/tools/
H A Dzapsb.c35 struct fs *sbp; in main() local
/freebsd/sys/security/mac_veriexec/
H A Dveriexec_metadata.c166 mac_veriexec_print_db_dev_list(struct sbuf *sbp, struct veriexec_dev_list *lp) in mac_veriexec_print_db_dev_list()
187 mac_veriexec_print_db_head(struct sbuf *sbp, struct veriexec_devhead *head) in mac_veriexec_print_db_head()
205 mac_veriexec_metadata_print_db(struct sbuf *sbp) in mac_veriexec_metadata_print_db()
/freebsd/sbin/mount_nullfs/
H A Dmount_nullfs.c51 stat_realpath(const char *path, char *resolved, struct stat *sbp) in stat_realpath()
/freebsd/sys/compat/linux/
H A Dlinux_stats.c63 linux_kern_fstat(struct thread *td, int fd, struct stat *sbp) in linux_kern_fstat()
90 enum uio_seg pathseg, struct stat *sbp) in linux_kern_statat()
124 struct stat *sbp) in linux_kern_stat()
132 struct stat *sbp) in linux_kern_lstat()
/freebsd/sys/fs/autofs/
H A Dautofs_vfsops.c193 autofs_statfs(struct mount *mp, struct statfs *sbp) in autofs_statfs()
/freebsd/sys/fs/pseudofs/
H A Dpseudofs.c384 struct statfs *sbp; in pfs_mount() local
450 pfs_statfs(struct mount *mp, struct statfs *sbp) in pfs_statfs()
/freebsd/sys/fs/devfs/
H A Ddevfs_vfsops.c222 devfs_statfs(struct mount *mp, struct statfs *sbp) in devfs_statfs()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vfsops.c182 fdesc_statfs(struct mount *mp, struct statfs *sbp) in fdesc_statfs()
/freebsd/contrib/libpcap/
H A Ddlpisubs.c141 struct sb_hdr *sbp; in pcap_process_pkts() local
/freebsd/bin/pax/
H A Dgen_subs.c71 struct stat *sbp; in ls_list() local
/freebsd/bin/mv/
H A Dmv.c256 fastcopy(const char *from, const char *to, struct stat *sbp) in fastcopy()
/freebsd/contrib/nvi/ex/
H A Dex_init.c351 exrc_isok(SCR *sp, struct stat *sbp, char *path, int rootown, int rootid) in exrc_isok()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_smb.c139 smbfs_query_info_fs(struct smb_share *ssp, struct statfs *sbp, in smbfs_query_info_fs()
179 smbfs_query_info_alloc(struct smb_share *ssp, struct statfs *sbp, in smbfs_query_info_alloc()
220 smbfs_query_info_disk(struct smb_share *ssp, struct statfs *sbp, in smbfs_query_info_disk()
257 smbfs_smb_statfs(struct smb_share *ssp, struct statfs *sbp, in smbfs_smb_statfs()
H A Dsmbfs_vfsops.c380 smbfs_statfs(struct mount *mp, struct statfs *sbp) in smbfs_statfs()
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c195 dtfs_fs_statvfs(struct puffs_usermount *pu, struct statvfs *sbp) in dtfs_fs_statvfs()
/freebsd/libexec/rtld-elf/
H A Dmap_object.c396 get_elf_header(int fd, const char *path, const struct stat *sbp, in get_elf_header()
/freebsd/sys/cam/scsi/
H A Dscsi_sg.h44 u_char *sbp; member
69 uint32_t sbp; member
/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c351 nullfs_statfs(struct mount *mp, struct statfs *sbp) in nullfs_statfs()
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c469 unionfs_statfs(struct mount *mp, struct statfs *sbp) in unionfs_statfs()
/freebsd/contrib/mandoc/
H A Dcompat_fts.c509 struct stat *sbp; in fts_stat() local
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c577 cd9660_statfs(struct mount *mp, struct statfs *sbp) in cd9660_statfs()

123