Home
last modified time | relevance | path

Searched defs:sf (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd-12-stable/lib/libbsdstat/
Dbsdstat.c40 bsdstat_setfmt(struct bsdstat *sf, const char *fmt0) in bsdstat_setfmt()
74 bsdstat_collect(struct bsdstat *sf) in bsdstat_collect()
80 bsdstat_update_tot(struct bsdstat *sf) in bsdstat_update_tot()
86 bsdstat_get(struct bsdstat *sf, int s, char b[] __unused, size_t bs __unused) in bsdstat_get()
93 bsdstat_print_header(struct bsdstat *sf, FILE *fd) in bsdstat_print_header()
112 bsdstat_print_current(struct bsdstat *sf, FILE *fd) in bsdstat_print_current()
133 bsdstat_print_total(struct bsdstat *sf, FILE *fd) in bsdstat_print_total()
154 bsdstat_print_verbose(struct bsdstat *sf, FILE *fd) in bsdstat_print_verbose()
174 bsdstat_print_fields(struct bsdstat *sf, FILE *fd) in bsdstat_print_fields()
192 bsdstat_init(struct bsdstat *sf, const char *name, const struct fmt *stats, int nstats) in bsdstat_init()
/freebsd-12-stable/sys/netinet/tcp_stacks/
Dsack_filter.c88 #define sack_blk_used(sf, i) ((1 << i) & sf->sf_bits) argument
89 #define sack_blk_set(sf, i) ((1 << i) | sf->sf_bits) argument
90 #define sack_blk_clr(sf, i) (~(1 << i) & sf->sf_bits) argument
96 sack_filter_clear(struct sack_filter *sf, tcp_seq seq) in sack_filter_clear()
109 sack_filter_prune(struct sack_filter *sf, tcp_seq th_ack) in sack_filter_prune()
140 is_sack_on_board(struct sack_filter *sf, struct sackblk *b) in is_sack_on_board()
240 sack_filter_old(struct sack_filter *sf, struct sackblk *in, int numblks) in sack_filter_old()
280 sack_move_to_empty(struct sack_filter *sf, uint32_t idx) in sack_move_to_empty()
298 sack_filter_new(struct sack_filter *sf, struct sackblk *in, int numblks, tcp_seq th_ack) in sack_filter_new()
362 sack_blocks_overlap_or_meet(struct sack_filter *sf, struct sackblk *sb, uint32_t skip) in sack_blocks_overlap_or_meet()
[all …]
/freebsd-12-stable/sys/mips/include/
Dsf_buf.h37 sf_buf_kva(struct sf_buf *sf) in sf_buf_kva()
46 sf_buf_page(struct sf_buf *sf) in sf_buf_page()
55 sf_buf_map(struct sf_buf *sf, int flags) in sf_buf_map()
62 sf_buf_unmap(struct sf_buf *sf) in sf_buf_unmap()
/freebsd-12-stable/stand/libsa/
Dsplitfs.c66 split_file_destroy(struct split_file *sf) in split_file_destroy()
82 split_openfile(struct split_file *sf) in split_openfile()
108 struct split_file *sf; in splitfs_open() local
184 struct split_file *sf; in splitfs_close() local
197 struct split_file *sf; in splitfs_read() local
240 struct split_file *sf; in splitfs_seek() local
307 struct split_file *sf = (struct split_file *)f->f_fsdata; in splitfs_stat() local
/freebsd-12-stable/sys/sys/
Dsf_buf.h116 sf_buf_kva(struct sf_buf *sf) in sf_buf_kva()
125 sf_buf_page(struct sf_buf *sf) in sf_buf_page()
137 sf_buf_map(struct sf_buf *sf, int flags) in sf_buf_map()
144 sf_buf_unmap(struct sf_buf *sf) in sf_buf_unmap()
169 sf_buf_free(struct sf_buf *sf) in sf_buf_free()
174 sf_buf_ref(struct sf_buf *sf) in sf_buf_ref()
/freebsd-12-stable/sys/kern/
Dsubr_sfbuf.c117 struct sf_buf *sf; in sf_buf_alloc() local
177 sf_buf_free(struct sf_buf *sf) in sf_buf_free()
199 sf_buf_ref(struct sf_buf *sf) in sf_buf_ref()
219 struct sf_buf *sf; in sf_buf_process_page() local
/freebsd-12-stable/sys/arm64/include/
Dsf_buf.h39 sf_buf_kva(struct sf_buf *sf) in sf_buf_kva()
46 sf_buf_page(struct sf_buf *sf) in sf_buf_page()
/freebsd-12-stable/sys/riscv/include/
Dsf_buf.h39 sf_buf_kva(struct sf_buf *sf) in sf_buf_kva()
46 sf_buf_page(struct sf_buf *sf) in sf_buf_page()
/freebsd-12-stable/sys/amd64/include/
Dsf_buf.h41 sf_buf_kva(struct sf_buf *sf) in sf_buf_kva()
48 sf_buf_page(struct sf_buf *sf) in sf_buf_page()
/freebsd-12-stable/sys/arm/include/
Dsf_buf.h35 sf_buf_map(struct sf_buf *sf, int flags) in sf_buf_map()
46 sf_buf_unmap(struct sf_buf *sf) in sf_buf_unmap()
/freebsd-12-stable/tools/tools/ath/athaggrstats/
Dathaggrstats.c189 ath_collect_cur(struct bsdstat *sf) in ath_collect_cur()
197 ath_collect_tot(struct bsdstat *sf) in ath_collect_tot()
205 ath_update_tot(struct bsdstat *sf) in ath_update_tot()
224 ath_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_curstat()
280 ath_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_totstat()
336 ath_print_verbose(struct bsdstat *sf, FILE *fd) in ath_print_verbose()
/freebsd-12-stable/sys/i386/i386/
Dvm_machdep.c131 struct savefpu_ymm *sf; in alloc_fpusave() local
587 sf_buf_map(struct sf_buf *sf, int flags) in sf_buf_map()
628 sf_buf_shootdown(struct sf_buf *sf, int flags) in sf_buf_shootdown()
657 sf_buf_unmap(struct sf_buf *sf) in sf_buf_unmap()
664 sf_buf_invalidate(struct sf_buf *sf) in sf_buf_invalidate()
Duio_machdep.c63 struct sf_buf *sf; in uiomove_fromphys() local
/freebsd-12-stable/sys/x86/iommu/
Dintel_idpgtbl.c116 struct sf_buf *sf; in domain_idmap_nextlvl() local
357 int flags, vm_pindex_t *idxp, struct sf_buf **sf) in domain_pgtbl_map_pte()
428 struct sf_buf *sf; in domain_map_buf_locked() local
569 struct sf_buf *sf; in domain_free_pgtbl_pde() local
580 int flags, dmar_pte_t *pte, struct sf_buf **sf, bool free_sf) in domain_unmap_clear_pte()
612 struct sf_buf *sf; in domain_unmap_buf_locked() local
Dintel_ctx.c85 struct sf_buf *sf; in dmar_ensure_ctx_page() local
452 struct sf_buf *sf; in dmar_get_ctx_for_dev1() local
607 struct sf_buf *sf; in dmar_move_ctx_to_domain() local
666 struct sf_buf *sf; in dmar_free_ctx_locked() local
/freebsd-12-stable/tools/tools/npe/npestats/
Dnpestats.c154 npe_collect_cur(struct bsdstat *sf) in npe_collect_cur()
162 npe_collect_tot(struct bsdstat *sf) in npe_collect_tot()
170 npe_update_tot(struct bsdstat *sf) in npe_update_tot()
178 npe_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs) in npe_get_curstat()
214 npe_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in npe_get_totstat()
/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_stat.c114 struct statfs *sf; local
133 struct statfs *sf; local
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
Dvm.h54 zfs_unmap_page(struct sf_buf *sf) in zfs_unmap_page()
/freebsd-12-stable/tools/tools/mwl/mwlstats/
Dmwlstats.c270 mwl_collect_cur(struct bsdstat *sf) in mwl_collect_cur()
278 mwl_collect_tot(struct bsdstat *sf) in mwl_collect_tot()
286 mwl_update_tot(struct bsdstat *sf) in mwl_update_tot()
305 mwl_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs) in mwl_get_curstat()
411 mwl_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in mwl_get_totstat()
515 mwl_print_verbose(struct bsdstat *sf, FILE *fd) in mwl_print_verbose()
/freebsd-12-stable/lib/libc/sys/
Dcompat-ino64.h77 __statfs11_to_statfs(const struct freebsd11_statfs *sf11, struct statfs *sf) in __statfs11_to_statfs()
/freebsd-12-stable/sys/arm/arm/
Duio_machdep.c71 struct sf_buf *sf; in uiomove_fromphys() local
/freebsd-12-stable/sys/powerpc/powerpc/
Duio_machdep.c74 struct sf_buf *sf; in uiomove_fromphys() local
/freebsd-12-stable/sys/mips/mips/
Duio_machdep.c66 struct sf_buf *sf; in uiomove_fromphys() local
/freebsd-12-stable/sys/sparc64/sparc64/
Duio_machdep.c67 struct sf_buf *sf; in uiomove_fromphys() local
/freebsd-12-stable/tools/tools/ath/athstats/
Dathstats.c505 ath_collect_cur(struct bsdstat *sf) in ath_collect_cur()
513 ath_collect_tot(struct bsdstat *sf) in ath_collect_tot()
521 ath_update_tot(struct bsdstat *sf) in ath_update_tot()
540 ath_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_curstat()
786 ath_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_totstat()
1031 ath_print_verbose(struct bsdstat *sf, FILE *fd) in ath_print_verbose()

1234