Searched refs:fh (Results 51 - 75 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/cx231xx/
H A Dcx231xx-video.c689 struct cx231xx_fh *fh = vq->priv_data; local
690 struct cx231xx *dev = fh->dev;
693 *size = (fh->dev->width * fh->dev->height * dev->format->depth + 7)>>3;
703 f.type = fh->radio ? V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;
713 struct cx231xx_fh *fh = vq->priv_data; local
714 struct cx231xx *dev = fh->dev;
742 struct cx231xx_fh *fh = vq->priv_data; local
745 struct cx231xx *dev = fh->dev;
749 buf->vb.size = (fh
788 struct cx231xx_fh *fh = vq->priv_data; local
802 struct cx231xx_fh *fh = vq->priv_data; local
837 res_get(struct cx231xx_fh *fh) argument
862 res_check(struct cx231xx_fh *fh) argument
867 res_free(struct cx231xx_fh *fh) argument
917 struct cx231xx_fh *fh = priv; local
950 struct cx231xx_fh *fh = priv; local
989 struct cx231xx_fh *fh = priv; local
1041 struct cx231xx_fh *fh = priv; local
1050 struct cx231xx_fh *fh = priv; local
1098 struct cx231xx_fh *fh = priv; local
1124 struct cx231xx_fh *fh = priv; local
1134 struct cx231xx_fh *fh = priv; local
1157 struct cx231xx_fh *fh = priv; local
1179 struct cx231xx_fh *fh = priv; local
1196 struct cx231xx_fh *fh = priv; local
1240 struct cx231xx_fh *fh = priv; local
1257 struct cx231xx_fh *fh = priv; local
1273 struct cx231xx_fh *fh = priv; local
1296 struct cx231xx_fh *fh = priv; local
1312 struct cx231xx_fh *fh = priv; local
1329 struct cx231xx_fh *fh = priv; local
1386 struct cx231xx_fh *fh = priv; local
1458 struct cx231xx_fh *fh = priv; local
1542 struct cx231xx_fh *fh = priv; local
1562 struct cx231xx_fh *fh = priv; local
1586 struct cx231xx_fh *fh = priv; local
1615 struct cx231xx_fh *fh = priv; local
1652 struct cx231xx_fh *fh = priv; local
1676 struct cx231xx_fh *fh = priv; local
1699 struct cx231xx_fh *fh = priv; local
1722 struct cx231xx_fh *fh = priv; local
1752 struct cx231xx_fh *fh = priv; local
1765 struct cx231xx_fh *fh = priv; local
1778 struct cx231xx_fh *fh = priv; local
1791 struct cx231xx_fh *fh = priv; local
1805 struct cx231xx_fh *fh = priv; local
1879 radio_s_audio(struct file *file, void *fh, struct v4l2_audio *a) argument
1884 radio_s_input(struct file *file, void *fh, unsigned int i) argument
1918 struct cx231xx_fh *fh; local
2048 struct cx231xx_fh *fh = filp->private_data; local
2125 struct cx231xx_fh *fh = filp->private_data; local
2154 struct cx231xx_fh *fh = filp->private_data; local
2181 struct cx231xx_fh *fh = filp->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-ioctl.c30 #include <media/v4l2-fh.h>
614 void *fh = file->private_data; local
659 ret = ops->vidiocgmbuf(file, fh, p);
676 ret = ops->vidioc_querycap(file, fh, cap);
694 ret = ops->vidioc_g_priority(file, fh, p);
706 ret = ops->vidioc_s_priority(file, fh, *p);
718 ret = ops->vidioc_enum_fmt_vid_cap(file, fh, f);
723 fh, f);
727 ret = ops->vidioc_enum_fmt_vid_out(file, fh, f);
732 fh,
[all...]
H A Domap24xxcam.c356 struct omap24xxcam_fh *fh = local
365 dev_dbg(fh->cam->dev, "sglen is %d for buffer %d\n",
392 struct omap24xxcam_fh *fh = cam->streaming->private_data; local
405 vb->field_count = atomic_add_return(2, &fh->field_count);
408 if (!atomic_read(&fh->cam->in_reset)) {
444 struct omap24xxcam_fh *fh = vbq->priv_data; local
452 *size = fh->pix.sizeimage;
454 /* accessing fh->cam->capture_mem is ok, it's constant */
455 if (*size * *cnt > fh->cam->capture_mem)
456 *cnt = fh
481 struct omap24xxcam_fh *fh = vbq->priv_data; local
546 struct omap24xxcam_fh *fh = vbq->priv_data; local
981 vidioc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) argument
995 vidioc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) argument
1007 vidioc_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) argument
1021 vidioc_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) argument
1051 vidioc_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) argument
1065 vidioc_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *b) argument
1098 vidioc_querybuf(struct file *file, void *fh, struct v4l2_buffer *b) argument
1106 vidioc_qbuf(struct file *file, void *fh, struct v4l2_buffer *b) argument
1113 vidioc_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b) argument
1156 vidioc_streamon(struct file *file, void *fh, enum v4l2_buf_type i) argument
1186 vidioc_streamoff(struct file *file, void *fh, enum v4l2_buf_type i) argument
1210 vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *inp) argument
1222 vidioc_g_input(struct file *file, void *fh, unsigned int *i) argument
1229 vidioc_s_input(struct file *file, void *fh, unsigned int i) argument
1237 vidioc_queryctrl(struct file *file, void *fh, struct v4l2_queryctrl *a) argument
1249 vidioc_g_ctrl(struct file *file, void *fh, struct v4l2_control *a) argument
1263 vidioc_s_ctrl(struct file *file, void *fh, struct v4l2_control *a) argument
1277 vidioc_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) argument
1290 vidioc_s_parm(struct file *file, void *fh, struct v4l2_streamparm *a) argument
1336 struct omap24xxcam_fh *fh = file->private_data; local
1366 struct omap24xxcam_fh *fh = file->private_data; local
1424 struct omap24xxcam_fh *fh = file->private_data; local
1449 struct omap24xxcam_fh *fh; local
1503 struct omap24xxcam_fh *fh = file->private_data; local
[all...]
H A Ds2255drv.c685 struct s2255_fh *fh = vq->priv_data; local
686 struct s2255_channel *channel = fh->channel;
709 struct s2255_fh *fh = vq->priv_data; local
710 struct s2255_channel *channel = fh->channel;
753 struct s2255_fh *fh = vq->priv_data; local
754 struct s2255_channel *channel = fh->channel;
765 struct s2255_fh *fh = vq->priv_data; local
766 dprintk(4, "%s %d\n", __func__, fh->channel->idx);
778 static int res_get(struct s2255_fh *fh) argument
780 struct s2255_dev *dev = fh
797 res_locked(struct s2255_fh *fh) argument
802 res_check(struct s2255_fh *fh) argument
808 res_free(struct s2255_fh *fh) argument
844 struct s2255_fh *fh = file->private_data; local
873 struct s2255_fh *fh = priv; local
891 struct s2255_fh *fh = priv; local
986 struct s2255_fh *fh = priv; local
1077 struct s2255_fh *fh = priv; local
1085 struct s2255_fh *fh = priv; local
1093 struct s2255_fh *fh = priv; local
1101 struct s2255_fh *fh = priv; local
1109 struct s2255_fh *fh = priv; local
1304 struct s2255_fh *fh = priv; local
1342 struct s2255_fh *fh = priv; local
1360 struct s2255_fh *fh = priv; local
1411 struct s2255_fh *fh = priv; local
1457 struct s2255_fh *fh = priv; local
1496 struct s2255_fh *fh = priv; local
1529 struct s2255_fh *fh = priv; local
1572 struct s2255_fh *fh = priv; local
1582 struct s2255_fh *fh = priv; local
1594 struct s2255_fh *fh = priv; local
1630 struct s2255_fh *fh = priv; local
1712 struct s2255_fh *fh; local
1824 struct s2255_fh *fh = file->private_data; local
1860 struct s2255_fh *fh = file->private_data; local
1881 struct s2255_fh *fh = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsfh.c141 struct knfsd_fh *fh = &fhp->fh_handle; local
146 int data_left = fh->fh_size/4;
152 if (rqstp->rq_vers == 4 && fh->fh_size == 0)
155 if (fh->fh_version == 1) {
160 if (fh->fh_auth_type != 0)
162 len = key_len(fh->fh_fsid_type) / 4;
165 if (fh->fh_fsid_type == FSID_MAJOR_MINOR) {
168 fh->fh_fsid_type = FSID_ENCODE_DEV;
169 fh->fh_fsid[0] = new_encode_dev(MKDEV(ntohl(fh
407 _fh_update_old(struct dentry *dentry, struct svc_export *exp, struct knfsd_fh *fh) argument
653 struct knfsd_fh *fh = &fhp->fh_handle; local
[all...]
H A Dnfsproc.c29 return nfserrno(vfs_getattr(resp->fh.fh_export->ex_path.mnt,
30 resp->fh.fh_dentry,
37 return nfserrno(vfs_getattr(resp->fh.fh_export->ex_path.mnt,
38 resp->fh.fh_dentry,
43 * N.B. After this call resp->fh needs an fh_put
50 dprintk("nfsd: GETATTR %s\n", SVCFH_fmt(&argp->fh));
52 fh_copy(&resp->fh, &argp->fh);
53 nfserr = fh_verify(rqstp, &resp->fh, 0,
60 * N.B. After this call resp->fh need
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-video.c341 static int res_get(struct cx8800_dev *dev, struct cx8800_fh *fh, unsigned int bit) argument
344 if (fh->resources & bit)
356 fh->resources |= bit;
364 int res_check(struct cx8800_fh *fh, unsigned int bit) argument
366 return (fh->resources & bit);
376 void res_free(struct cx8800_dev *dev, struct cx8800_fh *fh, unsigned int bits) argument
379 BUG_ON((fh->resources & bits) != bits);
382 fh->resources &= ~bits;
560 struct cx8800_fh *fh = q->priv_data; local
562 *size = fh
574 struct cx8800_fh *fh = q->priv_data; local
661 struct cx8800_fh *fh = vq->priv_data; local
725 get_queue(struct cx8800_fh *fh) argument
738 get_ressource(struct cx8800_fh *fh) argument
756 struct cx8800_fh *fh; local
839 struct cx8800_fh *fh = file->private_data; local
861 struct cx8800_fh *fh = file->private_data; local
896 struct cx8800_fh *fh = file->private_data; local
936 struct cx8800_fh *fh = file->private_data; local
1057 struct cx8800_fh *fh = priv; local
1117 struct cx8800_fh *fh = priv; local
1164 struct cx8800_fh *fh = priv; local
1172 struct cx8800_fh *fh = priv; local
1178 struct cx8800_fh *fh = priv; local
1184 struct cx8800_fh *fh = priv; local
1190 struct cx8800_fh *fh = priv; local
1197 struct cx8800_fh *fh = priv; local
1216 struct cx8800_fh *fh = priv; local
1373 struct cx8800_fh *fh = priv; local
1414 struct cx8800_fh *fh = priv; local
1427 vidioc_g_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
1440 vidioc_s_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
1519 radio_s_audio(struct file *file, void *fh, struct v4l2_audio *a) argument
1525 radio_s_input(struct file *file, void *fh, unsigned int i) argument
[all...]
H A Dcx88-blackbird.c648 struct cx8802_fh *fh = q->priv_data; local
650 fh->dev->ts_packet_size = 188 * 4; /* was: 512 */
651 fh->dev->ts_packet_count = mpegbufs; /* was: 100 */
653 *size = fh->dev->ts_packet_size * fh->dev->ts_packet_count;
654 *count = fh->dev->ts_packet_count;
662 struct cx8802_fh *fh = q->priv_data; local
663 return cx8802_buf_prepare(q, fh->dev, (struct cx88_buffer*)vb, field);
669 struct cx8802_fh *fh = q->priv_data; local
670 cx8802_buf_queue(fh
758 struct cx8802_fh *fh = priv; local
776 struct cx8802_fh *fh = priv; local
791 struct cx8802_fh *fh = priv; local
812 struct cx8802_fh *fh = priv; local
818 struct cx8802_fh *fh = priv; local
824 struct cx8802_fh *fh = priv; local
830 struct cx8802_fh *fh = priv; local
837 struct cx8802_fh *fh = priv; local
843 struct cx8802_fh *fh = priv; local
897 struct cx8802_fh *fh = priv; local
967 struct cx8802_fh *fh = priv; local
1053 struct cx8802_fh *fh; local
1109 struct cx8802_fh *fh = file->private_data; local
1137 struct cx8802_fh *fh = file->private_data; local
1150 struct cx8802_fh *fh = file->private_data; local
1162 struct cx8802_fh *fh = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dhqx.c94 int hqx_open(char *hqxfile, int flags, struct FHeader *fh, int options) argument
119 if ( hqx_header_read( fh ) == 0 ) {
134 strncpy( hqx.path, fh->name, maxlen );
141 if ( hqx_header_write( fh ) != 0 ) {
244 int hqx_header_read(struct FHeader *fh) argument
292 memcpy( fh->name, headerptr, (int)namelen );
295 memcpy(&fh->finder_info, headerptr, BHH_TCSIZ );
297 memcpy(&fh->finder_info.fdFlags, headerptr, BHH_FLAGSIZ );
298 fh->finder_info.fdFlags = fh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dfiles.c95 fsp->fh = SMB_MALLOC_P(struct fd_handle);
96 if (!fsp->fh) {
101 ZERO_STRUCTP(fsp->fh);
103 fsp->fh->ref_count = 1;
104 fsp->fh->fd = -1;
107 fsp->fh->file_id = get_gen_count();
237 count, fsp->fnum, fsp->fsp_name, fsp->fh->fd, (unsigned long)fsp->fh->file_id,
252 if (fsp->fh->fd == fd) {
273 /* We can have a fsp->fh
[all...]
H A Doplock_linux.c168 if ( SMB_VFS_LINUX_SETLEASE(fsp,fsp->fh->fd, F_WRLCK) == -1) {
171 fsp->fsp_name, fsp->fh->fd,
180 fsp->fh->file_id));
196 int state = fcntl(fsp->fh->fd, F_GETLEASE, 0);
200 (double)fsp->inode, fsp->fh->file_id, state );
206 if ( SMB_VFS_LINUX_SETLEASE(fsp,fsp->fh->fd, F_UNLCK) == -1) {
213 fsp->fh->file_id, strerror(errno) );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_exch.c205 struct fc_frame_header *fh = fc_frame_header_get(fp); local
230 hton24(fh->fh_f_ctl, f_ctl | fill);
238 * Initialize remainig fh fields
241 fh->fh_ox_id = htons(ep->oxid);
242 fh->fh_rx_id = htons(ep->rxid);
243 fh->fh_seq_id = ep->seq.id;
244 fh->fh_seq_cnt = htons(ep->seq.cnt);
386 struct fc_frame_header *fh = fc_frame_header_get(fp); local
393 f_ctl = ntoh24(fh->fh_f_ctl);
403 sp->cnt += DIV_ROUND_UP((fr_len(fp) - sizeof(*fh)),
732 struct fc_frame_header *fh; local
779 struct fc_frame_header *fh = fc_frame_header_get(fp); local
879 struct fc_frame_header *fh = fc_frame_header_get(fp); local
986 struct fc_frame_header *fh; local
1048 struct fc_frame_header *fh; local
1115 struct fc_frame_header *fh; local
1192 struct fc_frame_header *fh = fc_frame_header_get(fp); local
1255 struct fc_frame_header *fh = fc_frame_header_get(fp); local
1372 struct fc_frame_header *fh; local
1451 struct fc_frame_header *fh; local
1814 struct fc_frame_header *fh; local
2156 struct fc_frame_header *fh = fc_frame_header_get(fp); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-417.c1128 struct cx23885_fh *fh = q->priv_data; local
1130 fh->dev->ts1.ts_packet_size = mpeglinesize;
1131 fh->dev->ts1.ts_packet_count = mpeglines;
1133 *size = fh->dev->ts1.ts_packet_size * fh->dev->ts1.ts_packet_count;
1142 struct cx23885_fh *fh = q->priv_data; local
1143 return cx23885_buf_prepare(q, &fh->dev->ts1,
1151 struct cx23885_fh *fh = q->priv_data; local
1152 cx23885_buf_queue(&fh->dev->ts1, (struct cx23885_buffer *)vb);
1202 struct cx23885_fh *fh local
1218 struct cx23885_fh *fh = file->private_data; local
1246 struct cx23885_fh *fh = file->private_data; local
1264 struct cx23885_fh *fh = file->private_data; local
1282 struct cx23885_fh *fh = file->private_data; local
1297 struct cx23885_fh *fh = file->private_data; local
1313 struct cx23885_fh *fh = file->private_data; local
1342 struct cx23885_fh *fh = file->private_data; local
1353 struct cx23885_fh *fh = file->private_data; local
1388 struct cx23885_fh *fh = file->private_data; local
1407 struct cx23885_fh *fh = file->private_data; local
1423 struct cx23885_fh *fh = file->private_data; local
1439 struct cx23885_fh *fh = file->private_data; local
1447 struct cx23885_fh *fh = file->private_data; local
1455 struct cx23885_fh *fh = file->private_data; local
1462 struct cx23885_fh *fh = priv; local
1471 struct cx23885_fh *fh = file->private_data; local
1478 struct cx23885_fh *fh = file->private_data; local
1486 struct cx23885_fh *fh = priv; local
1497 struct cx23885_fh *fh = priv; local
1519 struct cx23885_fh *fh = priv; local
1534 struct cx23885_fh *fh = priv; local
1553 struct cx23885_fh *fh = priv; local
1562 struct cx23885_fh *fh = priv; local
1571 struct cx23885_fh *fh; local
1600 struct cx23885_fh *fh = file->private_data; local
1635 struct cx23885_fh *fh = file->private_data; local
1656 struct cx23885_fh *fh = file->private_data; local
1666 struct cx23885_fh *fh = file->private_data; local
[all...]
H A Dcx23885-ioctl.c27 int cx23885_g_chip_ident(struct file *file, void *fh, argument
30 struct cx23885_dev *dev = ((struct cx23885_fh *)fh)->dev;
134 int cx23885_g_register(struct file *file, void *fh, argument
137 struct cx23885_dev *dev = ((struct cx23885_fh *)fh)->dev;
184 int cx23885_s_register(struct file *file, void *fh, argument
187 struct cx23885_dev *dev = ((struct cx23885_fh *)fh)->dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl65 my $fh;
67 open($fh, ">$recordfile") || die "Couldn't open recordfile \"$recordfile\": $!\n";
68 flock($fh, 2);
69 seek($fh, 0, 0);
70 truncate($fh, 0);
78 print $fh "$ip\t$domain\n";
83 flock($fh, 8);
84 close($fh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/build-aux/
H A Dbuild_info.pl37 open(my $fh, '<', $file) or die "Cannot open $file: $!";
38 my $cfg = do { local $/; <$fh> };
39 close($fh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dheaders_check.pl33 open(my $fh, '<', $filename)
36 while ($line = <$fh>) {
44 close $fh;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpif_capture.c158 struct vpif_fh *fh = q->priv_data; local
159 struct channel_obj *ch = fh->channel;
218 struct vpif_fh *fh = q->priv_data; local
219 struct channel_obj *ch = fh->channel;
247 struct vpif_fh *fh = q->priv_data; local
248 struct channel_obj *ch = fh->channel;
273 struct vpif_fh *fh = q->priv_data; local
274 struct channel_obj *ch = fh->channel;
718 struct vpif_fh *fh = filep->private_data; local
719 struct channel_obj *ch = fh
735 struct vpif_fh *fh = filep->private_data; local
761 struct vpif_fh *fh; local
834 struct vpif_fh *fh = filep->private_data; local
891 struct vpif_fh *fh = priv; local
959 struct vpif_fh *fh = priv; local
985 struct vpif_fh *fh = priv; local
1081 struct vpif_fh *fh = priv; local
1102 struct vpif_fh *fh = priv; local
1263 struct vpif_fh *fh = priv; local
1382 struct vpif_fh *fh = priv; local
1410 struct vpif_fh *fh = priv; local
1427 struct vpif_fh *fh = priv; local
1492 struct vpif_fh *fh = priv; local
1515 struct vpif_fh *fh = priv; local
1534 struct vpif_fh *fh = priv; local
1618 struct vpif_fh *fh = priv; local
1648 struct vpif_fh *fh = priv; local
1665 struct vpif_fh *fh = priv; local
1691 struct vpif_fh *fh = priv; local
1764 struct vpif_fh *fh = priv; local
1780 struct vpif_fh *fh = priv; local
1795 struct vpif_fh *fh = priv; local
[all...]
H A Dvpif_display.c147 struct vpif_fh *fh = q->priv_data; local
151 common = &fh->channel->common[VPIF_VIDEO_INDEX];
194 struct vpif_fh *fh = q->priv_data; local
195 struct channel_obj *ch = fh->channel;
214 struct vpif_fh *fh = q->priv_data; local
217 common = &fh->channel->common[VPIF_VIDEO_INDEX];
231 struct vpif_fh *fh = q->priv_data; local
232 struct channel_obj *ch = fh->channel;
570 struct vpif_fh *fh = filep->private_data; local
571 struct common_obj *common = &fh
581 struct vpif_fh *fh = filep->private_data; local
599 struct vpif_fh *fh = NULL; local
636 struct vpif_fh *fh = filep->private_data; local
717 struct vpif_fh *fh = priv; local
742 struct vpif_fh *fh = priv; local
788 struct vpif_fh *fh = priv; local
806 struct vpif_fh *fh = priv; local
877 struct vpif_fh *fh = priv; local
890 struct vpif_fh *fh = priv; local
977 struct vpif_fh *fh = priv; local
1032 struct vpif_fh *fh = priv; local
1041 struct vpif_fh *fh = priv; local
1052 struct vpif_fh *fh = priv; local
1181 struct vpif_fh *fh = priv; local
1225 struct vpif_fh *fh = priv; local
1239 vpif_enum_output(struct file *file, void *fh, struct v4l2_output *output) argument
1259 struct vpif_fh *fh = priv; local
1289 struct vpif_fh *fh = priv; local
1300 struct vpif_fh *fh = priv; local
1310 struct vpif_fh *fh = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dprintfsp.c72 fsp->fh->fd = print_job_fd(lp_const_servicename(SNUM(conn)),jobid);
75 fsp->fh->pos = -1;
88 SMB_VFS_FSTAT(fsp,fsp->fh->fd, &sbuf);
108 if (fsp->fh->private_options & FILE_DELETE_ON_CLOSE) {
113 sys_ftruncate(fsp->fh->fd, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-controls.c55 int cx18_queryctrl(struct file *file, void *fh, struct v4l2_queryctrl *qctrl) argument
57 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
96 int cx18_querymenu(struct file *file, void *fh, struct v4l2_querymenu *qmenu) argument
98 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
102 cx18_queryctrl(file, fh, &qctrl);
107 static int cx18_try_ctrl(struct file *file, void *fh, argument
115 err = cx18_queryctrl(file, fh, &qctrl);
233 int cx18_g_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *c) argument
235 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
259 int cx18_s_ext_ctrls(struct file *file, void *fh, struc argument
328 cx18_try_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *c) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.c162 struct pvr2_v4l2_fh *fh = file->private_data; local
163 struct pvr2_v4l2 *vp = fh->vhead;
164 struct pvr2_v4l2_dev *pdi = fh->pdi;
165 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw;
185 ret = v4l2_prio_check(&vp->prio, fh->prio);
217 ret = v4l2_prio_change(&vp->prio, &fh->prio, *prio);
259 if (vi->index >= fh->input_cnt) {
263 val = fh->input_map[vi->index];
311 for (idx = 0; idx < fh->input_cnt; idx++) {
312 if (fh
1102 pvr2_v4l2_iosetup(struct pvr2_v4l2_fh *fh) argument
1141 struct pvr2_v4l2_fh *fh = file->private_data; local
1203 struct pvr2_v4l2_fh *fh = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnamespace.c30 struct nfs_fh *fh,
108 struct nfs_fh *fh = NULL; local
119 fh = nfs_alloc_fhandle();
121 if (fh == NULL || fattr == NULL)
132 fh, fattr);
140 mnt = nfs_do_submount(nd->path.mnt, nd->path.dentry, fh,
161 nfs_free_fhandle(fh);
228 * @fh - filehandle for new root dentry
234 struct nfs_fh *fh,
240 .fh
232 nfs_do_submount(const struct vfsmount *mnt_parent, const struct dentry *dentry, struct nfs_fh *fh, struct nfs_fattr *fattr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_xdr.h192 const struct nfs_fh * fh; member in struct:nfs_openargs
215 struct nfs_fh fh; member in struct:nfs_openres
234 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
248 struct nfs_fh * fh; member in struct:nfs_closeargs
272 struct nfs_fh * fh; member in struct:nfs_lock_args
293 struct nfs_fh * fh; member in struct:nfs_locku_args
307 struct nfs_fh * fh; member in struct:nfs_lockt_args
339 struct nfs_fh * fh; member in struct:nfs_readargs
360 struct nfs_fh * fh; member in struct:nfs_writeargs
389 const struct nfs_fh *fh; member in struct:nfs_removeargs
412 struct nfs_fh * fh; member in struct:nfs_entry
420 struct nfs_fh * fh; member in struct:nfs_sattrargs
425 struct nfs_fh * fh; member in struct:nfs_diropargs
431 struct nfs_fh * fh; member in struct:nfs_createargs
447 struct nfs_fh * fh; member in struct:nfs_setattrargs
456 struct nfs_fh * fh; member in struct:nfs_setaclargs
468 struct nfs_fh * fh; member in struct:nfs_getaclargs
503 struct nfs_fh * fh; member in struct:nfs_readdirargs
510 struct nfs_fh * fh; member in struct:nfs3_getaclargs
526 struct nfs_fh * fh; member in struct:nfs_diropok
531 struct nfs_fh * fh; member in struct:nfs_readlinkargs
538 struct nfs_fh * fh; member in struct:nfs3_sattrargs
545 struct nfs_fh * fh; member in struct:nfs3_diropargs
551 struct nfs_fh * fh; member in struct:nfs3_accessargs
556 struct nfs_fh * fh; member in struct:nfs3_createargs
565 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
581 struct nfs_fh * fh; member in struct:nfs3_mknodargs
606 struct nfs_fh * fh; member in struct:nfs3_readdirargs
616 struct nfs_fh * fh; member in struct:nfs3_diropres
626 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
662 const struct nfs_fh * fh; member in struct:nfs4_accessargs
698 struct nfs_fh * fh; member in struct:nfs4_create_res
706 const struct nfs_fh * fh; member in struct:nfs4_fsinfo_arg
717 const struct nfs_fh * fh; member in struct:nfs4_getattr_arg
729 const struct nfs_fh * fh; member in struct:nfs4_link_arg
755 struct nfs_fh * fh; member in struct:nfs4_lookup_res
765 const struct nfs_fh * fh; member in struct:nfs4_pathconf_arg
776 const struct nfs_fh * fh; member in struct:nfs4_readdir_arg
793 const struct nfs_fh * fh; member in struct:nfs4_readlink
841 const struct nfs_fh * fh; member in struct:nfs4_statfs_arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/hdpvr/
H A Dhdpvr-video.c365 struct hdpvr_fh *fh; local
375 fh = kzalloc(sizeof(struct hdpvr_fh), GFP_KERNEL);
376 if (!fh) {
386 fh->dev = dev;
389 file->private_data = fh;
398 struct hdpvr_fh *fh = file->private_data; local
399 struct hdpvr_device *dev = fh->dev;
420 struct hdpvr_fh *fh = file->private_data; local
421 struct hdpvr_device *dev = fh->dev;
522 struct hdpvr_fh *fh local
589 struct hdpvr_fh *fh = file->private_data; local
608 struct hdpvr_fh *fh = file->private_data; local
631 struct hdpvr_fh *fh = file->private_data; local
651 struct hdpvr_fh *fh = file->private_data; local
685 struct hdpvr_fh *fh = file->private_data; local
705 struct hdpvr_fh *fh = file->private_data; local
781 struct hdpvr_fh *fh = file->private_data; local
813 struct hdpvr_fh *fh = file->private_data; local
841 struct hdpvr_fh *fh = file->private_data; local
915 struct hdpvr_fh *fh = file->private_data; local
987 struct hdpvr_fh *fh = file->private_data; local
1085 struct hdpvr_fh *fh = file->private_data; local
1129 struct hdpvr_fh *fh = file->private_data; local
1156 struct hdpvr_fh *fh = filp->private_data; local
[all...]

Completed in 168 milliseconds

1234567891011>>