Searched refs:fi (Results 26 - 50 of 80) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_hash.c285 struct fib_info *fi = NULL; local
308 if (next_fi->fib_priority > res->fi->fib_priority)
315 if (fi == NULL) {
316 if (next_fi != res->fi)
318 } else if (!fib_detect_death(fi, order, &last_resort,
320 if (res->fi)
321 fib_info_put(res->fi);
322 res->fi = fi;
323 atomic_inc(&fi
387 struct fib_info *fi; local
572 struct fib_info *fi = fa->fa_info; local
632 struct fib_info *fi = fa->fa_info; local
970 fib_flag_trans(int type, __be32 mask, struct fib_info *fi) argument
999 struct fib_info *fi; local
[all...]
H A Dfib_lookup.h27 extern int fib_nh_match(struct fib_config *cfg, struct fib_info *fi);
30 int dst_len, u8 tos, struct fib_info *fi,
37 extern int fib_detect_death(struct fib_info *fi, int order,
H A Dfib_trie.c1153 struct fib_info *fi; local
1174 fi = fib_create_info(cfg);
1175 if (IS_ERR(fi)) {
1176 err = PTR_ERR(fi);
1185 fa = fib_find_alias(fa_head, tos, fi->fib_priority);
1199 if (fa && fa->fa_info->fib_priority == fi->fib_priority) {
1217 new_fa->fa_info = fi;
1242 if (fa->fa_info->fib_priority != fi->fib_priority)
1246 fa->fa_info == fi) {
1262 new_fa->fa_info = fi;
1608 struct fib_info *fi = fa->fa_info; local
1658 struct fib_info *fi = fa->fa_info; local
1781 struct fib_info *fi = NULL; local
2402 fib_flag_trans(int type, __be32 mask, const struct fib_info *fi) argument
2454 const struct fib_info *fi = fa->fa_info; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_lowlevel.h208 * @param fi for future use, currently always NULL
211 struct fuse_file_info *fi);
221 * under Linux kernel versions 2.6.15 or later, the fi->fh will
224 * ftruncate call, or kernel version earlier than 2.6.15) the fi
235 * @param fi file information, or NULL
241 int to_set, struct fuse_file_info *fi);
361 * O_TRUNC) are available in fi->flags.
364 * etc) in fi->fh, and use this in other all other file operations
368 * anything in fi->fh.
371 * filesystem may set in fi, t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_dir.c24 FileInfo fi; local
41 while (IFILEMGR_EnumNext(pIFileMgr, &fi) != FALSE) {
48 for (filename = fi.szName;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_table.c63 #define for_nexthops(fi) { int nhsel; const struct dn_fib_nh *nh;\
64 for(nhsel = 0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
66 #define endfor_nexthops(fi) }
226 static int dn_fib_nh_match(struct rtmsg *r, struct nlmsghdr *nlh, struct dn_kern_rta *rta, struct dn_fib_info *fi) argument
231 if (rta->rta_priority && *rta->rta_priority != fi->fib_priority)
235 if ((!rta->rta_oif || *rta->rta_oif == fi->fib_nh->nh_oif) &&
236 (!rta->rta_gw || memcmp(rta->rta_gw, &fi->fib_nh->nh_gw, 2) == 0))
247 for_nexthops(fi) {
262 } endfor_nexthops(fi);
267 dn_fib_nlmsg_size(struct dn_fib_info *fi) argument
293 dn_fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event, u32 tb_id, u8 type, u8 scope, void *dst, int dst_len, struct dn_fib_info *fi, unsigned int flags) argument
506 struct dn_fib_info *fi; local
674 struct dn_fib_info *fi = DN_FIB_INFO(f); local
725 struct dn_fib_info *fi = DN_FIB_INFO(f); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disdnl3.c69 l3m_debug(struct FsmInst *fi, char *fmt, ...) argument
72 struct PStack *st = fi->userdata;
419 lc_activate(struct FsmInst *fi, int event, void *arg) argument
421 struct PStack *st = fi->userdata;
423 FsmChangeState(fi, ST_L3_LC_ESTAB_WAIT);
428 lc_connect(struct FsmInst *fi, int event, void *arg) argument
430 struct PStack *st = fi->userdata;
434 FsmChangeState(fi, ST_L3_LC_ESTAB);
448 lc_connected(struct FsmInst *fi, int event, void *arg) argument
450 struct PStack *st = fi
469 lc_start_delay(struct FsmInst *fi, int event, void *arg) argument
478 lc_start_delay_check(struct FsmInst *fi, int event, void *arg) argument
490 lc_release_req(struct FsmInst *fi, int event, void *arg) argument
506 lc_release_ind(struct FsmInst *fi, int event, void *arg) argument
517 lc_release_cnf(struct FsmInst *fi, int event, void *arg) argument
[all...]
H A Dst5481_d.c64 l1_go_f3(struct FsmInst *fi, int event, void *arg) argument
66 struct st5481_adapter *adapter = fi->userdata;
68 if (fi->state == ST_L1_F7)
71 FsmChangeState(fi, ST_L1_F3);
76 l1_go_f6(struct FsmInst *fi, int event, void *arg) argument
78 struct st5481_adapter *adapter = fi->userdata;
80 if (fi->state == ST_L1_F7)
83 FsmChangeState(fi, ST_L1_F6);
87 l1_go_f7(struct FsmInst *fi, int event, void *arg) argument
89 struct st5481_adapter *adapter = fi
98 l1_go_f8(struct FsmInst *fi, int event, void *arg) argument
109 l1_timer3(struct FsmInst *fi, int event, void *arg) argument
119 l1_ignore(struct FsmInst *fi, int event, void *arg) argument
124 l1_activate(struct FsmInst *fi, int event, void *arg) argument
170 l1m_debug(struct FsmInst *fi, char *fmt, ...) argument
216 dout_debug(struct FsmInst *fi, char *fmt, ...) argument
[all...]
H A Dhisax_isac.c265 static void l1_di(struct FsmInst *fi, int event, void *arg) argument
267 struct isac *isac = fi->userdata;
269 FsmChangeState(fi, ST_L1_RESET);
273 static void l1_di_deact_ind(struct FsmInst *fi, int event, void *arg) argument
275 struct isac *isac = fi->userdata;
277 FsmChangeState(fi, ST_L1_RESET);
282 static void l1_go_f3pdown(struct FsmInst *fi, int event, void *arg) argument
284 FsmChangeState(fi, ST_L1_F3_PDOWN);
287 static void l1_go_f3pend_deact_ind(struct FsmInst *fi, int event, void *arg) argument
289 struct isac *isac = fi
296 l1_go_f3pend(struct FsmInst *fi, int event, void *arg) argument
304 l1_go_f4(struct FsmInst *fi, int event, void *arg) argument
309 l1_go_f5(struct FsmInst *fi, int event, void *arg) argument
314 l1_go_f6(struct FsmInst *fi, int event, void *arg) argument
319 l1_go_f6_deact_ind(struct FsmInst *fi, int event, void *arg) argument
327 l1_go_f7_act_ind(struct FsmInst *fi, int event, void *arg) argument
337 l1_go_f8(struct FsmInst *fi, int event, void *arg) argument
342 l1_go_f8_deact_ind(struct FsmInst *fi, int event, void *arg) argument
350 l1_ar8(struct FsmInst *fi, int event, void *arg) argument
358 l1_timer3(struct FsmInst *fi, int event, void *arg) argument
430 l1m_debug(struct FsmInst *fi, char *fmt, ...) argument
[all...]
H A Dtei.c126 tei_id_request(struct FsmInst *fi, int event, void *arg) argument
128 struct PStack *st = fi->userdata;
147 tei_id_assign(struct FsmInst *fi, int event, void *arg) argument
149 struct PStack *ost, *st = fi->userdata;
175 tei_id_test_dup(struct FsmInst *fi, int event, void *arg) argument
177 struct PStack *ost, *st = fi->userdata;
196 tei_id_denied(struct FsmInst *fi, int event, void *arg) argument
198 struct PStack *st = fi->userdata;
210 tei_id_chk_req(struct FsmInst *fi, int event, void *arg) argument
212 struct PStack *st = fi
228 tei_id_remove(struct FsmInst *fi, int event, void *arg) argument
249 tei_id_verify(struct FsmInst *fi, int event, void *arg) argument
263 tei_id_req_tout(struct FsmInst *fi, int event, void *arg) argument
286 tei_id_ver_tout(struct FsmInst *fi, int event, void *arg) argument
393 tei_debug(struct FsmInst *fi, char *fmt, ...) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_fib.h110 struct fib_info *fi; member in struct:fib_result
133 #define FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel])
138 #define FIB_RES_NH(res) ((res).fi->fib_nh[0])
143 #define FIB_RES_PREFSRC(res) ((res).fi->fib_prefsrc ? : __fib_res_prefsrc(&res))
258 extern void free_fib_info(struct fib_info *fi);
260 static inline void fib_info_put(struct fib_info *fi) argument
262 if (atomic_dec_and_test(&fi->fib_clntref))
263 free_fib_info(fi);
268 if (res->fi)
269 fib_info_put(res->fi);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dcrontab.c146 FILE *fi; local
148 fi = fopen(pas->pw_name, "r");
149 if (fi) {
150 while (fgets(buf, sizeof(buf), fi) != NULL)
152 fclose(fi);
160 FILE *fi; local
169 fi = fopen(pas->pw_name, "r");
170 if (fi) {
171 while ((n = fread(buf, 1, sizeof(buf), fi)) > 0)
H A Dcrond.c464 FILE *fi; local
468 fi = fopen(fileName, "r");
469 if (fi != NULL) {
472 if (fstat(fileno(fi), &sbuf) == 0 && sbuf.st_uid == DaemonUid) {
479 while (fgets(buf, sizeof(buf), fi) != NULL && --maxLines) {
540 fclose(fi);
547 FILE *fi; local
550 fi = fopen(CRONUPDATE, "r");
551 if (fi != NULL) {
553 while (fgets(buf, sizeof(buf), fi) !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dctcmain.c650 fsm_action_nop(fsm_instance * fi, int event, void *arg) argument
663 * @param fi An instance of a channel statemachine.
668 ch_action_txdone(fsm_instance * fi, int event, void *arg) argument
745 fsm_newstate(fi, CH_STATE_TXIDLE);
755 * @param fi An instance of a channel statemachine.
760 ch_action_txidle(fsm_instance * fi, int event, void *arg) argument
766 fsm_newstate(fi, CH_STATE_TXIDLE);
775 * @param fi An instance of a channel statemachine.
780 ch_action_rx(fsm_instance * fi, int event, void *arg) argument
848 static void ch_action_rxidle(fsm_instance * fi, in
858 ch_action_firstio(fsm_instance * fi, int event, void *arg) argument
932 ch_action_rxidle(fsm_instance * fi, int event, void *arg) argument
973 ch_action_setmode(fsm_instance * fi, int event, void *arg) argument
1006 ch_action_start(fsm_instance * fi, int event, void *arg) argument
1086 ch_action_haltio(fsm_instance * fi, int event, void *arg) argument
1123 ch_action_stopped(fsm_instance * fi, int event, void *arg) argument
1160 ch_action_stop(fsm_instance * fi, int event, void *arg) argument
1175 ch_action_fail(fsm_instance * fi, int event, void *arg) argument
1206 ch_action_setuperr(fsm_instance * fi, int event, void *arg) argument
1255 ch_action_restart(fsm_instance * fi, int event, void *arg) argument
1296 ch_action_rxiniterr(fsm_instance * fi, int event, void *arg) argument
1325 ch_action_rxinitfail(fsm_instance * fi, int event, void *arg) argument
1345 ch_action_rxdisc(fsm_instance * fi, int event, void *arg) argument
1378 ch_action_txiniterr(fsm_instance * fi, int event, void *arg) argument
1406 ch_action_txretry(fsm_instance * fi, int event, void *arg) argument
1467 ch_action_iofatal(fsm_instance * fi, int event, void *arg) argument
1488 ch_action_reinit(fsm_instance *fi, int event, void *arg) argument
1973 dev_action_start(fsm_instance * fi, int event, void *arg) argument
1996 dev_action_stop(fsm_instance * fi, int event, void *arg) argument
2010 dev_action_restart(fsm_instance *fi, int event, void *arg) argument
2032 dev_action_chup(fsm_instance * fi, int event, void *arg) argument
2080 dev_action_chdown(fsm_instance * fi, int event, void *arg) argument
[all...]
H A Dnetiucv.c578 static void fsm_action_nop(fsm_instance *fi, int event, void *arg) argument
655 static void conn_action_rx(fsm_instance *fi, int event, void *arg) argument
695 static void conn_action_txdone(fsm_instance *fi, int event, void *arg) argument
750 fsm_newstate(fi, CONN_STATE_IDLE);
768 fsm_newstate(fi, CONN_STATE_IDLE);
783 static void conn_action_connaccept(fsm_instance *fi, int event, void *arg) argument
804 fsm_newstate(fi, CONN_STATE_IDLE);
809 static void conn_action_connreject(fsm_instance *fi, int event, void *arg) argument
818 static void conn_action_connack(fsm_instance *fi, int event, void *arg) argument
826 fsm_newstate(fi, CONN_STATE_IDL
831 conn_action_conntimsev(fsm_instance *fi, int event, void *arg) argument
841 conn_action_connsever(fsm_instance *fi, int event, void *arg) argument
858 conn_action_start(fsm_instance *fi, int event, void *arg) argument
934 conn_action_stop(fsm_instance *fi, int event, void *arg) argument
956 conn_action_inval(fsm_instance *fi, int event, void *arg) argument
1012 dev_action_start(fsm_instance *fi, int event, void *arg) argument
1031 dev_action_stop(fsm_instance *fi, int event, void *arg) argument
1054 dev_action_connup(fsm_instance *fi, int event, void *arg) argument
1088 dev_action_conndown(fsm_instance *fi, int event, void *arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dmiropcm20-rds.c25 static int rds_f_open(struct inode *in, struct file *fi) argument
40 static int rds_f_release(struct inode *in, struct file *fi) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c542 struct fuse_file_info *fi)
546 return fs->op.fgetattr(path, buf, fi);
600 struct fuse_file_info *fi)
604 return fs->op.release(path, fi);
610 struct fuse_file_info *fi)
614 return fs->op.opendir(path, fi);
620 struct fuse_file_info *fi)
624 return fs->op.open(path, fi);
630 off_t off, struct fuse_file_info *fi)
634 return fs->op.read(path, buf, size, off, fi);
541 fuse_fs_fgetattr(struct fuse_fs *fs, const char *path, struct stat *buf, struct fuse_file_info *fi) argument
599 fuse_fs_release(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi) argument
609 fuse_fs_opendir(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi) argument
619 fuse_fs_open(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi) argument
629 fuse_fs_read(struct fuse_fs *fs, const char *path, char *buf, size_t size, off_t off, struct fuse_file_info *fi) argument
639 fuse_fs_write(struct fuse_fs *fs, const char *path, const char *buf, size_t size, off_t off, struct fuse_file_info *fi) argument
649 fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, struct fuse_file_info *fi) argument
659 fuse_fs_fsyncdir(struct fuse_fs *fs, const char *path, int datasync, struct fuse_file_info *fi) argument
669 fuse_fs_flush(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi) argument
691 fuse_fs_releasedir(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi) argument
701 fuse_fs_readdir(struct fuse_fs *fs, const char *path, void *buf, fuse_fill_dir_t filler, off_t off, struct fuse_file_info *fi) argument
712 fuse_fs_create(struct fuse_fs *fs, const char *path, mode_t mode, struct fuse_file_info *fi) argument
722 fuse_fs_lock(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi, int cmd, struct flock *lock) argument
750 fuse_fs_ftruncate(struct fuse_fs *fs, const char *path, off_t size, struct fuse_file_info *fi) argument
932 lookup_path(struct fuse *f, fuse_ino_t nodeid, const char *name, const char *path, struct fuse_entry_param *e, struct fuse_file_info *fi) argument
1119 fuse_lib_getattr(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) argument
1157 fuse_lib_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, int valid, struct fuse_file_info *fi) argument
1274 struct fuse_file_info fi; local
1468 fuse_do_release(struct fuse *f, fuse_ino_t ino, const char *path, struct fuse_file_info *fi) argument
1490 fuse_lib_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi) argument
1547 fuse_lib_open(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) argument
1590 fuse_lib_read(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, struct fuse_file_info *fi) argument
1642 fuse_lib_write(fuse_req_t req, fuse_ino_t ino, const char *buf, size_t size, off_t off, struct fuse_file_info *fi) argument
1687 fuse_lib_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, struct fuse_file_info *fi) argument
1710 get_dirhandle(const struct fuse_file_info *llfi, struct fuse_file_info *fi) argument
1726 struct fuse_file_info fi; local
1848 readdir_fill(struct fuse *f, fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, struct fuse_dh *dh, struct fuse_file_info *fi) argument
1882 struct fuse_file_info fi; local
1918 struct fuse_file_info fi; local
1942 struct fuse_file_info fi; local
2244 fuse_flush_common(struct fuse *f, fuse_req_t req, fuse_ino_t ino, const char *path, struct fuse_file_info *fi) argument
2275 fuse_lib_release(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) argument
2305 fuse_lib_flush(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) argument
2322 fuse_lock_common(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi, struct flock *lock, int cmd) argument
2344 fuse_lib_getlk(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi, struct flock *lock) argument
2370 fuse_lib_setlk(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi, struct flock *lock, int should_sleep) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dnamei.c151 struct fileIdentDesc *fi=NULL; local
198 fi = udf_fileident_read(dir, &f_pos, fibh, cfi, &epos, &eloc, &elen, &offset);
200 if (!fi)
214 nameptr = fi->fileIdent + liu;
227 memcpy(nameptr, fi->fileIdent + liu, lfi - poffset);
252 return fi;
346 struct fileIdentDesc *fi=NULL; local
422 fi = udf_fileident_read(dir, &f_pos, fibh, cfi, &epos, &eloc, &elen, &offset);
424 if (!fi)
438 nameptr = fi
609 udf_delete_entry(struct inode *inode, struct fileIdentDesc *fi, struct udf_fileident_bh *fibh, struct fileIdentDesc *cfi) argument
622 struct fileIdentDesc cfi, *fi; local
671 struct fileIdentDesc cfi, *fi; local
718 struct fileIdentDesc cfi, *fi; local
780 struct fileIdentDesc *fi, cfi; local
857 struct fileIdentDesc *fi, cfi; local
900 struct fileIdentDesc *fi; local
947 struct fileIdentDesc *fi; local
1113 struct fileIdentDesc cfi, *fi; local
[all...]
H A Ddir.c104 struct fileIdentDesc *fi=NULL; local
183 fi = udf_fileident_read(dir, &nf_pos, &fibh, &cfi, &epos, &eloc, &elen, &offset);
185 if (!fi)
198 nameptr = fi->fileIdent + liu;
210 memcpy(nameptr, fi->fileIdent + liu, lfi - poffset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
116 \fi
119 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
120 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
121 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
122 \ifx\putwordin\undefined \gdef\putwordin{in}\fi
123 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
124 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
125 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi
126 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
112 \fi
115 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
116 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
117 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
118 \ifx\putwordin\undefined \gdef\putwordin{in}\fi
119 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
120 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
121 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi
122 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dinode.c49 struct fuse_inode *fi; local
55 fi = get_fuse_inode(inode);
56 fi->i_time = 0;
57 fi->nodeid = 0;
58 fi->nlookup = 0;
59 fi->forget_req = fuse_request_alloc();
60 if (!fi->forget_req) {
70 struct fuse_inode *fi = get_fuse_inode(inode); local
71 if (fi->forget_req)
72 fuse_request_free(fi
98 struct fuse_inode *fi = get_fuse_inode(inode); local
175 struct fuse_inode *fi; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.c289 struct fragment_info *fi; local
294 fi = list_entry(lh, struct fragment_info, list);
296 kfree(fi);
903 struct fragment_info *fi; local
906 list_for_each_entry(fi, frag_list, list)
907 if (offset < fi->offset + fi->len && end > fi->offset)
928 struct fragment_info *fi, *fi2, *new; local
931 fi
998 struct fragment_info *fi = list_entry(new->frag_info.next, local
1034 struct fragment_info *fi; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java239 FastInputStream fi = new FastInputStream(bytes);
240 ObjectInputStream ois = new ObjectInputStream(fi);
259 FastInputStream fi = new FastInputStream(bytes);
260 SerialInput ois = new SerialInput(fi, jtc);
272 FastInputStream fi = new FastInputStream(bytes);
273 SerialInput ois = new SerialInput(fi, jtc);
402 FastInputStream fi = new FastInputStream(bytes);
403 InputSource input = new InputSource(fi);
406 //InputStreamReader reader = new InputStreamReader(fi);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c104 void get_skas_faultinfo(int pid, struct faultinfo * fi) argument
109 err = ptrace(PTRACE_FAULTINFO, pid, 0, fi);
116 memset((char *)fi + sizeof(struct ptrace_faultinfo), 0,
130 memcpy(fi, (void *)current_stub_stack(), sizeof(*fi));

Completed in 323 milliseconds

1234