Home
last modified time | relevance | path

Searched refs:O_NOLINKS (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfcntl.h86 #define O_NOLINKS 0x40000 /* don't allow multiple hard links */ macro
/titanic_41/usr/src/lib/libzonecfg/common/
H A Dscratchops.c94 flags = O_RDWR | O_NOFOLLOW | O_NOLINKS; in zonecfg_open_scratch()
/titanic_41/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()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c1923 |O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS\
1980 if (arg & O_NOLINKS) in openarg()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1096 @ MSG_PR_O_NOLINKS "O_NOLINKS"
/titanic_41/usr/src/cmd/modload/
H A Ddrvsubr.c896 O_CREAT|O_RDWR|O_NOFOLLOW|O_NOLINKS, S_IRUSR|S_IWUSR); in enter_lock()