Searched refs:O_NOLINKS (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h87 #define O_NOLINKS 0x40000 /* don't allow multiple hard links */ macro
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c94 flags = O_RDWR | O_NOFOLLOW | O_NOLINKS;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c957 fd = open(*filenames, O_RDWR|O_CREAT|O_NOFOLLOW|O_NOLINKS, mode);
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1933 |O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS\
1990 if (arg & O_NOLINKS)
1991 (void) strlcat(str, "|O_NOLINKS", sizeof (pri->code_buf));
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c896 O_CREAT|O_RDWR|O_NOFOLLOW|O_NOLINKS, S_IRUSR|S_IWUSR);

Completed in 55 milliseconds