Searched refs:ofid (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb004.tcl183 set ofid [open $t3 w]
184 fconfigure $ofid -translation binary
190 puts -nonewline $ofid $subdbname
191 close $ofid
201 set ofid [open $t1 w]
202 fconfigure $ofid -translation binary
203 puts -nonewline $ofid $data
204 close $ofid
H A Drep040.tcl192 set ret [catch {open $outfile} ofid]
194 set contents [read $ofid]
197 close $ofid
H A Dtestutils.tcl268 set ofid [open $d1 w]
269 fconfigure $ofid -translation binary
276 puts -nonewline $ofid $keyfile
277 close $ofid
302 set ofid [open $d1 w]
303 fconfigure $ofid -translation binary
304 puts -nonewline $ofid $data
305 close $ofid
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_inode.c579 struct p9_fid *dfid, *ofid, *fid; local
585 ofid = NULL;
596 ofid = p9_client_walk(dfid, 0, NULL, 1);
597 if (IS_ERR(ofid)) {
598 err = PTR_ERR(ofid);
603 err = p9_client_fcreate(ofid, name, perm, mode, extension);
636 return ofid;
639 if (ofid)
640 p9_client_clunk(ofid);
667 struct p9_fid *dfid, *ofid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/9p/
H A Dclient.h232 int p9_client_create_dotl(struct p9_fid *ofid, char *name, u32 flags, u32 mode,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dsocrates_nand.c166 const struct of_device_id *ofid)
165 socrates_nand_probe(struct platform_device *ofdev, const struct of_device_id *ofid) argument
H A Dfsl_upm.c221 const struct of_device_id *ofid)
220 fun_probe(struct platform_device *ofdev, const struct of_device_id *ofid) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dclient.c1061 int p9_client_create_dotl(struct p9_fid *ofid, char *name, u32 flags, u32 mode, argument
1071 ofid->fid, name, flags, mode, gid);
1072 clnt = ofid->clnt;
1074 if (ofid->mode != -1)
1077 req = p9_client_rpc(clnt, P9_TLCREATE, "dsddd", ofid->fid, name, flags,
1095 ofid->mode = mode;
1096 ofid->iounit = iounit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-hcd.c565 const struct of_device_id *ofid)
564 of_fhci_probe(struct platform_device *ofdev, const struct of_device_id *ofid) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_mpc8xxx.c1246 const struct of_device_id *ofid)
1245 of_mpc8xxx_spi_probe(struct platform_device *ofdev, const struct of_device_id *ofid) argument

Completed in 201 milliseconds