Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 101 – 125 of 178) sorted by relevance

12345678

/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c528 O_RDWR | O_APPEND | O_CREAT | O_EXCL, 0640); in open_log()
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c819 open(notify_file, O_CREAT|O_EXCL|O_WRONLY, 0644); in create_one_notify_file()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c125 flags |= O_EXCL; in log_open_stream()
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c199 if ((fd = open(tempMesg, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 || in setfile()
H A Dnames.c235 fd = open(tempEdit, O_CREAT|O_EXCL|O_APPEND|O_WRONLY, in outof()
H A Dsend.c604 if ((fd = open(tempMail, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 || in infix()
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c346 if ((lckfd = open(CONSADMLOCK, O_CREAT | O_EXCL | O_WRONLY, in getlock()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c2558 O_NDELAY | O_RDONLY | O_EXCL)) == in g_dev_map_init()
3621 if ((fp_fd = g_object_open(fp_path, O_RDONLY | O_EXCL)) < 0) { in g_rdls()
3689 if ((fp_fd = g_object_open(fp_path, O_RDONLY | O_EXCL)) < 0) { in g_rdls()
5009 if ((fd = g_object_open(portpath, O_NDELAY|O_RDONLY|O_EXCL)) == -1) { in g_loopback_mode()
5232 if ((fd = g_object_open(port_path, O_NDELAY | O_RDONLY | O_EXCL)) == -1) in g_dev_log_in_out()
H A Dgenf.c643 if (flag & O_EXCL) { in g_object_open()
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c48 #define OPEN_EXCL_FCOE O_EXCL
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dshiocmd_solaris.c532 oflag |= O_EXCL; in b_open()
/illumos-gate/usr/src/test/os-tests/tests/ddi_ufm/
H A Dufm-test.c295 if (try_open(O_RDONLY | O_EXCL, EINVAL) != 0) in do_negative_open_tests()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmail.local.c811 mbfd = open(path, O_APPEND|O_CREAT|O_EXCL|O_WRONLY,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1256 open_flag | O_EXCL | O_CREAT, 0600); in krb5_fcc_open_nounlink()
1379 open_flag = O_CREAT|O_EXCL|O_TRUNC|O_RDWR; in krb5_fcc_open_file()
2174 ret = THREEPARAMOPEN(scratch, O_CREAT | O_EXCL | O_WRONLY | O_BINARY, 0); in krb5_fcc_generate_new()
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c427 if ((newfd = open(newfile, O_WRONLY | O_CREAT | O_EXCL, 0644)) < 0) { in delete_entry()
1453 if ((newfd = open(newfile, O_WRONLY | O_CREAT | O_EXCL, 0644)) < 0) { in update_minor_entry()
/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c210 if ((channel_fd = open(dev_path, O_RDWR|O_EXCL)) < 0) { in pcp_init()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c488 omode = (cp->asfd > 0)? O_RDWR : (O_RDWR|O_EXCL); in OpenProc()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c736 di->cleanupfd = open(ZFS_DEV, O_RDWR|O_EXCL); in setup_differ_info()
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c498 omode = (cp->asfd > 0)? O_RDWR : (O_RDWR|O_EXCL); in OpenProc()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c581 O_WRONLY|O_CREAT|O_TRUNC|O_EXCL|O_LARGEFILE, perms)) < 0) { in safe_open()
/illumos-gate/usr/src/tools/cw/
H A Dcw.c1231 if ((fd = open(ctx->i_stderr, O_WRONLY | O_CREAT | O_EXCL, in exec_ctx()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_viona.c591 sc->vsc_vnafd = open("/dev/viona", O_RDWR | O_EXCL); in pci_viona_viona_init()
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c1143 catfd = open(catfname, O_WRONLY | O_CREAT | O_EXCL, 0666);
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c1168 fd = open(filename, O_CREAT | O_EXCL, 0600); in verify_file()
/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c1004 zfs_fd = open(ZFS_DEV, O_RDWR|O_EXCL); in main()

12345678