Home
last modified time | relevance | path

Searched refs:iounit (Results 1 – 25 of 569) sorted by last modified time

12345678910>>...23

/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/
H A Dwmiir.c38 buf = emalloc(fid->iounit);; in write_data()
40 len = read(0, buf, fid->iounit); in write_data()
225 buf = emalloc(fid->iounit); in xread()
226 while((count = ixp_read(fid, buf, fid->iounit)) > 0) in xread()
290 buf = emalloc(fid->iounit); in xls()
291 while((count = ixp_read(fid, buf, fid->iounit)) > 0) { in xls()
/dports/science/tinker/tinker/make/
H A DMakefile432 iounit.o \
1335 iounit.o \
1645 cspline.o: iounit.o
1650 deflate.o: iounit.o
1799 fatal.o: iounit.o
1861 invert.o: iounit.o
1862 iounit.o:
1863 jacobi.o: iounit.o
1931 lusolve.o: iounit.o
2006 pmpb.o: iounit.o
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/sanei/
H A Dsanei_scsi.c5226 int iounit; in sanei_scsi_cmd2_old_api() local
5286 CFNumberGetValue (IOUnitRef, kCFNumberIntType, &iounit); in sanei_scsi_cmd2_old_api()
5301 if (fd_info[fd].bus == iounit && in sanei_scsi_cmd2_old_api()
5429 int iounit; in sanei_scsi_find_devices_old_api() local
5483 CFNumberGetValue (IOUnitRef, kCFNumberIntType, &iounit); in sanei_scsi_find_devices_old_api()
5541 sprintf (devname, "u%dt%dl%d", iounit, scsitarget, scsilun); in sanei_scsi_find_devices_old_api()
/dports/devel/libixp/libixp-0.5/cmd/
H A Dixpc.c34 buf = emalloc(fid->iounit);; in write_data()
36 len = read(0, buf, fid->iounit); in write_data()
233 buf = emalloc(fid->iounit); in xread()
234 while((count = ixp_read(fid, buf, fid->iounit)) > 0) in xread()
284 buf = emalloc(fid->iounit); in xls()
285 while((count = ixp_read(fid, buf, fid->iounit)) > 0) { in xls()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dfcall.h25 u32int iounit; /* Ropen, Rcreate */ member
H A Dlibc.h397 extern int iounit(int);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/
H A Dfcallfmt.c78 f->qid.path, f->qid.vers, qidtype(tmp, f->qid.type), f->iounit); in fcallfmt()
85 f->qid.path, f->qid.vers, qidtype(tmp, f->qid.type), f->iounit, f->unixfd); in fcallfmt()
92 f->qid.path, f->qid.vers, qidtype(tmp, f->qid.type), f->iounit); in fcallfmt()
H A DconvS2M.c360 PBIT32(p, f->iounit); in convS2M()
H A DconvM2S.c274 f->iounit = GBIT32(p); in convM2S()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/ndb/
H A Ddns.c577 job->reply.iounit = 0; in ropen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/fs/
H A Dfs.c799 rhdr.iounit = 0; in ropen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/9660srv/
H A Dmain.c422 rep->iounit = 0; in ropen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/plumb/
H A Dfsys.c741 t->iounit = 0; in fsysopen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dramfs.c429 rhdr.iounit = messagesize-IOHDRSZ; in ropen()
489 rhdr.iounit = messagesize-IOHDRSZ; in rcreate()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tapefs/
H A Dfs.c332 thdr.iounit = messagesize-IOHDRSZ; in ropen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acme/
H A Dxfid.c204 fc.iounit = messagesize-IOHDRSZ; in xfidopen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/auth/factotum/
H A Dcpu.c85 ms = iounit(fd); in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/fossil/
H A D9p.c665 m->r.iounit = m->con->msize-IOHDRSZ; in rTcreate()
758 m->r.iounit = m->con->msize-IOHDRSZ; in rTopen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/vac/
H A Dvacfs.c444 thdr.iounit = messagesize - IOHDRSZ; in ropen()
469 thdr.iounit = messagesize - IOHDRSZ; in ropen()
527 thdr.iounit = messagesize - IOHDRSZ; in rcreate()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/man/
H A Dlookman.index13151 iounit /usr/local/plan9/man/man3/fcall.3
13152 iounit /usr/local/plan9/man/man9/0intro.9p
13153 iounit /usr/local/plan9/man/man9/open.9p
13154 iounit /usr/local/plan9/man/man9/openfd.9p
13155 iounit /usr/local/plan9/man/man9/read.9p
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/acid/
H A Dkernel57 print(" fid=", c.fid\D, " iounit=", c.iounit\D);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h2642 : iounit{std::move(i)}, format{std::move(f)}, controls(std::move(cs)), in ReadStmt()
2644 std::optional<IoUnit> iounit; // if first in controls without UNIT= &/or member
2664 : iounit{std::move(i)}, format{std::move(f)}, controls(std::move(cs)), in WriteStmt()
2666 std::optional<IoUnit> iounit; // if first in controls without UNIT= &/or member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Lower/
H A DIO.cpp852 if (stmt.iounit.has_value()) in isDataTransferInternal()
853 return std::holds_alternative<Fortran::parser::Variable>(stmt.iounit->u); in isDataTransferInternal()
873 if (stmt.iounit.has_value()) in isDataTransferInternalNotDefaultKind()
874 if (auto *var = std::get_if<Fortran::parser::Variable>(&stmt.iounit->u)) in isDataTransferInternalNotDefaultKind()
970 const Fortran::parser::IoUnit &iounit, mlir::Type strTy, in genBuffer() argument
979 if (stmt.iounit) in getBuffer()
980 return genBuffer(converter, loc, *stmt.iounit, strTy, lenTy); in getBuffer()
994 const Fortran::parser::IoUnit &iounit, in genIOUnit() argument
997 if (auto *e = std::get_if<Fortran::parser::FileUnitNumber>(&iounit.u)) { in genIOUnit()
1008 if (stmt.iounit) in getIOUnit()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dunparse.cpp1243 if (x.iounit) { in Unparse()
1244 Put('('), Walk(x.iounit); in Unparse()
1262 if (x.iounit) { in Unparse()
1263 Walk(x.iounit); in Unparse()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp141 if (x.iounit && x.format && in FixMisparsedUntaggedNamelistName()
157 if (x.iounit && !x.format && x.controls.empty()) { in Post()
158 if (auto *var{std::get_if<parser::Variable>(&x.iounit->u)}) { in Post()
167 x.iounit.reset(); in Post()

12345678910>>...23