Home
last modified time | relevance | path

Searched refs:O_NOLINKS (Results 1 – 6 of 6) 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.c92 flags = O_RDWR | O_NOFOLLOW | O_NOLINKS; in zonecfg_open_scratch()
/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); in __profile_init()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1962 |O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS\
2019 if (arg & O_NOLINKS) in openarg()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1115 @ MSG_PR_O_NOLINKS "O_NOLINKS"
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c908 O_CREAT|O_RDWR|O_NOFOLLOW|O_NOLINKS, S_IRUSR|S_IWUSR); in enter_lock()