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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_linux.c980 int RtmpOSFileClose(struct file *osfd) argument
982 filp_close(osfd, NULL);
986 void RtmpOSFileSeek(struct file *osfd, int offset) argument
988 osfd->f_pos = offset;
991 int RtmpOSFileRead(struct file *osfd, char *pDataPtr, int readLen) argument
994 if (osfd->f_op && osfd->f_op->read) {
995 return osfd->f_op->read(osfd, pDataPtr, readLen, &osfd
1002 RtmpOSFileWrite(struct file *osfd, char *pDataPtr, int writeLen) argument
[all...]
H A Drtmp.h4327 int RtmpOSFileClose(struct file *osfd);
4329 void RtmpOSFileSeek(struct file *osfd, IN int offset);
4331 int RtmpOSFileRead(struct file *osfd, IN char *pDataPtr, IN int readLen);
4333 int RtmpOSFileWrite(struct file *osfd, IN char *pDataPtr, IN int writeLen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dsavefile.c211 pcap_t* pcap_hopen_offline(intptr_t osfd, char *errbuf) argument
216 fd = _open_osfhandle(osfd, _O_RDONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dnss.c76 PRFileDesc *PR_ImportTCPSocket(PRInt32 osfd);

Completed in 387 milliseconds