Searched refs:fh (Results 226 - 250 of 320) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-driver.c1112 struct cx18_open_id fh; local
1114 fh.cx = cx;
1185 cx18_s_input(NULL, &fh, video_input);
1190 cx18_s_std(NULL, &fh, &cx->tuner_std);
1191 cx18_s_frequency(NULL, &fh, &vf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4xdr.c1334 encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr) argument
1336 int len = fh->size;
1341 xdr_encode_opaque(p, fh->data, len);
1754 encode_putfh(&xdr, args->fh, &hdr);
1815 encode_putfh(&xdr, args->fh, &hdr);
1859 encode_putfh(&xdr, args->fh, &hdr);
1915 encode_putfh(&xdr, args->fh, &hdr);
1934 encode_putfh(&xdr, args->fh, &hdr);
1954 encode_putfh(&xdr, args->fh, &hdr);
1977 encode_putfh(&xdr, args->fh,
3903 decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh) argument
[all...]
H A Dunlink.c172 data->args.fh = NFS_FH(dir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Daio.c248 a->aio_fildes = fsp->fh->fd;
338 a->aio_fildes = fsp->fh->fd;
743 SMB_VFS_AIO_CANCEL(fsp,fsp->fh->fd, &aio_ex->acb);
H A Doplock.c92 SIVAL(msg,16,fsp->fh->file_id);
125 fsp->fh->file_id, (int)fsp->open_time.tv_sec,
338 (unsigned int)dev, (double)inode, fsp->fh->file_id );
H A Dtrans2.c169 if (fsp && fsp->fh->fd != -1) {
170 sizeret = SMB_VFS_FGETXATTR(fsp, fsp->fh->fd, ea_name, val, attr_size);
226 if (fsp && fsp->fh->fd != -1) {
227 sizeret = SMB_VFS_FLISTXATTR(fsp, fsp->fh->fd, ea_namelist, ea_namelist_size);
392 if (fsp && (fsp->fh->fd != -1)) {
395 ret = SMB_VFS_FREMOVEXATTR(fsp, fsp->fh->fd, unix_ea_name);
410 if (fsp && (fsp->fh->fd != -1)) {
413 ret = SMB_VFS_FSETXATTR(fsp, fsp->fh->fd, unix_ea_name,
3295 } else if(fsp && (fsp->is_directory || fsp->fh->fd == -1)) {
3323 if (SMB_VFS_FSTAT(fsp,fsp->fh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c285 struct ssp_frame_hdr *fh; local
303 fh = edb->vaddr + 16;
304 ru = edb->vaddr + 16 + sizeof(*fh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134.h736 int saa7134_s_ctrl_internal(struct saa7134_dev *dev, struct saa7134_fh *fh, struct v4l2_control *c);
737 int saa7134_g_ctrl_internal(struct saa7134_dev *dev, struct saa7134_fh *fh, struct v4l2_control *c);
739 int saa7134_s_std_internal(struct saa7134_dev *dev, struct saa7134_fh *fh, v4l2_std_id *id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dxdr.c128 || !(p = nlm_decode_fh(p, &lock->fh))
161 || !(p = nlm_encode_fh(p, &lock->fh))
305 || !(p = nlm_decode_fh(p, &lock->fh))
H A Dxdr4.c129 || !(p = nlm4_decode_fh(p, &lock->fh))
162 || !(p = nlm4_encode_fh(p, &lock->fh))
312 || !(p = nlm4_decode_fh(p, &lock->fh))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhdlc_fr.c880 fr_hdr *fh = (fr_hdr*)skb->data; local
886 if (skb->len <= 4 || fh->ea1 || data[2] != FR_UI)
912 if (pvc->state.fecn != fh->fecn) {
915 dlci, fh->fecn ? "N" : "FF");
920 if (pvc->state.becn != fh->becn) {
923 dlci, fh->becn ? "N" : "FF");
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/gizmos/
H A Dmakefile.wat282 -dWXMAKINGDLL_GIZMOS /fh=$(OBJS)\wxprec_gizmosdll.pch $(__RTTIFLAG) &
299 -dWXMAKINGDLL_GIZMOS_XRC /fh=$(OBJS)\wxprec_gizmos_xrcdll.pch &
311 /fh=$(OBJS)\wxprec_gizmoslib.pch $(__RTTIFLAG) $(__EXCEPTIONSFLAG) &
328 /fh=$(OBJS)\wxprec_gizmos_xrclib.pch $(__RTTIFLAG) $(__EXCEPTIONSFLAG) &
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_fw.c331 static int fw_dump(struct tcf_proto *tp, unsigned long fh, argument
335 struct fw_filter *f = (struct fw_filter*)fh;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c113 uint64_t fh; member in struct:fuse_dh
1536 (unsigned long long) fi->fh, fi->flags, path);
1580 (unsigned long long) fi->fh, fi->flags, path);
1613 (unsigned long long) fi->fh, (unsigned long) size,
1630 (unsigned long long)fi->fh, res);
1659 fi->writepage ? "PAGE" : "", (unsigned long long) fi->fh,
1676 fi->writepage ? "PAGE" : "", (unsigned long long) fi->fh,
1700 fprintf(stderr, "FSYNC[%llu]\n", (unsigned long long) fi->fh);
1713 struct fuse_dh *dh = (struct fuse_dh *) (uintptr_t) llfi->fh;
1715 fi->fh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dieee802_11.h246 struct fh_t fh; member in struct:mgmt_body_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/foldbar/
H A Dmakefile.wat258 -dWXMAKINGDLL_FOLDBAR /fh=$(OBJS)\wxprec_foldbardll.pch $(__RTTIFLAG) &
272 /fh=$(OBJS)\wxprec_foldbarlib.pch $(__RTTIFLAG) $(__EXCEPTIONSFLAG) &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/net/
H A Dmakefile.wat258 -dWXMAKINGDLL_NETUTILS /fh=$(OBJS)\wxprec_netutilsdll.pch $(__RTTIFLAG) &
272 /fh=$(OBJS)\wxprec_netutilslib.pch $(__RTTIFLAG) $(__EXCEPTIONSFLAG) &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/plot/
H A Dmakefile.wat258 -dWXMAKINGDLL_PLOT /fh=$(OBJS)\wxprec_plotdll.pch $(__RTTIFLAG) &
270 /fh=$(OBJS)\wxprec_plotlib.pch $(__RTTIFLAG) $(__EXCEPTIONSFLAG) &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/svg/
H A Dmakefile.wat258 /fh=$(OBJS)\wxprec_svgdll.pch $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) &
269 -dWXBUILDING -i=..\..\src\svg\..\..\include /fh=$(OBJS)\wxprec_svglib.pch &
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmx1_camera.c704 static struct fiq_handler fh = { variable in typeref:struct:fiq_handler
790 err = claim_fiq(&fh);
825 release_fiq(&fh);
850 release_fiq(&fh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dtypes.h53 struct ieee_ie_fh_param_set fh; member in union:ieee_phy_param_set
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm749 my $fh = shift ;
751 return ((isa($fh,'GLOB') or isa(\$fh,'GLOB')) and defined fileno($fh) )

Completed in 296 milliseconds

1234567891011>>