Home
last modified time | relevance | path

Searched refs:SYSMSG (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/consadm/
H A Dconsadm.c303 if ((fd = safeopen(SYSMSG)) < 0) in setaux()
304 die(gettext("%s is missing or not a valid device\n"), SYSMSG); in setaux()
331 if ((fd = safeopen(SYSMSG)) < 0) in unsetaux()
332 die(gettext("%s is missing or not a valid device\n"), SYSMSG); in unsetaux()
512 if ((fd = safeopen(SYSMSG)) < 0) in getconsole()
513 die(gettext("%s is missing or not a valid device\n"), SYSMSG); in getconsole()
683 if ((sysmfd = safeopen(SYSMSG)) < 0) in fallbackdaemon()
684 die(gettext("%s is missing or not a valid device\n"), SYSMSG); in fallbackdaemon()
883 if ((pathcmp(dev, SYSMSG) == 0) || in verifyarg()
/titanic_50/usr/src/uts/common/sys/
H A Dsysmsg_impl.h36 #define SYSMSG "/dev/sysmsg" macro
/titanic_50/usr/src/cmd/sulogin/
H A Dsulogin.c152 if ((fd = open(SYSMSG, 0)) < 0) in main()