Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 25 of 220) sorted by relevance

123456789

/openbsd-src/sys/ufs/ffs/
H A Dfs.h193 struct fs { struct
194 int32_t fs_firstfield; /* historic file system linked list, */ argument
195 int32_t fs_unused_1; /* used for incore super blocks */ argument
196 int32_t fs_sblkno; /* addr of super-block / frags */ argument
197 int32_t fs_cblkno; /* offset of cyl-block / frags */ argument
198 int32_t fs_iblkno; /* offset of inode-blocks / frags */ argument
199 int32_t fs_dblkno; /* offset of first data / frags */ argument
200 int32_t fs_cgoffset; /* cylinder group offset in cylinder */ argument
201 int32_t fs_cgmask; /* used to calc mod fs_ntrak */ argument
202 int32_t fs_ffs1_time; /* last time written */ argument
[all …]
H A Dffs_alloc.c61 #define ffs_fserr(fs, uid, cp) do { \ argument
103 struct fs *fs; in ffs_alloc() local
174 struct fs *fs; in ffs_realloccg() local
360 struct fs *fs; in ffs_inode_alloc() local
452 struct fs *fs; in ffs_dirpref() local
596 struct fs *fs; in ffs1_blkpref() local
697 struct fs *fs; in ffs2_blkpref() local
806 struct fs *fs; in ffs_hashalloc() local
846 ffs_cgread(struct fs *fs, struct inode *ip, u_int cg) in ffs_cgread()
873 struct fs *fs; in ffs_fragextend() local
[all …]
H A Dffs_subr.c59 struct fs *fs; in ffs_bufatoff() local
96 ffs_fragacct(struct fs * fs,int fragmap,int32_t fraglist[],int cnt) ffs_fragacct() argument
160 ffs_isblock(struct fs * fs,u_char * cp,daddr_t h) ffs_isblock() argument
184 ffs_clrblock(struct fs * fs,u_char * cp,daddr_t h) ffs_clrblock() argument
208 ffs_setblock(struct fs * fs,u_char * cp,daddr_t h) ffs_setblock() argument
232 ffs_isfreeblock(struct fs * fs,u_char * cp,daddr_t h) ffs_isfreeblock() argument
[all...]
H A Dffs_vfsops.c105 struct fs *fs; in ffs_checkrange() local
155 struct fs *fs; in ffs_mountroot() local
210 struct fs *fs; in ffs_mount() local
403 struct fs *fs; member
480 struct fs *fs, *newfs; in ffs_reload() local
615 struct fs *fs; in ffs_mountfs() local
844 ffs_oldfscompat(struct fs *fs) in ffs_oldfscompat()
874 ffs1_compat_read(struct fs *fs, struct ufsmount *ump, daddr_t sbloc) in ffs1_compat_read()
900 ffs1_compat_write(struct fs *fs, struct ufsmount *ump) in ffs1_compat_write()
919 struct fs *fs; in ffs_unmount() local
[all …]
/openbsd-src/gnu/gcc/gcc/config/soft-fp/
H A Dop-common.h42 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
86 #define _FP_UNPACK_SEMIRAW(fs, wc, X) _FP_FRAC_SLL_##wc(X, _FP_WORKBITS) argument
90 #define _FP_OVERFLOW_SEMIRAW(fs, wc, X) \ argument
110 #define _FP_CHECK_SIGNAN_SEMIRAW(fs, wc, X) \ argument
120 #define _FP_CHOOSENAN_SEMIRAW(fs, wc, R, X, Y, OP) \ argument
130 #define _FP_EXP_NORMAL(fs, wc, X) (((X##_e + 1) & _FP_EXPMAX_##fs) > 1) argument
135 #define _FP_PACK_SEMIRAW(fs, wc, X) \ argument
171 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument
279 #define _FP_ISSIGNAN(fs, wc, X) \ argument
296 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
[all …]
H A Dop-1.h74 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument
75 #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs) argument
89 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument
98 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument
112 #define _FP_PACK_RAW_1(fs, val, X) \ argument
123 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument
203 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
218 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument
242 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
H A Dop-2.h136 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
137 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
205 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument
215 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument
231 #define _FP_PACK_RAW_2(fs, val, X) \ argument
243 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument
448 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument
516 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
/openbsd-src/usr.bin/tmux/
H A Dcmd-find.c177 cmd_find_best_session_with_window(struct cmd_find_state *fs) in cmd_find_best_session_with_window()
210 cmd_find_best_winlink_with_window(struct cmd_find_state *fs) in cmd_find_best_winlink_with_window()
249 cmd_find_get_session(struct cmd_find_state *fs, const char *session) in cmd_find_get_session()
313 cmd_find_get_window(struct cmd_find_state *fs, const char *window, int only) in cmd_find_get_window()
349 cmd_find_get_window_with_session(struct cmd_find_state *fs, const char *window) in cmd_find_get_window_with_session()
501 cmd_find_get_pane(struct cmd_find_state *fs, const char *pane, int only) in cmd_find_get_pane()
538 cmd_find_get_pane_with_session(struct cmd_find_state *fs, const char *pane) in cmd_find_get_pane_with_session()
565 cmd_find_get_pane_with_window(struct cmd_find_state *fs, const char *pane) in cmd_find_get_pane_with_window()
645 cmd_find_clear_state(struct cmd_find_state *fs, int flags) in cmd_find_clear_state()
656 cmd_find_empty_state(struct cmd_find_state *fs) in cmd_find_empty_state()
[all …]
H A Dnotify.c29 struct cmd_find_state fs; member
60 struct cmd_find_state fs; in notify_insert_hook() local
180 notify_add(const char *name, struct cmd_find_state *fs, struct client *c, in notify_add()
257 struct cmd_find_state fs; in notify_client() local
266 struct cmd_find_state fs; in notify_session() local
278 struct cmd_find_state fs; in notify_winlink() local
287 struct cmd_find_state fs; in notify_session_window() local
296 struct cmd_find_state fs; in notify_window() local
305 struct cmd_find_state fs; in notify_pane() local
314 struct cmd_find_state fs; in notify_paste_buffer() local
/openbsd-src/usr.sbin/amd/amd/
H A Dsrvr_afs.c55 fserver *fs = localhost; in find_afs_srvr() local
88 wakeup_srvr(fserver *fs) in wakeup_srvr()
100 fserver *fs = arg; in timeout_srvr() local
144 free_srvr(fserver *fs) in free_srvr()
180 dup_srvr(fserver *fs) in dup_srvr()
189 void srvrlog(fserver *fs, char *state) in srvrlog()
H A Dsrvr_nfs.c93 fserver *fs = 0; in flush_srvr_nfs_cache() local
148 fserver *fs = 0; in got_portmap() local
200 call_portmap(fserver *fs, AUTH *auth, unsigned long prog, in call_portmap()
232 recompute_portmap(fserver *fs) in recompute_portmap()
261 fserver *fs; in nfs_pinged() local
359 fserver *fs = arg; in nfs_timed_out() local
432 fserver *fs = arg; in nfs_keepalive() local
512 nfs_srvr_port(fserver *fs, u_short *port, void *wchan) in nfs_srvr_port()
556 start_nfs_pings(fserver *fs, int pingval) in start_nfs_pings()
582 fserver *fs; in find_nfs_srvr() local
/openbsd-src/sys/ufs/ext2fs/
H A Dext2fs_alloc.c83 struct m_ext2fs *fs; in ext2fs_alloc() local
136 struct m_ext2fs *fs; in ext2fs_inode_alloc() local
191 ext2fs_dirpref(struct m_ext2fs *fs) in ext2fs_dirpref()
222 struct m_ext2fs *fs; in ext2fs_blkpref() local
266 struct m_ext2fs *fs; in ext2fs_hashalloc() local
314 struct m_ext2fs *fs; in ext2fs_alloccg() local
395 struct m_ext2fs *fs; in ext2fs_nodealloccg() local
462 struct m_ext2fs *fs; in ext2fs_blkfree() local
503 struct m_ext2fs *fs; in ext2fs_inode_free() local
546 ext2fs_mapsearch(struct m_ext2fs *fs, char *bbp, u_int32_t bpref) in ext2fs_mapsearch()
[all …]
H A Dext2fs_vfsops.c109 struct m_ext2fs *fs; in ext2fs_mountroot() local
161 struct m_ext2fs *fs; ext2fs_mount() local
288 struct m_ext2fs *fs; global() member
339 ext2fs_maxfilesize(struct m_ext2fs * fs) ext2fs_maxfilesize() argument
352 e2fs_sbfill(struct vnode * devvp,struct m_ext2fs * fs) e2fs_sbfill() argument
428 struct m_ext2fs *fs; ext2fs_reload() local
487 struct ext2fs *fs; ext2fs_mountfs() local
591 struct m_ext2fs *fs; ext2fs_unmount() local
655 struct m_ext2fs *fs; ext2fs_statfs() local
756 struct m_ext2fs *fs; ext2fs_sync() local
831 struct m_ext2fs *fs; ext2fs_vget() local
975 struct m_ext2fs *fs; ext2fs_fhtovp() local
1032 struct m_ext2fs *fs = mp->um_e2fs; ext2fs_sbupdate() local
1049 struct m_ext2fs *fs = mp->um_e2fs; ext2fs_cgupdate() local
1071 e2fs_sbcheck(struct ext2fs * fs,int ronly) e2fs_sbcheck() argument
[all...]
H A Dext2fs_readwrite.c69 struct m_ext2fs *fs; in ext2fs_read() local
83 ext2_ind_read(struct vnode *vp, struct inode *ip, struct m_ext2fs *fs, in ext2_ind_read()
160 ext4_ext_read(struct vnode *vp, struct inode *ip, struct m_ext2fs *fs, struct uio *uio) in ext4_ext_read()
240 struct m_ext2fs *fs; in ext2fs_write() local
H A Dext2fs.h225 e2fs_overflow(struct m_ext2fs *fs, off_t lower, off_t value) in e2fs_overflow()
401 #define fsbtodb(fs, b) ((b) << (fs)->e2fs_fsbtodb) argument
402 #define dbtofsb(fs, b) ((b) >> (fs)->e2fs_fsbtodb) argument
410 #define ino_to_cg(fs, x) (((x) - 1) / (fs)->e2fs.e2fs_ipg) argument
411 #define ino_to_fsba(fs, x) \ argument
414 #define ino_to_fsbo(fs, x) (((x)-1) % (fs)->e2fs_ipb) argument
420 #define dtog(fs, d) (((d) - (fs)->e2fs.e2fs_first_dblock) / (fs)->e2fs.e2fs_fpg) argument
421 #define dtogd(fs, d) \ argument
429 #define blkoff(fs, loc) /* calculates (loc % fs->e2fs_bsize) */ \ argument
431 #define lblktosize(fs, blk) /* calculates (blk * fs->e2fs_bsize) */ \ argument
[all …]
H A Dext2fs_inode.c75 struct m_ext2fs *fs = ip->i_e2fs; in ext2fs_setsize() local
157 struct m_ext2fs *fs; in ext2fs_update() local
213 struct m_ext2fs *fs; in ext2fs_truncate() local
426 struct m_ext2fs *fs = ip->i_e2fs; in ext2fs_indirtrunc() local
/openbsd-src/sys/arch/mips64/mips64/
H A Dfp_emulate.c523 uint ft, fs, fd; in fpu_emulate_cop1() local
655 uint fr, ft, fs, fd; in fpu_emulate_cop1x() local
775 fpu_int_l(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, in fpu_int_l()
805 fpu_int_w(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, in fpu_int_w()
839 fpu_abs(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, in fpu_abs()
874 fpu_add(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, in fpu_add()
897 fpu_c(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, in fpu_c()
972 fpu_ceil_l(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, in fpu_ceil_l()
980 fpu_ceil_w(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, in fpu_ceil_w()
988 fpu_cvt_d(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, in fpu_cvt_d()
[all …]
/openbsd-src/usr.sbin/makefs/ffs/
H A Dffs_alloc.c88 struct fs *fs = ip->i_fs; in ffs_alloc() local
145 struct fs *fs; in ffs_blkpref_ufs1() local
183 struct fs *fs; in ffs_blkpref_ufs2() local
235 struct fs *fs; in ffs_hashalloc() local
287 struct fs *fs = ip->i_fs; in ffs_alloccg() local
370 struct fs *fs = ip->i_fs; in ffs_alloccgblk() local
422 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) in ffs_mapsearch()
H A Dffs_subr.c54 ffs_isblock(struct fs *fs, u_char *cp, int32_t h) in ffs_isblock()
80 ffs_clrblock(struct fs *fs, u_char *cp, int32_t h) in ffs_clrblock()
106 ffs_setblock(struct fs *fs, u_char *cp, int32_t h) in ffs_setblock()
134 ffs_clusteracct(struct fs *fs, struct cg *cgp, int32_t blkno, int cnt) in ffs_clusteracct()
/openbsd-src/usr.sbin/quotaon/
H A Dquotaon.c65 struct fstab *fs; in main() local
152 quotaonoff(struct fstab *fs, int offmode, int type, char *qfpathname) in quotaonoff()
196 hasquota(struct fstab *fs, int type, char **qfnamep, int force) in hasquota()
236 readonly(struct fstab *fs) in readonly()
/openbsd-src/usr.sbin/smtpd/
H A Dlka_filter.c473 struct filter_session *fs; lka_filter_proc_in_session() local
498 struct filter_session *fs; lka_filter_begin() local
516 struct filter_session *fs; lka_filter_end() local
532 struct filter_session *fs; lka_filter_data_begin() local
558 struct filter_session *fs; lka_filter_data_end() local
571 struct filter_session *fs = arg; filter_session_io() local
602 struct filter_session *fs; lka_filter_process_response() local
672 filter_protocol_internal(struct filter_session * fs,uint64_t * token,uint64_t reqid,enum filter_phase phase,const char * param) filter_protocol_internal() argument
796 filter_data_internal(struct filter_session * fs,uint64_t token,uint64_t reqid,const char * line) filter_data_internal() argument
833 struct filter_session *fs; filter_protocol() local
875 struct filter_session *fs; filter_protocol_next() local
887 struct filter_session *fs; filter_data() local
897 struct filter_session *fs; filter_data_next() local
910 struct filter_session *fs; filter_protocol_query() local
1207 filter_builtins_notimpl(struct filter_session * fs,struct filter * filter,uint64_t reqid,const char * param) filter_builtins_notimpl() argument
1213 filter_builtins_global(struct filter_session * fs,struct filter * filter,uint64_t reqid) filter_builtins_global() argument
1232 filter_builtins_connect(struct filter_session * fs,struct filter * filter,uint64_t reqid,const char * param) filter_builtins_connect() argument
1238 filter_builtins_helo(struct filter_session * fs,struct filter * filter,uint64_t reqid,const char * param) filter_builtins_helo() argument
1244 filter_builtins_mail_from(struct filter_session * fs,struct filter * filter,uint64_t reqid,const char * param) filter_builtins_mail_from() argument
1250 filter_builtins_rcpt_to(struct filter_session * fs,struct filter * filter,uint64_t reqid,const char * param) filter_builtins_rcpt_to() argument
1258 filter_builtins_data(struct filter_session * fs,struct filter * filter,uint64_t reqid,const char * param) filter_builtins_data() argument
1264 filter_builtins_commit(struct filter_session * fs,struct filter * filter,uint64_t reqid,const char * param) filter_builtins_commit() argument
1376 struct filter_session *fs; lka_report_smtp_link_connect() local
1441 struct filter_session *fs; lka_report_smtp_link_auth() local
[all...]
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp178 void SetTLSFakeStack(FakeStack *fs) { in SetTLSFakeStack()
183 void SetTLSFakeStack(FakeStack *fs) { } in SetTLSFakeStack()
193 if (FakeStack *fs = GetTLSFakeStack()) in GetFakeStackFast() local
201 if (FakeStack *fs = GetTLSFakeStack()) in GetFakeStackFastAlways() local
207 FakeStack *fs = GetFakeStackFast(); in OnMalloc() local
219 FakeStack *fs = GetFakeStackFastAlways(); in OnMallocAlways() local
277 FakeStack *fs = reinterpret_cast<FakeStack*>(fake_stack); in __asan_addr_is_in_fake_stack() local
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_fake_stack_test.cpp95 FakeStack *fs = FakeStack::Create(stack_size_log); in TEST() local
107 FakeStack *fs = FakeStack::Create(stack_size_log); in TEST() local
134 static void RecursiveFunction(FakeStack *fs, int depth) { in RecursiveFunction()
146 FakeStack *fs = FakeStack::Create(stack_size_log); in TEST() local
/openbsd-src/sys/arch/sparc64/fpu/
H A Dfpu.c119 fpu_dumpstate(struct fpstate *fs) in fpu_dumpstate()
186 fpu_cleanup(struct proc *p, struct fpstate *fs, union instr instr, in fpu_cleanup()
278 struct fpstate *fs; in fpu_execute() local
422 fpu_insn_fmov(struct fpstate *fs, struct fpemu *fe, union instr instr) in fpu_insn_fmov()
442 fpu_insn_fabs(struct fpstate *fs, struct fpemu *fe, union instr instr) in fpu_insn_fabs()
463 fpu_insn_fneg(struct fpstate *fs, struct fpemu *fe, union instr instr) in fpu_insn_fneg()
590 fpu_insn_fcmp(struct fpstate *fs, struct fpemu *fe, union instr instr, in fpu_insn_fcmp()
775 fpu_insn_fmovcc(struct proc *p, struct fpstate *fs, union instr instr) in fpu_insn_fmovcc()
824 fpu_insn_fmovr(struct proc *p, struct fpstate *fs, union instr instr) in fpu_insn_fmovr()
/openbsd-src/sys/dev/rasops/
H A Drasops8.c98 int width, height, cnt, fs, fb; in rasops8_putchar() local
200 int height, fs; in rasops8_putchar8() local
268 int height, fs; in rasops8_putchar12() local
339 int height, fs; in rasops8_putchar16() local

123456789