/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/ |
H A D | SyslogHandler.java | 57 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 D | Facility.java | 229 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 D | SSG-2029P-ACR24L-disk-hc-topology.xmlgenksh | 27 <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 D | Joyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh | 40 <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 D | SSG-2028R-ACR24L-disk-hc-topology.xmlgenksh | 45 <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 D | log.c | 61 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 D | cachemgr_parse.c | 44 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 D | openlog.c | 38 openlog(const char* ident, int flags, int facility) 52 log.facility = facility;
|
H A D | sysloglib.h | 41 int facility; /* openlog facility */ member
|
H A D | closelog.c | 45 log.facility = 0;
|
H A D | syslog.c | 309 priority |= log.facility;
|
/illumos-gate/usr/src/cmd/tcpd/ |
H A D | fakelog.c | 20 openlog(name, logopt, facility) in openlog() argument 23 int facility;
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_plugin.c | 67 __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/pkg/manifests/ |
H A D | library-security-tcp-wrapper.p5m | 30 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/lib/libldap5/include/ldap/ |
H A D | log.h | 41 int facility); 43 int facility,
|
/illumos-gate/usr/src/cmd/pools/poold/libjsyslog/ |
H A D | jsyslog.c | 78 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 D | logsubr.c | 570 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 D | logging_p.h | 32 int facility; member
|
H A D | logging.c | 371 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 D | login.dfl | 69 # 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 D | syslog.c | 57 static const struct facility { struct 340 const struct facility *fp; in _fmd_init()
|
/illumos-gate/usr/src/cmd/su/ |
H A D | su.dfl | 44 # SYSLOG determines whether the syslog(3) LOG_AUTH facility should be used
|
/illumos-gate/usr/src/data/perfmon/ |
H A D | readme.txt | 158 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/nsadmin/ |
H A D | system | 98 * This facility should be used with caution. See system(5).
|
/illumos-gate/usr/src/cmd/cxgbetool/ |
H A D | cxgbetool.c | 235 (entry->facility < ARRAY_SIZE(devlog_facility_strings) ? in get_devlog() 236 devlog_facility_strings[entry->facility] : "UNKNOWN")); in get_devlog()
|