Home
last modified time | relevance | path

Searched refs:open64 (Results 1 – 25 of 110) sorted by relevance

12345

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Dspecopen.d39 syscall::open64:entry
54 syscall::open64:return
62 syscall::open64:return
70 syscall::open64:return
/illumos-gate/usr/src/cmd/dtrace/demo/spec/
H A Dspecopen.d30 syscall::open64:entry
60 syscall::open64:return
74 syscall::open64:return
85 syscall::open64:return
/illumos-gate/usr/src/head/
H A Dfcntl.h77 #pragma redefine_extname open open64
89 #define open open64
105 #pragma redefine_extname open64 open
117 #define open64 open
150 extern int open64(const char *, int, ...);
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h216 #pragma redefine_extname open open64
219 #define open open64
226 #pragma redefine_extname open64 open
229 #define open64 open macro
240 extern int open64(const char *, int, ...);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddlink_common.c140 if ((fd = open64(devname, O_RDWR)) < 0) { in dtrace_link_dof()
152 if ((fd = open64(devname, O_RDWR)) < 0) { in dtrace_link_dof()
H A Ddlink_init.c74 if ((fd = open64(devname, O_RDWR)) < 0) { in dtrace_drti_fini()
/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c65 if ((cfd = open64(CTFS_ROOT "/process/latest", O_RDONLY)) == -1) in contract_latest()
98 fd = open64(path, oflag); in contract_open()
/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c257 fd = open64(fn, O_RDONLY); in printstatus()
348 fd = open64(fn, O_RDONLY); in flushfs()
373 fd = open64(fn, O_RDONLY); in lockfs()
/illumos-gate/usr/src/lib/c_synonyms/sparc/
H A Dsyn_isa31 # open64()
56 open64
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dcreat64.c35 return open64(path, O_WRONLY|O_CREAT|O_TRUNC, mode);
/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm.c126 if ((kd->kvm_kmemfd = open64(kmem, flag)) == -1) in kvm_open()
128 if ((kd->kvm_memfd = open64("/dev/mem", flag)) == -1) in kvm_open()
132 if ((kd->kvm_corefd = open64(corefile, flag)) == -1) in kvm_open()
362 if ((procfd = open64(procbuf, kd->kvm_openflag)) == -1) in kvm_rw()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_endopen.c69 fd = open64(name, oflag, 0666); in _endopen()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dattropen.c58 if ((fd = open64(file, O_RDONLY|O_NONBLOCK)) == -1) { in attropen64()
H A Dmkstemp.c96 if ((fd = open64(as, O_CREAT|O_EXCL|O_RDWR|flags, in libc_mkstemps()
H A Dgetlogin.c92 if ((uf = open64(UTMPX_FILE, 0)) < 0) in getl_r_common()
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c144 f = open64(special, O_RDONLY); in label()
146 f = open64(special, O_RDWR); in label()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c107 fd = open64(path, O_RDONLY); in vn_open()
133 fd = open64(realpath, flags - FREAD, mode); in vn_open()
142 dump_fd = open64(dumppath, O_CREAT | O_WRONLY, 0666); in vn_open()
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c720 if ((fd = open64(disk, 0)) < 0) { in getdiskbydev()
983 if ((fd = open64(disk, O_RDONLY)) < 0) { in validate_size()
1025 if ((dskfd = open64(fsdev, O_RDONLY)) < 0) in read_sb()
1089 if ((fd = open64(special, 0)) == -1) in notrand()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fdio.c136 fd = open64(buf, flags, mode); in mdb_fdio_create_path()
145 fd = open64(fname, flags, mode); in mdb_fdio_create_path()
/illumos-gate/usr/src/cmd/runat/
H A Drunat.c66 if ((fd = open64(argv[1], O_RDONLY)) == -1) { in main()
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c437 if ((fd = open64(mountpoint, O_RDWR)) >= 0) in quotactl()
453 if ((fd = open64(mountpoint, O_RDONLY)) < 0) { in quotactl()
621 if ((fd = open64(qfilename, O_RDONLY)) < 0)
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c77 fd = open64(file, oflag, 0666); /* mapped to open() for V9 */ in _endopen()
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c67 if ((fd = open64(path, O_RDONLY)) >= 0) { in open_psinfo()
95 if ((fd = open64(arg, O_RDONLY)) >= 0) { in open_core()
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c709 if ((fd = open64(fsqp->fsq_qfile, O_RDONLY)) < 0) { in getdiscq()
750 if ((fd = open64(fsqp->fsq_qfile, O_RDWR)) < 0) { in putdiscq()
890 if ((fd = open64(qfile, open_flags)) < 0) { in quotactl()
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c447 fi = open64(rawdisk, 0); in chkquota()
732 if ((fd = open64(qfile, O_RDWR)) == -1) in quotactl()
752 if ((fd = open64(qfile, O_RDWR)) < 0) { in quotactl()

12345