HomeSort by: relevance | last modified time | path
    Searched refs:EXCL (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
gdb-utils.exp 175 if {![catch {open $lockfile {WRONLY CREAT EXCL}} rc]} {
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
gdb-utils.exp 184 if {![catch {open $lockfile {WRONLY CREAT EXCL}} rc]} {
  /src/external/gpl3/gdb.old/dist/gdb/
m2-exp.y 121 %token INC DEC INCL EXCL
284 exp : EXCL '(' exp ',' exp ')'
720 {"EXCL", EXCL },
  /src/external/gpl3/gdb/dist/gdb/
m2-exp.y 121 %token INC DEC INCL EXCL
284 exp : EXCL '(' exp ',' exp ')'
720 {"EXCL", EXCL },
  /src/external/cddl/osnet/sys/sys/
vnode.h 203 #define EXCL 0
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c 2132 * excl - flag indicating exclusive or non-exclusive mode.
2150 zfs_create(vnode_t *dvp, char *name, vattr_t *vap, int excl, int mode,
5413 /* XXX !EXCL is wrong here... */
5414 error = zfs_create(dvp, nm, vap, !EXCL, mode, vpp, cnp->cn_cred, NULL);
5452 /* XXX !EXCL is wrong here... */
5453 error = zfs_create(dvp, nm, vap, !EXCL, mode, vpp, cnp->cn_cred, NULL);
zfs_ioctl.c 5411 &vattr, EXCL, 0, &resourcevp, kcred, 0, NULL, &vsec);

Completed in 30 milliseconds