Home
last modified time | relevance | path

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

12

/dflybsd-src/tools/tools/ath/athstats/
H A Dstatfoo.c38 statfoo_setfmt(struct statfoo *sf, const char *fmt0) in statfoo_setfmt()
70 statfoo_collect(struct statfoo *sf) in statfoo_collect()
76 statfoo_update_tot(struct statfoo *sf) in statfoo_update_tot()
82 statfoo_get(struct statfoo *sf, int s, char b[], size_t bs) in statfoo_get()
89 statfoo_print_header(struct statfoo *sf, FILE *fd) in statfoo_print_header()
104 statfoo_print_current(struct statfoo *sf, FILE *fd) in statfoo_print_current()
121 statfoo_print_total(struct statfoo *sf, FILE *fd) in statfoo_print_total()
138 statfoo_print_verbose(struct statfoo *sf, FILE *fd) in statfoo_print_verbose()
158 statfoo_print_fields(struct statfoo *sf, FILE *fd) in statfoo_print_fields()
176 statfoo_init(struct statfoo *sf, const char *name, const struct fmt *stats, int nstats) in statfoo_init()
H A Dathstats.c473 ath_collect_cur(struct statfoo *sf) in ath_collect_cur()
481 ath_collect_tot(struct statfoo *sf) in ath_collect_tot()
489 ath_update_tot(struct statfoo *sf) in ath_update_tot()
508 ath_get_curstat(struct statfoo *sf, int s, char b[], size_t bs) in ath_get_curstat()
729 ath_get_totstat(struct statfoo *sf, int s, char b[], size_t bs) in ath_get_totstat()
949 ath_print_verbose(struct statfoo *sf, FILE *fd) in ath_print_verbose()
/dflybsd-src/tools/tools/net80211/wlanstats/
H A Dstatfoo.c38 statfoo_setfmt(struct statfoo *sf, const char *fmt0) in statfoo_setfmt()
76 statfoo_collect(struct statfoo *sf) in statfoo_collect()
82 statfoo_update_tot(struct statfoo *sf) in statfoo_update_tot()
88 statfoo_get(struct statfoo *sf, int s, char b[], size_t bs) in statfoo_get()
95 statfoo_print_header(struct statfoo *sf, FILE *fd) in statfoo_print_header()
111 statfoo_print_current(struct statfoo *sf, FILE *fd) in statfoo_print_current()
129 statfoo_print_total(struct statfoo *sf, FILE *fd) in statfoo_print_total()
147 statfoo_print_verbose(struct statfoo *sf, FILE *fd) in statfoo_print_verbose()
167 statfoo_print_fields(struct statfoo *sf, FILE *fd) in statfoo_print_fields()
185 statfoo_init(struct statfoo *sf, const char *name, const struct fmt *stats, int nstats) in statfoo_init()
H A Dwlanstats.c526 wlan_collect_cur(struct statfoo *sf) in wlan_collect_cur()
534 wlan_collect_tot(struct statfoo *sf) in wlan_collect_tot()
542 wlan_update_tot(struct statfoo *sf) in wlan_update_tot()
664 wlan_get_curstat(struct statfoo *sf, int s, char b[], size_t bs) in wlan_get_curstat()
824 wlan_get_totstat(struct statfoo *sf, int s, char b[], size_t bs) in wlan_get_totstat()
/dflybsd-src/games/adventure/
H A Dsave.c111 struct savefile *sf; in savefile_open() local
139 savefile_rawread(struct savefile *sf, void *data, size_t len) in savefile_rawread()
156 savefile_rawwrite(struct savefile *sf, const void *data, size_t len) in savefile_rawwrite()
173 savefile_close(struct savefile *sf) in savefile_close()
196 savefile_bintextread(struct savefile *sf, void *data, size_t len) in savefile_bintextread()
223 savefile_binread(struct savefile *sf, void *data, size_t len) in savefile_binread()
258 savefile_bintextwrite(struct savefile *sf, const void *data, size_t len) in savefile_bintextwrite()
287 savefile_binwrite(struct savefile *sf, const void *data, size_t len) in savefile_binwrite()
355 savefile_key(struct savefile *sf, __unused uint32_t key) in savefile_key()
368 savefile_getpad(struct savefile *sf) in savefile_getpad()
[all …]
/dflybsd-src/sys/kern/
H A Dkern_sfbuf.c58 struct sf_buf *sf = (struct sf_buf *)obj; in sf_buf_cache_ctor() local
84 struct sf_buf *sf; in sf_buf_alloc() local
109 struct sf_buf *sf = arg; in sf_buf_ref() local
124 struct sf_buf *sf = arg; in sf_buf_free() local
H A Duipc_syscalls.c1529 struct sf_buf *sf = arg; in sf_buf_mfree() local
1677 struct sf_buf *sf; in kern_sendfile() local
/dflybsd-src/stand/lib/
H A Dsplitfs.c65 split_file_destroy(struct split_file *sf) in split_file_destroy()
85 struct split_file *sf; in splitfs_open() local
156 struct split_file *sf; in splitfs_close() local
172 struct split_file *sf; in splitfs_read() local
224 struct split_file *sf; in splitfs_seek() local
284 struct split_file *sf = (struct split_file *)f->f_fsdata; in splitfs_stat() local
/dflybsd-src/contrib/binutils-2.34/gprof/
H A Dsource.c40 Source_File *sf; in source_file_lookup_path() local
68 Source_File *sf; in source_file_lookup_name() local
92 annotate_source (Source_File *sf, unsigned int max_width, in annotate_source()
H A Dbasic_blocks.c322 Source_File *sf = (Source_File *) arg; in annotate_with_count() local
465 Source_File *sf; in print_annotated_source() local
/dflybsd-src/contrib/binutils-2.27/gprof/
H A Dsource.c40 Source_File *sf; in source_file_lookup_path() local
68 Source_File *sf; in source_file_lookup_name() local
92 annotate_source (Source_File *sf, unsigned int max_width, in annotate_source()
H A Dbasic_blocks.c322 Source_File *sf = (Source_File *) arg; in annotate_with_count() local
465 Source_File *sf; in print_annotated_source() local
/dflybsd-src/sys/sys/
H A Dsfbuf.h47 #define sf_buf_kva(sf) (lwbuf_kva((sf)->lwbuf)) argument
48 #define sf_buf_page(sf) (lwbuf_page((sf)->lwbuf)) argument
/dflybsd-src/contrib/gcc-8.0/libgcc/config/i386/
H A Ddragonfly-unwind.h91 struct sigframe *sf; in x86_64_dragonfly_fallback_frame_state() local
170 struct sigframe *sf; in x86_dragonfly_fallback_frame_state() local
/dflybsd-src/contrib/gcc-4.7/libgcc/config/i386/
H A Ddragonfly-unwind.h43 struct sigframe *sf; in x86_64_dragonfly_fallback_frame_state() local
123 struct sigframe *sf; in x86_dragonfly_fallback_frame_state() local
/dflybsd-src/games/tetris/
H A Dscores.c98 FILE *sf; in getscores() local
150 FILE *sf; in savescore() local
/dflybsd-src/lib/libc/gen/
H A Dfstab.c90 struct statfs sf; in fixfsfile() local
/dflybsd-src/test/nvmm/demo/smallkern/
H A Dmain.c127 trap(struct smallframe *sf) in trap()
/dflybsd-src/crypto/openssh/
H A Daudit-bsm.c235 selected(char *username, uid_t uid, au_event_t event, int sf) in selected()
/dflybsd-src/contrib/nvi2/ex/
H A Dex.c1823 int (*sf)(SCR *, MARK *, MARK *, CHAR_T *, size_t, CHAR_T **, u_int); in ex_line() local
/dflybsd-src/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c161 struct sigframe sf, *sfp; in sendsig() local
/dflybsd-src/sbin/mount_ufs/
H A Dmount.c347 struct statfs sf; in mountfs() local
/dflybsd-src/sbin/mount/
H A Dmount.c388 struct statfs sf; in mountfs() local
/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_pt.c526 int sf; in ptdone() local
/dflybsd-src/sys/dev/disk/isp/
H A Disp_stds.h75 } sf; member

12