| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFeatures.td | 43 "Assume that the distinct-operands facility is installed" 48 "Assume that the fast-serialization facility is installed" 53 "Assume that the floating-point extension facility is installed" 58 "Assume that the high-word facility is installed" 63 "Assume that interlocked-access facility 1 is installed" 69 "Assume that the load/store-on-condition facility is installed" 75 "Assume that the population-count facility is installed" 80 "Assume that the message-security-assist extension facility 3 is installed" 85 "Assume that the message-security-assist extension facility 4 is installed" 90 "Assume that the reset-reference-bits-multiple facility is installed" [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | log.c | 41 struct facility { struct 49 static struct facility* argument 52 struct facility *fp; in log_realloc() 146 struct facility *fp = log_realloc(fac); in krb5_addlog_func() 181 krb5_log_facility *facility, int min, int max, in open_syslog() argument 197 roken_openlog(facility->program, LOG_PID | LOG_NDELAY, i); in open_syslog() 198 return krb5_addlog_func(context, facility, min, max, in open_syslog() 346 char facility[128] = ""; in krb5_addlog_dest() local 351 strsep_copy(&p, ":", facility, sizeof(facility)); in krb5_addlog_dest() 354 if(*facility == '\0') in krb5_addlog_dest() [all …]
|
| H A D | verify_krb5_conf.c | 332 char facility[128] = ""; in check_log() local 337 strsep_copy(&p, ":", facility, sizeof(facility)); in check_log() 340 if(*facility == '\0') in check_log() 341 strlcpy(facility, "AUTH", sizeof(facility)); in check_log() 342 if(find_value(facility, syslogvals) == -1) { in check_log() 344 path, facility); in check_log()
|
| /netbsd-src/external/bsd/openpam/dist/lib/libpam/ |
| H A D | openpam_configure.c | 159 pam_facility_t facility, in openpam_parse_chain() argument 202 if (facility != fclt && facility != PAM_FACILITY_ANY) { in openpam_parse_chain() 346 pam_facility_t facility, in openpam_load_file() argument 375 ret = openpam_parse_chain(pamh, service, facility, in openpam_load_file() 391 pam_facility_t facility) in openpam_load_chain() argument 399 ENTERS(facility < 0 ? "any" : pam_facility_name[facility]); in openpam_load_chain() 407 ret = openpam_load_file(pamh, service, facility, in openpam_load_chain() 430 ret = openpam_load_file(pamh, service, facility, in openpam_load_chain()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | msg_syslog.c | 87 int facility; member 188 void msg_syslog_init(const char *name, int logopt, int facility) in msg_syslog_init() argument 209 openlog(name, LOG_NDELAY | logopt, facility); in msg_syslog_init() 225 msg_syslog_facility = fnp->facility; in msg_syslog_set_facility()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | syslogc.c | 177 openlog( char* ident, int option, int facility ) in openlog() argument 194 syslog_facility = facility? facility : LOG_USER; in openlog() 240 syslog_facility = (facility ? facility : LOG_USER); in openlog()
|
| H A D | syslog.hin | 70 * bottom 3 bits are the priority (0-7) and the top 28 bits are the facility 93 /* mark "facility" */ 118 /* facility codes */ 143 #define LOG_FACMASK 0x03f8 /* mask to extract facility part */ 144 /* facility of pri */
|
| /netbsd-src/external/bsd/openpam/dist/bin/openpam_dump_policy/ |
| H A D | openpam_dump_policy.c | 48 const char *facility = pam_facility_name[fclt]; in openpam_chain_name() local 51 if (asprintf(&name, "pam_%s_%s", service, facility) == -1) in openpam_chain_name() 59 const char *facility = pam_facility_name[fclt]; in openpam_facility_index_name() local 62 if (asprintf(&name, "PAM_%s", facility) == -1) in openpam_facility_index_name()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OPENSSL_s390xcap.pod | 50 Store-facility-list-extended (stfle) followed by three 64-bit masks. The 68 # 25 1<<38 store-clock-fast facility 73 #129 1<<62 vector facility 74 #134 1<<57 vector packed decimal facility 75 #135 1<<56 vector enhancements facility 1 178 Disables the vector facility:
|
| H A D | OSSL_CMP_log_open.pod | 51 The logging and error reporting facility described here contains 74 of auditing may be required. Therefore, the logging facility supports a severity 84 OSSL_CMP_log_open() initializes the CMP-specific logging facility to output
|
| /netbsd-src/lib/lua/syslog/ |
| H A D | syslog.c | 46 int facility; in syslog_openlog() local 50 facility = luaL_checkinteger(L, 3); in syslog_openlog() 51 openlog(ident, option, facility); in syslog_openlog()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | log.c | 124 log_facility_name(SyslogFacility facility) in log_facility_name() argument 129 if (log_facilities[i].val == facility) in log_facility_name() 188 log_init(const char *av0, LogLevel level, SyslogFacility facility, in log_init() argument 206 switch (facility) { in log_init() 243 (int) facility); in log_init()
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | util.h | 50 void log_open(int option, int facility, const char *filename); 283 #define DEBUG(facility, level, args) /* empty */ argument 285 #define DEBUG(facility, level, args) \ argument 287 if ((facility) & nsd_debug_facilities && \
|
| /netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
| H A D | logging.h | 33 #define LOG_OPEN(ident, option, facility) do { \ argument 34 openlog(ident, option, facility); \
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | mcparse.y | 180 cur_node->facility = mc_cur_facility; 225 | sefasy_def facility 247 facility: MCFACILITY '=' MCTOKEN
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | mcparse.y | 180 cur_node->facility = mc_cur_facility; 225 | sefasy_def facility 247 facility: MCFACILITY '=' MCTOKEN
|
| /netbsd-src/external/bsd/ppp/dist/ |
| H A D | SETUP | 78 any errors using the syslog facility (see the syslogd(8) and 79 syslog.conf(5) man pages). Pppd issues messages using syslog facility 81 chat uses facility local2. It is often useful to see messages of 90 priority info or higher for facility daemon, like this:
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| H A D | log.h | 155 int facility; /* XXXDCL NT */ member 732 isc_log_opensyslog(const char *tag, int options, int facility);
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
| H A D | log.h | 153 int facility; /* XXXDCL NT */ member 234 * - log to syslog's daemon facility #ISC_LOG_INFO or higher 731 isc_log_opensyslog(const char *tag, int options, int facility); 749 * facility: The default syslog facility. This is irrelevant 751 * declared facility.
|
| /netbsd-src/external/bsd/openpam/dist/t/ |
| H A D | t_openpam_dispatch.c | 106 int facility; member 144 pam_facility_name[tc->facility],
|
| /netbsd-src/external/bsd/libbind/dist/isc/ |
| H A D | logging.c | 377 syslog(chan->out.facility|syslog_priority[pri], in log_vwrite() 582 log_new_syslog_channel(unsigned int flags, int level, int facility) { in log_new_syslog_channel() argument 593 chan->out.facility = facility; in log_new_syslog_channel()
|
| H A D | logging_p.h | 34 int facility; member
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | BNF | 29 loglevel = facility"."priority | priority . 65 facility = "kern" | "user" | "mail" | "daemon" | "auth" | "syslog" |
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | BNF.ipf | 28 loglevel = facility"."priority | priority . 64 facility = "kern" | "user" | "mail" | "daemon" | "auth" | "syslog" |
|
| /netbsd-src/usr.sbin/tcpdchk/ |
| H A D | fakelog.c | 30 openlog(const char *name, int logopt, int facility) in openlog() argument
|