| /freebsd-13.1/contrib/llvm-project/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" 58 "Assume that the high-word facility is installed" 63 "Assume that interlocked-access facility 1 is installed" 75 "Assume that the population-count facility is installed" 114 "Assume that the execution-hint facility is installed" 119 "Assume that the load-and-trap facility is installed" 144 "Assume that the enhanced-DAT facility 2 is installed" 185 "Assume that the vectory facility is installed" 277 "Assume that the enhanced-sort facility is installed" [all …]
|
| /freebsd-13.1/sys/kern/ |
| H A D | posix4_mib.c | 47 static int facility[CTL_P1003_1B_MAXID - 1]; variable 63 facility + num - 1, 0, ""); 75 facility + num - 1, 0, ""); 119 val = facility_initialized[num - 1] ? facility[num - 1] : 0; in p31b_sysctl_proc() 122 facility[num - 1] = val; in p31b_sysctl_proc() 133 facility[num - 1] = value; in p31b_setcfg() 142 facility[num - 1] = 0; in p31b_unsetcfg() 151 return (facility[num - 1]); in p31b_getcfg()
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-syslog.c | 85 uint16_t facility,severity; in syslog_print() local 114 facility = (pri & SYSLOG_FACILITY_MASK) >> 3; in syslog_print() 120 tok2str(syslog_facility_values, "unknown (%u)", facility), in syslog_print() 128 tok2str(syslog_facility_values, "unknown (%u)", facility), in syslog_print() 129 facility, in syslog_print()
|
| /freebsd-13.1/contrib/openpam/lib/libpam/ |
| H A D | openpam_configure.c | 156 pam_facility_t facility, in openpam_parse_chain() argument 199 if (facility != fclt && facility != PAM_FACILITY_ANY) { in openpam_parse_chain() 343 pam_facility_t facility, in openpam_load_file() argument 372 ret = openpam_parse_chain(pamh, service, facility, in openpam_load_file() 388 pam_facility_t facility) in openpam_load_chain() argument 396 ENTERS(facility < 0 ? "any" : pam_facility_name[facility]); in openpam_load_chain() 404 ret = openpam_load_file(pamh, service, facility, in openpam_load_chain() 427 ret = openpam_load_file(pamh, service, facility, in openpam_load_chain()
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | log.c | 39 struct facility { struct 47 static struct facility* argument 50 struct facility *fp; in log_realloc() 149 struct facility *fp = log_realloc(fac); in krb5_addlog_func() 187 krb5_log_facility *facility, int min, int max, in open_syslog() argument 206 roken_openlog(facility->program, LOG_PID | LOG_NDELAY, i); in open_syslog() 207 return krb5_addlog_func(context, facility, min, max, in open_syslog() 344 char facility[128] = ""; in krb5_addlog_dest() local 349 strsep_copy(&p, ":", facility, sizeof(facility)); in krb5_addlog_dest() 352 if(*facility == '\0') in krb5_addlog_dest() [all …]
|
| H A D | verify_krb5_conf.c | 320 char facility[128] = ""; in check_log() local 325 strsep_copy(&p, ":", facility, sizeof(facility)); in check_log() 328 if(*facility == '\0') in check_log() 329 strlcpy(facility, "AUTH", sizeof(facility)); in check_log() 332 path, facility); in check_log()
|
| /freebsd-13.1/lib/libcasper/services/cap_syslog/ |
| H A D | cap_syslog.h | 43 int facility); 54 #define cap_openlog(chan, ident, logopt, facility) \ 55 openlog(ident, logopt, facility)
|
| H A D | cap_syslog.c | 80 cap_openlog(cap_channel_t *chan, const char *ident, int logopt, int facility) in cap_openlog() argument 90 nvlist_add_number(nvl, "facility", facility); in cap_openlog()
|
| /freebsd-13.1/contrib/openpam/bin/openpam_dump_policy/ |
| H A D | openpam_dump_policy.c | 50 const char *facility = pam_facility_name[fclt]; in openpam_chain_name() local 53 if (asprintf(&name, "pam_%s_%s", service, facility) == -1) in openpam_chain_name() 61 const char *facility = pam_facility_name[fclt]; in openpam_facility_index_name() local 64 if (asprintf(&name, "PAM_%s", facility) == -1) in openpam_facility_index_name()
|
| /freebsd-13.1/contrib/tcp_wrappers/ |
| H A D | fakelog.c | 20 void openlog(name, logopt, facility) in openlog() argument 23 int facility;
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/msg/ |
| H A D | uni_msg.h | 42 struct uni_ie_facility facility; member 62 struct uni_ie_facility facility; member 252 struct uni_ie_facility facility; member 262 struct uni_ie_facility facility; member 334 struct uni_facility facility; /* !pnni&&q2932 */ member
|
| H A D | msg.def | 109 facility - q2932 149 facility - q2932 483 facility 500 start facility 0x62 !pnni&&q2932 501 facility
|
| H A D | uni_ie.h | 13 struct uni_ie_facility facility; member
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 74 if(IE_ISGOOD(src->facility)) in copy_msg_connect() 75 dst->facility = src->facility; in copy_msg_connect() 112 if(IE_ISGOOD(src->facility)) in copy_msg_release() 113 dst->facility = src->facility; in copy_msg_release() 486 if(IE_ISGOOD(src->facility)) in copy_msg_cobisetup() 487 dst->facility = src->facility; in copy_msg_cobisetup() 503 if(IE_ISGOOD(src->facility)) in copy_msg_facility() 504 dst->facility = src->facility; in copy_msg_facility()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | log.c | 130 log_facility_name(SyslogFacility facility) in log_facility_name() argument 135 if (log_facilities[i].val == facility) in log_facility_name() 194 log_init(const char *av0, LogLevel level, SyslogFacility facility, in log_init() argument 216 switch (facility) { in log_init() 258 (int) facility); in log_init()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zed/ |
| H A D | zed_log.c | 183 zed_log_syslog_open(int facility) in zed_log_syslog_open() argument 186 openlog(_ctx.identity, LOG_NDELAY | LOG_PID, facility); in zed_log_syslog_open()
|
| H A D | zed_log.h | 36 void zed_log_syslog_open(int facility);
|
| /freebsd-13.1/contrib/openpam/t/ |
| H A D | t_openpam_dispatch.c | 108 int facility; member 146 pam_facility_name[tc->facility],
|
| /freebsd-13.1/contrib/ntp/lib/isc/include/isc/ |
| H A D | log.h | 140 int facility; /* XXXDCL NT */ member 805 isc_log_opensyslog(const char *tag, int options, int facility);
|
| /freebsd-13.1/tools/regression/sysvmsg/ |
| H A D | README | 5 This regression utility will test the SysV Message Queue facility
|
| /freebsd-13.1/tools/regression/sysvshm/ |
| H A D | README | 5 This regression utility will test the SysV Shared Memory facility
|
| /freebsd-13.1/libexec/tftpd/ |
| H A D | tftp-utils.c | 130 tftp_openlog(const char *ident, int logopt, int facility) in tftp_openlog() argument 135 openlog(ident, logopt, facility); in tftp_openlog()
|
| H A D | tftp-utils.h | 115 void tftp_openlog(const char *ident, int logopt, int facility);
|
| /freebsd-13.1/share/examples/ipfilter/ |
| H A D | BNF | 29 loglevel = facility"."priority | priority . 65 facility = "kern" | "user" | "mail" | "daemon" | "auth" | "syslog" |
|
| /freebsd-13.1/contrib/ipfilter/tools/ |
| H A D | BNF.ipf | 28 loglevel = facility"."priority | priority . 64 facility = "kern" | "user" | "mail" | "daemon" | "auth" | "syslog" |
|