Searched refs:open64 (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/spec/
H A Dspecopen.d30 syscall::open64:entry
60 syscall::open64:return
74 syscall::open64:return
85 syscall::open64:return
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/docsExamples/
H A Dspecopen.d41 syscall::open64:entry
56 syscall::open64:return
64 syscall::open64:return
72 syscall::open64:return
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddrti.c147 if ((fd = open64(devname, O_RDWR)) < 0) {
159 if ((fd = open64(devname, O_RDWR)) < 0) {
179 if ((fd = open64(devname, O_RDWR)) < 0) {
H A Ddt_options.c49 # define open64 open macro
54 # define open64 open macro
214 if ((fd = open64(arg, O_CREAT | O_WRONLY, 0666)) == -1)
239 if ((fd = open64(arg, O_CREAT | O_WRONLY, 0666)) == -1)
H A Ddt_link.c1034 if ((fd = open64(obj, O_RDWR)) == -1) {
1541 if ((fd = open64(file, O_RDWR | O_CREAT | O_TRUNC, 0666)) == -1) {
/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp172 int templateFd = open64(CTFS_ROOT "/process/template", O_RDWR);
232 int statFd = open64(CTFS_ROOT "/process/latest", O_RDONLY);
253 int ctlFd = open64(ctlPath, O_WRONLY);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c53 # define open64 open macro
541 if ((fd = open64(filename, O_RDONLY)) == -1) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c1434 if ((fd = open64(g_argv[i], O_RDONLY)) == -1)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c2759 open64_func = PR_FindSymbolAndLibrary("open64", &lib);
2788 _md_iovector._open64 = open64;

Completed in 95 milliseconds