Home
last modified time | relevance | path

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

123

/freebsd-13-stable/sys/dev/firewire/
HDsbp.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-13-stable/sys/kern/
HDsubr_module.c317 preload_modinfo_type(struct sbuf *sbp, int type) in preload_modinfo_type()
437 preload_modinfo_value(struct sbuf *sbp, uint32_t *bptr, int type, int len) in preload_modinfo_value()
502 preload_dump_internal(struct sbuf *sbp) in preload_dump_internal()
/freebsd-13-stable/usr.bin/tail/
HDreverse.c83 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse()
112 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in r_reg()
HDforward.c100 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in forward()
193 rlines(FILE *fp, const char *fn, off_t off, struct stat *sbp) in rlines()
/freebsd-13-stable/sys/security/mac_veriexec/
HDveriexec_metadata.c162 mac_veriexec_print_db_dev_list(struct sbuf *sbp, struct veriexec_dev_list *lp) in mac_veriexec_print_db_dev_list()
183 mac_veriexec_print_db_head(struct sbuf *sbp, struct veriexec_devhead *head) in mac_veriexec_print_db_head()
201 mac_veriexec_metadata_print_db(struct sbuf *sbp) in mac_veriexec_metadata_print_db()
/freebsd-13-stable/sbin/mount_nullfs/
HDmount_nullfs.c64 stat_realpath(const char *path, char *resolved, struct stat *sbp) in stat_realpath()
/freebsd-13-stable/sys/fs/autofs/
HDautofs_vfsops.c193 autofs_statfs(struct mount *mp, struct statfs *sbp) in autofs_statfs()
/freebsd-13-stable/sys/compat/linux/
HDlinux_stats.c64 linux_kern_fstat(struct thread *td, int fd, struct stat *sbp) in linux_kern_fstat()
91 enum uio_seg pathseg, struct stat *sbp) in linux_kern_statat()
125 struct stat *sbp) in linux_kern_stat()
133 struct stat *sbp) in linux_kern_lstat()
/freebsd-13-stable/sys/fs/pseudofs/
HDpseudofs.c364 struct statfs *sbp; in pfs_mount() local
430 pfs_statfs(struct mount *mp, struct statfs *sbp) in pfs_statfs()
/freebsd-13-stable/sys/fs/devfs/
HDdevfs_vfsops.c224 devfs_statfs(struct mount *mp, struct statfs *sbp) in devfs_statfs()
/freebsd-13-stable/sys/fs/fdescfs/
HDfdesc_vfsops.c184 fdesc_statfs(struct mount *mp, struct statfs *sbp) in fdesc_statfs()
/freebsd-13-stable/contrib/libpcap/
HDdlpisubs.c141 struct sb_hdr *sbp; in pcap_process_pkts() local
/freebsd-13-stable/bin/pax/
HDgen_subs.c77 struct stat *sbp; in ls_list() local
/freebsd-13-stable/bin/mv/
HDmv.c274 fastcopy(const char *from, const char *to, struct stat *sbp) in fastcopy()
/freebsd-13-stable/contrib/nvi/ex/
HDex_init.c351 exrc_isok(SCR *sp, struct stat *sbp, char *path, int rootown, int rootid) in exrc_isok()
/freebsd-13-stable/sys/fs/smbfs/
HDsmbfs_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()
HDsmbfs_vfsops.c380 smbfs_statfs(struct mount *mp, struct statfs *sbp) in smbfs_statfs()
/freebsd-13-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
HDdtfs_vfsops.c195 dtfs_fs_statvfs(struct puffs_usermount *pu, struct statvfs *sbp) in dtfs_fs_statvfs()
/freebsd-13-stable/libexec/rtld-elf/
HDmap_object.c381 get_elf_header(int fd, const char *path, const struct stat *sbp, in get_elf_header()
/freebsd-13-stable/sys/cam/scsi/
HDscsi_sg.h44 u_char *sbp; member
69 uint32_t sbp; member
/freebsd-13-stable/sys/fs/nullfs/
HDnull_vfsops.c320 nullfs_statfs(struct mount *mp, struct statfs *sbp) in nullfs_statfs()
/freebsd-13-stable/sys/fs/unionfs/
HDunion_vfsops.c386 unionfs_statfs(struct mount *mp, struct statfs *sbp) in unionfs_statfs()
/freebsd-13-stable/sys/fs/fuse/
HDfuse_vfsops.c637 fuse_vfsop_statfs(struct mount *mp, struct statfs *sbp) in fuse_vfsop_statfs()
/freebsd-13-stable/sys/fs/cd9660/
HDcd9660_vfsops.c587 cd9660_statfs(mp, sbp) in cd9660_statfs() argument
/freebsd-13-stable/contrib/mandoc/
HDcompat_fts.c509 struct stat *sbp; in fts_stat() local

123