Home
last modified time | relevance | path

Searched refs:facility (Results 1 – 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSyslogHandler.java57 private Facility facility; field in SyslogHandler
97 private SyslogHandler(String ident, Facility facility) in SyslogHandler() argument
99 if (ident == null || facility == null) in SyslogHandler()
103 this.facility = facility; in SyslogHandler()
105 openlog(ident, DEF_LOGOPT, facility.getNative()); in SyslogHandler()
120 Facility facility) in getInstance() argument
124 !instance.facility.equals(facility)) in getInstance()
129 return (instance = new SyslogHandler(ident, facility)); in getInstance()
143 return ("SyslogHandler(" + ident + ", " + facility.toString() + in toString()
156 int facility); in openlog() argument
[all …]
H A DFacility.java229 private int facility; field in Facility
236 private Facility(int facility, String string) in Facility() argument
238 this.facility = facility; in Facility()
247 return (facility); in getNative()
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2029P-ACR24L/
H A DSSG-2029P-ACR24L-disk-hc-topology.xmlgenksh27 <facility name='fail' type='indicator' provider='fac_prov_mptsas' >
35 </facility>
36 <facility name='ident' type='indicator' provider='fac_prov_mptsas' >
44 </facility>
45 <facility name='ok2rm' type='indicator' provider='fac_prov_mptsas' >
53 </facility>
84 <facility name='fail' type='indicator' provider='fac_prov_ahci' >
92 </facility>
93 <facility name='ident' type='indicator' provider='fac_prov_ahci' >
101 </facility>
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/
H A DJoyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh40 <facility name='fail' type='indicator' provider='fac_prov_mptsas' >
48 </facility>
49 <facility name='ident' type='indicator' provider='fac_prov_mptsas' >
57 </facility>
58 <facility name='ok2rm' type='indicator' provider='fac_prov_mptsas' >
66 </facility>
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2028R-ACR24L/
H A DSSG-2028R-ACR24L-disk-hc-topology.xmlgenksh45 <facility name='fail' type='indicator' provider='fac_prov_mptsas' >
53 </facility>
54 <facility name='ident' type='indicator' provider='fac_prov_mptsas' >
62 </facility>
63 <facility name='ok2rm' type='indicator' provider='fac_prov_mptsas' >
71 </facility>
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dlog.c61 ldaploginit(char *name, int facility) in ldaploginit() argument
63 openlog(name, OPENLOG_OPTIONS, facility); in ldaploginit()
69 ldaploginitlevel(char *name, int facility, int level) in ldaploginitlevel() argument
71 ldaploginit(name, facility); in ldaploginitlevel()
76 sundsloginit(char *name, int facility, int debug_level, int syslog_level) in sundsloginit() argument
86 openlog(returnCtx->logfile, OPENLOG_OPTIONS, facility); in sundsloginit()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_parse.c44 cachemgr_set_integer(int *addr, char *facility, char *cachename, in cachemgr_set_integer() argument
50 facility, cachename, value, min, max); in cachemgr_set_integer()
57 strcmp(facility, "Debug level") == 0) in cachemgr_set_integer()
59 facility, cachename, value); in cachemgr_set_integer()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dopenlog.c38 openlog(const char* ident, int flags, int facility)
52 log.facility = facility;
H A Dsysloglib.h41 int facility; /* openlog facility */ member
H A Dcloselog.c45 log.facility = 0;
H A Dsyslog.c309 priority |= log.facility;
/illumos-gate/usr/src/cmd/tcpd/
H A Dfakelog.c20 openlog(name, logopt, facility) in openlog() argument
23 int facility;
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_plugin.c67 __audit_syslog(const char *app_name, int flags, int facility, int severity, in __audit_syslog() argument
77 if (prev_facility != facility) { in __audit_syslog()
80 openlog(app_name, flags, facility); in __audit_syslog()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dlog.h41 int facility);
43 int facility,
/illumos-gate/usr/src/pkg/manifests/
H A Dlibrary-security-tcp-wrapper.p5m30 value="tcpd - access control facility for internet services"
32 value="tcpd - access control facility for internet services"
60 desc="tcpd - access control facility for internet services" \
61 name="tcpd - access control facility for internet services"
/illumos-gate/usr/src/cmd/pools/poold/libjsyslog/
H A Djsyslog.c78 jclass clazz, jstring identObj, jint logopt, jint facility) in Java_com_sun_solaris_service_logging_SyslogHandler_openlog() argument
97 openlog(jsyslog_ident, logopt, facility); in Java_com_sun_solaris_service_logging_SyslogHandler_openlog()
/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.c570 off_t facility = 0; in log_sendmsg() local
614 facility = dst - src; in log_sendmsg()
615 body = facility + 23; /* strlen("FACILITY_AND_PRIORITY] ") */ in log_sendmsg()
665 if (facility != 0) { in log_sendmsg()
667 dst = src + facility; in log_sendmsg()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h32 int facility; member
H A Dlogging.c371 syslog(chan->out.facility|syslog_priority[pri], in log_vwrite()
576 log_new_syslog_channel(unsigned int flags, int level, int facility) { in log_new_syslog_channel() argument
587 chan->out.facility = facility; in log_new_syslog_channel()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.dfl69 # SYSLOG determines whether the syslog(3) LOG_AUTH facility should be used
98 # message is logged, using the syslog(3) LOG_NOTICE facility. For example,
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c57 static const struct facility { struct
340 const struct facility *fp; in _fmd_init()
/illumos-gate/usr/src/cmd/su/
H A Dsu.dfl44 # SYSLOG determines whether the syslog(3) LOG_AUTH facility should be used
/illumos-gate/usr/src/data/perfmon/
H A Dreadme.txt158 to enable IA32_PMC3 as a PEBS counter and enable the precise store facility respectively. Processor…
163 … that when the event is configured as a PEBS event, the Data Linear Address facility is supported.
164 The Data Linear Address facility is a new feature added to Haswell as a replacement or extension of…
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcxgbetool.c215 (entry->facility < ARRAY_SIZE(devlog_facility_strings) ? in get_devlog()
216 devlog_facility_strings[entry->facility] : "UNKNOWN")); in get_devlog()
/illumos-gate/usr/src/cmd/nsadmin/
H A Dsystem98 * This facility should be used with caution. See system(5).

12