Home
last modified time | relevance | path

Searched refs:ident (Results 1 – 25 of 1162) sorted by relevance

12345678910>>...47

/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSyslogHandler.java52 private String ident; field in SyslogHandler
97 private SyslogHandler(String ident, Facility facility) in SyslogHandler() argument
99 if (ident == null || facility == null) in SyslogHandler()
102 this.ident = ident; in SyslogHandler()
105 openlog(ident, DEF_LOGOPT, facility.getNative()); in SyslogHandler()
119 public static SyslogHandler getInstance(String ident, in getInstance() argument
123 if (!instance.ident.equals(ident) || in getInstance()
129 return (instance = new SyslogHandler(ident, facility)); in getInstance()
143 return ("SyslogHandler(" + ident + ", " + facility.toString() + in toString()
155 private static native void openlog(String ident, int logopt, in openlog() argument
[all …]
/titanic_50/usr/src/tools/onbld/Checks/
H A DKeywords.py37 ident = re.compile(r'((\%Z\%(\%M\%)\s+\%I\%|\%W\%)\s+\%E\% SMI)') variable
64 if lenient and ident.search(line):
/titanic_50/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_usb-a-2.info28 * ident "%Z%%M% %I% %E% SMI"
65 * define a macro to force a #ident line into the output stream
69 #define id(s) #ident s
H A Dfru_usb-a-3.info28 * ident "%Z%%M% %I% %E% SMI"
65 * define a macro to force a #ident line into the output stream
69 #define id(s) #ident s
H A Dfru_usb-a-4.info28 * ident "%Z%%M% %I% %E% SMI"
65 * define a macro to force a #ident line into the output stream
69 #define id(s) #ident s
H A Dfru_HDD0.info25 * ident "%Z%%M% %I% %E% SMI"
62 * define a macro to force a #ident line into the output stream
66 #define id(s) #ident s
H A Dfru_HDD1.info26 * ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_HDD2.info27 * ident "%Z%%M% %I% %E% SMI"
64 * define a macro to force a #ident line into the output stream
68 #define id(s) #ident s
H A Dfru_HDD3.info26 * ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
/titanic_50/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
H A Dfru_HDD0.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_HDD1.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_HDD2.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_HDD3.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_HDD4.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_HDD5.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_HDD6.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_HDD7.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_usb-a-1.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_usb-a-2.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_usb-b-1.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_usb-b-2.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
/titanic_50/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dfru_HDD1.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_HDD3.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
H A Dfru_usb-a-1.info26 * #ident "%Z%%M% %I% %E% SMI"
63 * define a macro to force a #ident line into the output stream
67 #define id(s) #ident s
/titanic_50/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A Dfru_HDD0.info28 * ident "%Z%%M% %I% %E% SMI"
65 * define a macro to force a #ident line into the output stream
69 #define id(s) #ident s

12345678910>>...47