| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFeatures.td | 37 "Assume that the distinct-operands facility is installed" 42 "Assume that the fast-serialization facility is installed" 52 "Assume that the high-word facility is installed" 57 "Assume that interlocked-access facility 1 is installed" 69 "Assume that the population-count facility is installed" 108 "Assume that the execution-hint facility is installed" 113 "Assume that the load-and-trap facility is installed" 123 "Assume that the processor-assist facility is installed" 138 "Assume that the enhanced-DAT facility 2 is installed" 179 "Assume that the vectory facility is installed" [all …]
|
| /freebsd-12.1/sys/kern/ |
| H A D | posix4_mib.c | 47 static int facility[CTL_P1003_1B_MAXID - 1]; variable 63 facility + num - 1, 0, ""); 74 facility + num - 1, 0, ""); 117 val = facility_initialized[num - 1] ? facility[num - 1] : 0; in p31b_sysctl_proc() 120 facility[num - 1] = val; in p31b_sysctl_proc() 131 facility[num - 1] = value; in p31b_setcfg() 140 facility[num - 1] = 0; in p31b_unsetcfg() 149 return (facility[num - 1]); in p31b_getcfg()
|
| /freebsd-12.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-12.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-12.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-12.1/lib/libcasper/services/cap_syslog/ |
| H A D | cap_syslog.h | 39 int facility); 47 #define cap_openlog(chan, ident, logopt, facility) \ argument 48 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-12.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-12.1/crypto/openssh/ |
| H A D | log.c | 127 log_facility_name(SyslogFacility facility) in log_facility_name() argument 132 if (log_facilities[i].val == facility) in log_facility_name() 257 log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr) in log_init() argument 278 switch (facility) { in log_init() 320 (int) facility); in log_init()
|
| /freebsd-12.1/contrib/tcp_wrappers/ |
| H A D | fakelog.c | 20 void openlog(name, logopt, facility) in openlog() argument 23 int facility;
|
| /freebsd-12.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-12.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-12.1/contrib/binutils/binutils/ |
| H A D | mcparse.y | 181 cur_node->facility = mc_cur_facility; 225 | sefasy_def facility 247 facility: MCFACILITY '=' MCTOKEN
|
| H A D | windmc.h | 65 const mc_keyword *facility; member
|
| /freebsd-12.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-12.1/contrib/openpam/t/ |
| H A D | t_openpam_dispatch.c | 108 int facility; member 146 pam_facility_name[tc->facility],
|
| /freebsd-12.1/libexec/tftpd/ |
| H A D | tftp-utils.c | 129 tftp_openlog(const char *ident, int logopt, int facility) in tftp_openlog() argument 134 openlog(ident, logopt, facility); in tftp_openlog()
|
| /freebsd-12.1/tools/regression/sysvshm/ |
| H A D | README | 5 This regression utility will test the SysV Shared Memory facility
|
| /freebsd-12.1/tools/regression/sysvmsg/ |
| H A D | README | 5 This regression utility will test the SysV Message Queue facility
|
| /freebsd-12.1/contrib/ipfilter/ |
| H A D | BNF | 29 loglevel = facility"."priority | priority . 65 facility = "kern" | "user" | "mail" | "daemon" | "auth" | "syslog" |
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | BNF.ipf | 28 loglevel = facility"."priority | priority . 64 facility = "kern" | "user" | "mail" | "daemon" | "auth" | "syslog" |
|
| /freebsd-12.1/contrib/ntp/sntp/libopts/ |
| H A D | COPYING.lgplv3 | 50 facility refers to a function or data to be supplied by an Application 51 that uses the facility (other than as an argument passed when the 52 facility is invoked), then you may convey a copy of the modified 57 function or data, the facility still operates, and performs
|