Searched refs:fh (Results 151 - 175 of 320) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddess.cpp26 __asm _emit 0fh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/md4/
H A Dmd4s.cpp26 __asm _emit 0fh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/md5/
H A Dmd5s.cpp26 __asm _emit 0fh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbfs.cpp26 __asm _emit 0fh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcasts.cpp26 __asm _emit 0fh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddes3s.cpp26 __asm _emit 0fh
H A Ddess.cpp26 __asm _emit 0fh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md4/
H A Dmd4s.cpp26 __asm _emit 0fh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md5/
H A Dmd5s.cpp26 __asm _emit 0fh
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6t_LOG.c92 const struct frag_hdr *fh; local
95 fh = skb_header_pointer(skb, ptr, sizeof(_fhdr),
97 if (fh == NULL) {
103 printk("%u ", ntohs(fh->frag_off) & 0xFFF8);
106 if (fh->frag_off & htons(0x0001))
109 printk("ID:%08x ", ntohl(fh->identification));
111 if (ntohs(fh->frag_off) & 0xFFF8)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dmetronomefb.c51 int fh; /* frame height */ member in struct:epd_frame
59 .fh = 622,
80 .fh = 791,
91 .fh = 842,
583 int fw, fh; local
626 fh = epd_frame_table[epd_dt_index].fh;
630 videomemorysize = PAGE_SIZE + (fw * fh);
642 metronomefb_var.yres = fh;
644 metronomefb_var.yres_virtual = fh;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dparsenfsfh.c113 Parse_fh(fh, len, fsidp, inop, osnamep, fsnamep, ourself)
114 register const unsigned char *fh;
122 register const unsigned char *fhp = fh;
378 memcpy((char *)fsidp, (char *)fh, 14);
384 memcpy((char *)tempa, (char *)fh, 14); /* ensure alignment */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/docs/
H A Dautodocifier.pl8 my $fh = shift;
11 while (<$fh>) {
150 my $fh = *USAGE;
152 while (<$fh>) {
156 @line = continuation($fh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs3proc.c122 .fh = NFS_FH(inode),
148 .fh = NFS_FH(dir),
153 .fh = fhandle,
185 .fh = NFS_FH(inode),
239 .fh = NFS_FH(inode),
273 struct nfs_fh fh; member in struct:nfs3_createdata
286 data->res.fh = &data->fh;
302 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
329 data->arg.create.fh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_fcp.c433 struct fc_frame_header *fh; local
443 fh = fc_frame_header_get(fp);
444 offset = ntohl(fh->fh_parm_offset);
446 len = fr_len(fp) - sizeof(*fh);
478 crc = crc32(~0, (u8 *) fh, sizeof(*fh));
684 struct fc_frame_header *fh; local
686 fh = fc_frame_header_get(fp);
687 switch (fh->fh_r_ctl) {
728 struct fc_frame_header *fh; local
797 struct fc_frame_header *fh; local
1272 struct fc_frame_header *fh; local
1663 struct fc_frame_header *fh; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_fcoe.c302 struct fc_frame_header *fh; local
315 fh = (struct fc_frame_header *)(skb->data +
318 fh = (struct fc_frame_header *)(skb->data +
320 fctl = ntoh24(fh->fh_f_ctl);
322 xid = be16_to_cpu(fh->fh_ox_id);
324 xid = be16_to_cpu(fh->fh_rx_id);
385 struct fc_frame_header *fh; local
447 fh = (struct fc_frame_header *)skb_transport_header(skb);
448 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dposix.c190 DEBUG(8,("posix_fcntl_lock %d %d %.0f %.0f %d\n",fsp->fh->fd,op,(double)offset,(double)count,type));
192 ret = SMB_VFS_LOCK(fsp,fsp->fh->fd,op,offset,count,type);
216 ret = SMB_VFS_LOCK(fsp,fsp->fh->fd,op,offset,count,type);
235 fsp->fh->fd,(double)*poffset,(double)*pcount,*ptype));
237 ret = SMB_VFS_GETLOCK(fsp,fsp->fh->fd,poffset,pcount,ptype,&pid);
261 ret = SMB_VFS_GETLOCK(fsp,fsp->fh->fd,poffset,pcount,ptype,&pid);
581 memcpy(dbuf.dptr + dbuf.dsize, &fsp->fh->fd, sizeof(int));
589 fsp->fh->fd, fsp->fsp_name ));
652 ret = SMB_VFS_CLOSE(fsp,fsp->fh->fd);
653 fsp->fh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-fileops.c725 if (!list_empty(&id->fh.events->subscribed)) {
726 poll_wait(filp, &id->fh.events->wait, wait);
729 if (v4l2_event_pending(&id->fh))
852 struct v4l2_fh *fh = filp->private_data; local
853 struct ivtv_open_id *id = fh2id(fh);
860 v4l2_fh_del(fh);
861 v4l2_fh_exit(fh);
964 v4l2_fh_init(&item->fh, s->vdev);
967 res = v4l2_event_alloc(&item->fh, 60);
970 v4l2_fh_exit(&item->fh);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm1047 my $fh = $self->output;
1056 print $fh $msg;
1072 my $fh = $self->todo ? $self->todo_output : $self->failure_output;
1073 print $fh @_;
1078 $Test->output($fh);
1087 $Test->failure_output($fh);
1096 $Test->todo_output($fh);
1107 my($self, $fh) = @_;
1109 if( defined $fh ) {
1110 $Out_FH = _new_fh($fh);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dfile.c96 HANDLE mh, fh = (HANDLE)_get_osfhandle(fd); local
98 mh = CreateFileMapping(fh, NULL, PAGE_READONLY, 0, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-vbi.c176 struct cx231xx_fh *fh = vq->priv_data; local
177 struct cx231xx *dev = fh->dev;
196 struct cx231xx_fh *fh = vq->priv_data; local
197 struct cx231xx *dev = fh->dev;
224 struct cx231xx_fh *fh = vq->priv_data; local
227 struct cx231xx *dev = fh->dev;
274 struct cx231xx_fh *fh = vq->priv_data; local
275 struct cx231xx *dev = fh->dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dexportfs.h105 * @encode_fh should store in the file handle fragment @fh (using at most
116 * fragment (@fh, @fh_len). It should return a &struct dentry which refers
150 int (*encode_fh)(struct dentry *de, __u32 *fh, int *max_len,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/lockd/
H A Dxdr.h40 struct nfs_fh fh; member in struct:nlm_lock
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfbset.c316 int fh, i; local
386 fh = xopen(fbdev, O_RDONLY);
387 xioctl(fh, FBIOGET_VSCREENINFO, &var);
398 xioctl(fh, FBIOPUT_VSCREENINFO, &var);
402 /* close(fh); */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dlibfcoe.c486 struct fc_frame_header *fh; local
493 fh = (struct fc_frame_header *)skb->data;
494 op = *(u8 *)(fh + 1);
572 struct fc_frame_header *fh; local
578 fh = (struct fc_frame_header *)skb->data;
579 op = *(u8 *)(fh + 1);
583 fip->flogi_oxid = ntohs(fh->fh_ox_id);
606 if (ntoh24(fh->fh_s_id))
614 if (ntoh24(fh->fh_d_id) == FC_FID_FLOGI)
619 if (ntoh24(fh
972 struct fc_frame_header *fh = NULL; local
1120 fcoe_ctlr_recv_clr_vlink(struct fcoe_ctlr *fip, struct fip_header *fh) argument
1516 struct fc_frame_header *fh; local
[all...]

Completed in 334 milliseconds

1234567891011>>