Searched refs:ofi (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A Dconfigure.js283 var fso, ofi, of, ln, s;
285 ofi = fso.OpenTextFile(optsFileIn, 1);
287 while (ofi.AtEndOfStream != true) {
288 ln = ofi.ReadLine();
365 ofi.Close();
373 var fso, ofi, of, ln, s;
375 ofi = fso.OpenTextFile(pyOptsFileIn, 1);
377 while (ofi.AtEndOfStream != true) {
378 ln = ofi.ReadLine();
390 ofi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_fib.c115 static inline int dn_fib_nh_comp(const struct dn_fib_info *fi, const struct dn_fib_info *ofi) argument
117 const struct dn_fib_nh *onh = ofi->fib_nh;
276 struct dn_fib_info *ofi; local
377 if ((ofi = dn_fib_find_info(fi)) != NULL) {
380 ofi->fib_treeref++;
381 return ofi;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_semantics.c179 static __inline__ int nh_comp(const struct fib_info *fi, const struct fib_info *ofi) argument
181 const struct fib_nh *onh = ofi->fib_nh;
686 struct fib_info *ofi; local
833 if ((ofi = fib_find_info(fi)) != NULL) {
836 ofi->fib_treeref++;
837 return ofi;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dnamei.c1169 struct fileIdentDesc *ofi = NULL, *nfi = NULL, *dir_fi = NULL, ocfi, ncfi; local
1175 if ((ofi = udf_find_entry(old_dir, old_dentry, &ofibh, &ocfi)))
1182 if (!ofi || udf_get_lb_pblock(old_dir->i_sb, tloc, 0)
1257 ofi = udf_find_entry(old_dir, old_dentry, &ofibh, &ocfi);
1258 udf_delete_entry(old_dir, ofi, &ofibh, &ocfi);
1291 if (ofi)

Completed in 54 milliseconds