Searched defs:fs (Results 126 - 150 of 274) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_subr.c102 lfs_setup_resblks(struct lfs *fs) argument
153 lfs_free_resblks(struct lfs *fs) argument
184 lfs_malloc(struct lfs *fs, size_t size, int type) argument
244 lfs_free(struct lfs *fs, void *p, int type) argument
288 lfs_seglock(struct lfs *fs, unsigned long flags) argument
346 lfs_unmark_dirop(struct lfs *fs) argument
386 lfs_auto_segclean(struct lfs *fs) argument
430 lfs_segunlock(struct lfs *fs) argument
562 lfs_writer_enter(struct lfs *fs, const char *wmesg) argument
588 lfs_writer_leave(struct lfs *fs) argument
606 lfs_segunlock_relock(struct lfs *fs) argument
655 lfs_wakeup_cleaner(struct lfs *fs) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/mfs/
H A Dmfs_vfsops.c199 struct fs *fs; local
255 struct fs *fs; local
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/puffs/
H A Dt_basic.c34 syncbar(const char *fs) argument
/netbsd-6-1-5-RELEASE/usr.bin/hexdump/
H A Ddisplay.c70 FS *fs; local
H A Dparse.c166 size(FS *fs) argument
219 rewrite(FS *fs) argument
/netbsd-6-1-5-RELEASE/sys/fs/v7fs/
H A Dv7fs_file.c70 v7fs_file_lookup_by_name(struct v7fs_self *fs, struct v7fs_inode *parent_dir, argument
103 lookup_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz) argument
138 v7fs_file_allocate(struct v7fs_self *fs, struct v7fs_inode *parent_dir, argument
233 v7fs_file_deallocate(struct v7fs_self *fs, struct v7fs_inode *parent_dir, const char *name) argument
288 v7fs_directory_add_entry(struct v7fs_self *fs, struct v7fs_inode *parent_dir, v7fs_ino_t ino, const char *srcname) argument
342 v7fs_directory_remove_entry(struct v7fs_self *fs, struct v7fs_inode *parent_dir, const char *name) argument
391 remove_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz) argument
[all...]
H A Dv7fs_file_util.c69 v7fs_file_link(struct v7fs_self *fs, struct v7fs_inode *parent_dir, argument
87 v7fs_file_symlink(struct v7fs_self *fs, struct v7fs_inode *p, argument
120 v7fs_file_rename(struct v7fs_self *fs, struct v7fs_inode *parent_from, const char *from, struct v7fs_inode *parent_to, const char *to) argument
182 v7fs_directory_replace_entry(struct v7fs_self *fs, struct v7fs_inode *self_dir, const char *name, v7fs_ino_t ino) argument
198 replace_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz) argument
232 v7fs_file_lookup_by_number(struct v7fs_self *fs, struct v7fs_inode *parent_dir, v7fs_ino_t ino, char *buf) argument
244 lookup_by_number_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz) argument
278 can_dirmove(struct v7fs_self *fs, v7fs_ino_t from_ino, v7fs_ino_t to_ino) argument
315 lookup_parent_from_dir_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz) argument
[all...]
H A Dv7fs_superblock.c72 v7fs_superblock_load(struct v7fs_self *fs) argument
92 v7fs_superblock_writeback(struct v7fs_self *fs) argument
118 v7fs_superblock_sanity(struct v7fs_self *fs) argument
143 v7fs_freeblock_update(struct v7fs_self *fs, v7fs_daddr_t blk) argument
197 v7fs_freeinode_update(struct v7fs_self *fs) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops15.c243 int height, so, fs; local
340 int height, so, fs; local
446 int height, so, fs; local
H A Drasops2.c104 int height, width, fs, rs, fb, bg, fg, lmask, rmask; local
247 int height, fs, rs; local
312 int height, fs, rs; local
380 int height, fs, rs; local
[all...]
H A Drasops4.c104 int height, width, fs, rs, fb, bg, fg, lmask, rmask; local
247 int height, fs, rs; local
317 int height, fs, rs; local
390 int height, fs, rs; local
[all...]
/netbsd-6-1-5-RELEASE/bin/cp/
H A Dutils.c63 set_utimes(const char *file, struct stat *fs) argument
97 struct stat to_stat, *fs; local
361 setfile(struct stat *fs, int fd) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Damfs_nfsx.c230 char *fs = mf->mf_fo->opt_fs; local
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_linux.c281 open_locked_mtab(const char *mnttabname, char *mode, char *fs) argument
510 read_mtab(char *fs, const char *mnttabname) argument
H A Dmtab_mach3.c98 open_locked_mtab(char *mnttabname, char *mode, char *fs) argument
464 read_mtab(char *fs, const char *mnttabname) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dunwind-sjlj.c267 uw_frame_state_for(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
289 uw_advance_context(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dllex.h63 struct FuncState *fs; /* `FuncState' is private to the parser */ member in struct:LexState
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Dlinux-unwind.h101 frob_update_context (struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
243 ppc_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dunwind-sjlj.c258 uw_frame_state_for(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
280 uw_advance_context(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dtrap.c409 struct fpstate *fs = l->l_md.md_fpstate; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsunos32_machdep.c108 struct fpstate64 *fs; local
H A Dvm_machdep.c353 struct fpstate64 *fs; local
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot_ufs/
H A Dreadufs.c16 #define fs ufs_info macro
40 struct ufs_info fs; variable in typeref:struct:ufs_info
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.h80 u_int16_t fs; member in struct:linux_sigcontext
/netbsd-6-1-5-RELEASE/sys/dev/i2c/
H A Dzl10353.c598 fe_status_t fs = 0; local

Completed in 249 milliseconds

1234567891011