Searched refs:fh (Results 126 - 150 of 193) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_v4l.c8 * Copyright (C) 1998,1999 Christian Theiss <mistert@rz.fh-augsburg.de>
222 static int av7110_dvb_c_switch(struct saa7146_fh *fh) argument
224 struct saa7146_dev *dev = fh->dev;
317 static int av7110_ioctl(struct saa7146_fh *fh, unsigned int cmd, void *arg) argument
319 struct saa7146_dev *dev = fh->dev;
489 return av7110_dvb_c_switch(fh);
568 struct saa7146_fh *fh = file->private_data; local
569 struct saa7146_dev *dev = fh->dev;
583 struct saa7146_fh *fh = file->private_data; local
584 struct saa7146_dev *dev = fh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs4xdr.c1019 encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh) argument
1021 int len = fh->size;
1027 WRITEMEM(fh->data, len);
1310 if ((status = encode_putfh(&xdr, args->fh)) == 0)
1373 if ((status = encode_putfh(&xdr, args->fh)) != 0)
1425 if ((status = encode_putfh(&xdr, args->fh)) != 0)
1493 if ((status = encode_putfh(&xdr, args->fh)) == 0)
1511 status = encode_putfh(&xdr, args->fh);
1535 status = encode_putfh(&xdr, args->fh);
1571 status = encode_putfh(&xdr, args->fh);
3120 decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh) argument
[all...]
H A Dinternal.h16 struct nfs_fh *fh; member in struct:nfs_clone_mount
H A Dinode.c170 struct nfs_fh *fh; member in struct:nfs_find_desc
184 struct nfs_fh *fh = desc->fh; local
189 if (nfs_compare_fh(NFS_FH(inode), fh))
203 nfs_copy_fh(NFS_FH(inode), desc->fh);
215 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr) argument
218 .fh = fh,
H A Dsuper.c197 struct nfs_fh *fh = NFS_FH(dentry->d_inode); local
206 error = server->nfs_client->rpc_ops->statfs(server, fh, &res);
699 server = nfs_clone_server(NFS_SB(data->sb), data->fh, data->fattr);
723 mntroot = nfs_get_root(s, data->fh);
957 server = nfs_clone_server(NFS_SB(data->sb), data->fh, data->fattr);
981 mntroot = nfs4_get_root(s, data->fh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c1066 int fh; local
1071 fh = sisusb->current_font_height;
1082 if (newcols != 80 || c->vc_scan_lines / fh != newrows)
1091 struct vc_data *c, int fh, int uplock)
1105 if ((slot != 0 && slot != 2) || !fh) {
1239 rows = c->vc_scan_lines / fh;
1241 maxscan = rows * fh - 1;
1243 /*printk(KERN_DEBUG "sisusb recalc rows %d maxscan %d fh %d sl %d\n",
1244 rows, maxscan, fh, c->vc_scan_lines);*/
1257 fsr = (fsr & 0xe0) | (fh
1089 sisusbcon_do_font_op(struct sisusb_usb_data *sisusb, int set, int slot, u8 *arg, int cmapsz, int ch512, int dorecalc, struct vc_data *c, int fh, int uplock) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinterface.c525 FILE *fh; local
535 fh = fopen(_PATH_PROCNET_DEV, "r");
536 if (!fh) {
540 fgets(buf, sizeof buf, fh); /* eat line */
541 fgets(buf, sizeof buf, fh);
546 while (fgets(buf, sizeof buf, fh)) {
556 if (ferror(fh)) {
561 fclose(fh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/tools/
H A Dobjstrip.c195 if (!(aout->fh.f_flags & COFF_F_EXEC)) {
201 if (aout->fh.f_opthdr != sizeof(aout->ah)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c2256 struct fuse *fh = NULL; local
2275 fh = fuse_new(ctx->fc, &args , &ntfs_3g_ops, sizeof(ntfs_3g_ops), NULL);
2276 if (!fh)
2279 if (fuse_set_signal_handlers(fuse_get_session(fh)))
2283 return fh;
2285 fuse_destroy(fh);
2286 fh = NULL;
2335 struct fuse *fh; local
2419 fh = mount_fuse(parsed_options);
2420 if (!fh) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_fs.h105 struct nfs_fh fh; member in struct:nfs_inode
205 #define NFS_FH(inode) (&NFS_I(inode)->fh)
382 extern int nfs_instantiate(struct dentry *dentry, struct nfs_fh *fh, struct nfs_fattr *fattr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Denv.t170 my $fh = new IO::File ">$errfile" ;
171 ok 31, my $env = new BerkeleyDB::Env( -ErrFile => $fh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_tcindex.c434 static int tcindex_dump(struct tcf_proto *tp, unsigned long fh, argument
438 struct tcindex_filter_result *r = (struct tcindex_filter_result *) fh;
442 DPRINTK("tcindex_dump(tp %p,fh 0x%lx,skb %p,t %p),p %p,r %p,b %p\n",
443 tp,fh,skb,t,p,r,b);
447 if (!fh) {
H A Dcls_basic.c245 static int basic_dump(struct tcf_proto *tp, unsigned long fh, argument
248 struct basic_filter *f = (struct basic_filter *) fh;
H A Dcls_fw.c347 static int fw_dump(struct tcf_proto *tp, unsigned long fh, argument
351 struct fw_filter *f = (struct fw_filter*)fh;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Ddpc7146.c251 static int dpc_ioctl(struct saa7146_fh *fh, unsigned int cmd, void *arg) argument
253 struct saa7146_dev *dev = fh->dev;
H A Dzoran_device.c591 struct zoran_fh *fh = file->private_data; local
592 struct zoran *zr = fh->zr;
600 memset(fh->overlay_mask, ~0, mask_line_size * 4 * BUZ_MAX_HEIGHT);
619 if (x + width > fh->overlay_settings.width) {
620 width = fh->overlay_settings.width - x;
622 if (y + height > fh->overlay_settings.height) {
623 height = fh->overlay_settings.height - y;
638 mask = fh->overlay_mask + (y + j) * mask_line_size;
H A Dhexium_orion.c373 static int hexium_ioctl(struct saa7146_fh *fh, unsigned int cmd, void *arg) argument
375 struct saa7146_dev *dev = fh->dev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dshmem.c2044 __u32 *fh = vfh; local
2045 __u64 inum = fh[2];
2046 inum = (inum << 32) | fh[1];
2047 return ino->i_ino == inum && fh[0] == ino->i_generation;
2054 __u32 *fh = vfh; local
2055 __u64 inum = fh[2];
2056 inum = (inum << 32) | fh[1];
2058 inode = ilookup5(sb, (unsigned long)(inum+fh[0]), shmem_match, vfh);
2067 static struct dentry *shmem_decode_fh(struct super_block *sb, __u32 *fh, argument
2075 return sb->s_export_op->find_exported_dentry(sb, fh, NUL
2079 shmem_encode_fh(struct dentry *dentry, __u32 *fh, int *len, int connectable) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_base.c1266 static unsigned int fh; /* "matrox:fh:xxxxxk" */ variable
1742 ACCESS_FBINFO(fbcon.monspecs.hfmax) = fh;
1806 /* fv, fh, maxclk limits was specified */
1813 if ((tmp < fh) || (fh == 0)) fh = tmp;
1815 if (fh) {
1816 tmp = fh * (vesafb_defined.left_margin + vesafb_defined.xres
2235 /* fh fro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c223 struct ssp_frame_hdr *fh; local
241 fh = edb->vaddr + 16;
242 ru = edb->vaddr + 16 + sizeof(*fh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dxdr.c130 || !(p = nlm_decode_fh(p, &lock->fh))
163 || !(p = nlm_encode_fh(p, &lock->fh))
307 || !(p = nlm_decode_fh(p, &lock->fh))
H A Dxdr4.c131 || !(p = nlm4_decode_fh(p, &lock->fh))
164 || !(p = nlm4_encode_fh(p, &lock->fh))
314 || !(p = nlm4_decode_fh(p, &lock->fh))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html1644 local($fh, $line);
1651 $fh = $fhs[0];
1652 $line = <$fh>;
1654 close($fh);
1861 local(*lines, $fh) = @_;
1871 print $fh $_;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html1644 local($fh, $line);
1651 $fh = $fhs[0];
1652 $line = <$fh>;
1654 close($fh);
1861 local(*lines, $fh) = @_;
1871 print $fh $_;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhdlc_fr.c911 fr_hdr *fh = (fr_hdr*)skb->data; local
917 if (skb->len <= 4 || fh->ea1 || data[2] != FR_UI)
943 if (pvc->state.fecn != fh->fecn) {
946 dlci, fh->fecn ? "N" : "FF");
951 if (pvc->state.becn != fh->becn) {
954 dlci, fh->becn ? "N" : "FF");

Completed in 347 milliseconds

12345678