Searched refs:fs (Results 1 - 25 of 993) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sbin/mount_portal/examples/
H A Dfs.1.conf0 fs/ file fs/
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dsrvr_amfs_auto.c69 fserver *fs = localhost; local
71 if (!fs) {
72 fs = ALLOC(struct fserver);
73 fs->fs_refc = 0;
74 fs->fs_host = strdup("localhost");
75 fs->fs_ip = NULL;
76 fs->fs_cid = 0;
77 fs->fs_pinger = AM_PINGER;
78 fs->fs_flags = FSF_VALID | FSF_PING_UNINIT;
79 fs
103 wakeup_srvr(fserver *fs) argument
116 fserver *fs = v; local
160 free_srvr(fserver *fs) argument
198 dup_srvr(fserver *fs) argument
209 srvrlog(fserver *fs, char *state) argument
[all...]
H A Dsrvr_nfs.c119 * Flush cached data for an fserver (or for all, if fs==NULL)
122 flush_srvr_nfs_cache(fserver *fs) argument
127 if (fs == NULL || fs == fs2) {
189 fserver *fs = NULL; local
194 ITER(fs, fserver, &nfs_srvr_list)
195 if (fs == fs2)
198 if (fs == fs2) {
201 nfs_private *np = (nfs_private *) fs->fs_private;
204 dlog("got port (%d) for mountd on %s", (int) port, fs
237 call_portmap(fserver *fs, AUTH *auth, u_long prog, u_long vers, u_long prot) argument
273 recompute_portmap(fserver *fs) argument
313 get_mountd_port(fserver *fs, u_short *port, wchan_t wchan) argument
365 fserver *fs; local
444 check_fs_addr_change(fserver *fs) argument
489 fserver *fs = v; local
563 fserver *fs = v; local
635 start_nfs_pings(fserver *fs, int pingval) argument
679 fserver *fs; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/
H A D1.cc25 std::fstream fs; local
28 fs.open(name);
30 fs.close();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dhpux-unwind.h111 _Unwind_FrameState *fs)
130 fs->cfa_how = CFA_REG_OFFSET;
131 fs->cfa_reg = 30;
132 fs->cfa_offset = 0;
134 fs->retaddr_column = 0;
135 fs->regs.reg[0].how = REG_SAVED_OFFSET;
136 fs->regs.reg[0].loc.offset = -24;
198 fs->cfa_how = CFA_REG_OFFSET;
199 fs->cfa_reg = 30;
200 fs
110 pa_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing6.C12 cow fs; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing6.C12 cow fs; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-9.c10 union loc fs; local
12 *state_in = fs.reg;
13 *state_in = fs.offset;
18 union loc fs; local
21 *state_in = fs.offset;
22 *state_in = fs.reg;
H A Dssa-fre-10.c9 union loc fs; local
14 *state_in = fs.reg;
16 *state_in = fs.offset;
/netbsd-6-1-5-RELEASE/sys/ufs/mfs/
H A Dmfs_miniroot.c40 #include <ufs/ffs/fs.h>
52 struct fs *fs = (struct fs *)((char *)base + SBLOCK_UFS1); local
60 if (fs->fs_magic != FS_UFS1_MAGIC || fs->fs_bsize > MAXBSIZE ||
61 fs->fs_bsize < sizeof(struct fs))
65 mfs_rootsize = fs->fs_fsize * fs
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/
H A Dmakerumpmanpages.sh179 sedsub='s/xxxfsxxx/$fs/g\;s/XXXFSXXX/$fsc/g\;s/xxximagexxx/$image/g\;'\
185 fs=${x#rump_}
188 if ! member $fs $disk $net $fictional $special ; then
189 echo ERROR: $fs not found in any class!
194 member $fs $special && continue
197 if member $fs $disk ; then
202 if member $fs $net ; then
207 if member $fs $fictional ; then
209 image=$fs
210 fssrc='fictional fs'
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dfs.hpp35 #include "atf-c++/detail/fs.hpp"
41 std::auto_ptr< atf::fs::path > m_path;
44 temp_dir(const atf::fs::path&);
47 const atf::fs::path& get_path(void) const;
50 atf::fs::path change_directory(const atf::fs::path&);
51 void cleanup(const atf::fs::path&);
52 atf::fs::path get_current_dir(void);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dfs.hpp35 #include "atf-c++/detail/fs.hpp"
41 std::auto_ptr< atf::fs::path > m_path;
44 temp_dir(const atf::fs::path&);
47 const atf::fs::path& get_path(void) const;
50 atf::fs::path change_directory(const atf::fs::path&);
51 void cleanup(const atf::fs::path&);
52 atf::fs::path get_current_dir(void);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dhpux-unwind.h110 _Unwind_FrameState *fs)
149 fs->regs.cfa_how = CFA_REG_OFFSET;
150 fs->regs.cfa_reg = 30;
151 fs->regs.cfa_offset = 0;
153 fs->retaddr_column = 0;
154 fs->regs.reg[0].how = REG_SAVED_OFFSET;
155 fs->regs.reg[0].loc.offset = -24;
158 uw_update_context (context, fs);
160 /* Set up fs to describe the FDE for the caller of this stub. */
161 return uw_frame_state_for (context, fs);
109 pa_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/scripts/
H A Dam-eject.in20 fs=`amq | grep ' toplvl ' | cut -d' ' -f1`
21 if [ "$fs" = "" ]; then
28 cd|fd) fs=$fs/$1;;
33 if amq | grep -q "^$fs" >/dev/null 2>&1; then
36 amq -u $fs
38 if amq | grep -q "^$fs" >/dev/null 2>&1; then
40 echo -n "Cannot unmount $fs; in use by:"
41 fuser -uv -m $fs
46 echo "$fs no
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/v7fs/
H A Dv7fs_io.c64 scratch_read(struct v7fs_self *fs, daddr_t blk) argument
68 MEM_LOCK(fs);
70 if (fs->scratch_free & (1 << i)) {
71 fs->scratch_free &= ~(1 << i);
78 MEM_UNLOCK(fs);
82 if (!fs->io.read(fs->io.cookie, fs->scratch[i], blk)) {
84 fs->scratch_free |= (1 << i);
85 MEM_UNLOCK(fs);
106 scratch_remain(const struct v7fs_self *fs) argument
[all...]
/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dfdfs.c63 struct fdfs *fs; local
67 fs = (struct fdfs *)malloc(sizeof(*fs));
68 if (fs == NULL)
71 fs->fd_bufp = (struct fd_buf *)malloc(nseg *
73 if (fs->fd_bufp == NULL) {
74 free(fs);
78 fs->fd_bufp[i].start = 0x0;
79 fs->fd_bufp[i].end = 0x0;
80 fs
130 struct fdfs *fs; local
175 struct fdfs *fs = (struct fdfs *)vp->v_fs; local
224 struct fdfs *fs; local
242 struct fdfs *fs; local
[all...]
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dpass5.c82 for (i = 0; i < fs->lfs_nseg; i++) {
84 LFS_SEGENTRY(su, fs, i, bp);
110 bb += btofsb(fs, su->su_nbytes +
111 su->su_nsums * fs->lfs_sumsize);
112 ubb += btofsb(fs, su->su_nbytes +
113 su->su_nsums * fs->lfs_sumsize +
114 su->su_ninos * fs->lfs_ibsize);
115 dmeta += btofsb(fs,
116 fs->lfs_sumsize * su->su_nsums);
117 dmeta += btofsb(fs,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20090328-1.c6 union loc fs; local
11 *state_in = fs.reg;
13 *state_in = fs.offset;
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/ffs/
H A Dnewfs_extern.h29 struct fs *ffs_mkfs(const char *, const fsinfo_t *);
30 void ffs_write_superblock(struct fs *, const fsinfo_t *);
H A Dffs_alloc.c62 #include <ufs/ffs/fs.h>
75 static int32_t ffs_mapsearch(struct fs *, struct cg *, daddr_t, int);
104 struct fs *fs = ip->i_fs; local
109 if ((u_int)size > fs->fs_bsize || fragoff(fs, size) != 0) {
111 fs->fs_bsize, size);
113 if (size == fs->fs_bsize && fs->fs_cstotal.cs_nbfree == 0)
115 if (bpref >= fs
161 struct fs *fs; local
204 struct fs *fs; local
257 struct fs *fs; local
309 struct fs *fs = ip->i_fs; local
394 struct fs *fs = ip->i_fs; local
444 struct fs *fs = ip->i_fs; local
543 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) argument
[all...]
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlcode.c37 void luaK_nil (FuncState *fs, int from, int n) { argument
39 if (fs->pc > fs->lasttarget) { /* no jumps to current position? */
40 if (fs->pc == 0) { /* function start? */
41 if (from >= fs->nactvar)
45 previous = &fs->f->code[fs->pc-1];
57 luaK_codeABC(fs, OP_LOADNIL, from, from+n-1, 0); /* else no optimization */
61 int luaK_jump (FuncState *fs) { argument
62 int jpc = fs
71 luaK_ret(FuncState *fs, int first, int nret) argument
76 condjump(FuncState *fs, OpCode op, int A, int B, int C) argument
82 fixjump(FuncState *fs, int pc, int dest) argument
96 luaK_getlabel(FuncState *fs) argument
102 getjump(FuncState *fs, int pc) argument
111 getjumpcontrol(FuncState *fs, int pc) argument
124 need_value(FuncState *fs, int list) argument
133 patchtestreg(FuncState *fs, int node, int reg) argument
146 removevalues(FuncState *fs, int list) argument
152 patchlistaux(FuncState *fs, int list, int vtarget, int reg, int dtarget) argument
165 dischargejpc(FuncState *fs) argument
171 luaK_patchlist(FuncState *fs, int list, int target) argument
181 luaK_patchtohere(FuncState *fs, int list) argument
187 luaK_concat(FuncState *fs, int *l1, int l2) argument
201 luaK_checkstack(FuncState *fs, int n) argument
211 luaK_reserveregs(FuncState *fs, int n) argument
217 freereg(FuncState *fs, int reg) argument
225 freeexp(FuncState *fs, expdesc *e) argument
231 addk(FuncState *fs, TValue *k, TValue *v) argument
252 luaK_stringK(FuncState *fs, TString *s) argument
259 luaK_numberK(FuncState *fs, lua_Number r) argument
266 boolK(FuncState *fs, int b) argument
273 nilK(FuncState *fs) argument
282 luaK_setreturns(FuncState *fs, expdesc *e, int nresults) argument
294 luaK_setoneret(FuncState *fs, expdesc *e) argument
306 luaK_dischargevars(FuncState *fs, expdesc *e) argument
339 code_label(FuncState *fs, int A, int b, int jump) argument
345 discharge2reg(FuncState *fs, expdesc *e, int reg) argument
384 discharge2anyreg(FuncState *fs, expdesc *e) argument
392 exp2reg(FuncState *fs, expdesc *e, int reg) argument
416 luaK_exp2nextreg(FuncState *fs, expdesc *e) argument
424 luaK_exp2anyreg(FuncState *fs, expdesc *e) argument
438 luaK_exp2val(FuncState *fs, expdesc *e) argument
446 luaK_exp2RK(FuncState *fs, expdesc *e) argument
474 luaK_storevar(FuncState *fs, expdesc *var, expdesc *ex) argument
505 luaK_self(FuncState *fs, expdesc *e, expdesc *key) argument
518 invertjump(FuncState *fs, expdesc *e) argument
526 jumponcond(FuncState *fs, expdesc *e, int cond) argument
541 luaK_goiftrue(FuncState *fs, expdesc *e) argument
569 luaK_goiffalse(FuncState *fs, expdesc *e) argument
596 codenot(FuncState *fs, expdesc *e) argument
631 luaK_indexed(FuncState *fs, expdesc *t, expdesc *k) argument
663 codearith(FuncState *fs, OpCode op, expdesc *e1, expdesc *e2) argument
683 codecomp(FuncState *fs, OpCode op, int cond, expdesc *e1, expdesc *e2) argument
699 luaK_prefix(FuncState *fs, UnOpr op, expdesc *e) argument
720 luaK_infix(FuncState *fs, BinOpr op, expdesc *v) argument
747 luaK_posfix(FuncState *fs, BinOpr op, expdesc *e1, expdesc *e2) argument
794 luaK_fixline(FuncState *fs, int line) argument
799 luaK_code(FuncState *fs, Instruction i, int line) argument
814 luaK_codeABC(FuncState *fs, OpCode o, int a, int b, int c) argument
822 luaK_codeABx(FuncState *fs, OpCode o, int a, unsigned int bc) argument
829 luaK_setlist(FuncState *fs, int base, int nelems, int tostore) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Drawfs.c61 struct rawfs_file *fs; local
67 fs = alloc(sizeof(struct rawfs_file));
68 fs->fs_nextblk = 0;
69 fs->fs_len = 0;
70 fs->fs_ptr = fs->fs_buf;
73 printf("rawfs_open: fs=0x%x\n", (u_long)fs);
76 f->f_fsdata = fs;
83 struct rawfs_file *fs; local
101 struct rawfs_file *fs = (struct rawfs_file *)f->f_fsdata; local
179 struct rawfs_file *fs; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dlinux-unwind.h38 _Unwind_FrameState *fs)
67 fs->regs.cfa_how = CFA_REG_OFFSET;
68 fs->regs.cfa_reg = 14;
69 fs->regs.cfa_offset = new_cfa - (long) context->cfa;
71 fs->regs.reg[0].how = REG_SAVED_OFFSET;
72 fs->regs.reg[0].loc.offset = (long)&sc->sc_r0 - new_cfa;
73 fs->regs.reg[1].how = REG_SAVED_OFFSET;
74 fs->regs.reg[1].loc.offset = (long)&sc->sc_r1 - new_cfa;
75 fs->regs.reg[2].how = REG_SAVED_OFFSET;
76 fs
37 bfin_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/tapeboot/
H A Drawfs.c62 struct file *fs; local
68 fs = alloc(sizeof(struct file));
69 fs->fs_nextblk = 0;
70 fs->fs_off = 0;
71 fs->fs_len = 0;
72 fs->fs_ptr = fs->fs_buf;
75 printf("rawfs_open: fs=0x%x\n", fs);
78 f->f_fsdata = fs;
85 struct file *fs; local
106 struct file *fs = (struct file *)f->f_fsdata; local
147 struct file *fs = (struct file *)f->f_fsdata; local
201 struct file *fs; local
[all...]

Completed in 179 milliseconds

1234567891011>>