Home
last modified time | relevance | path

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

12

/f-stack/freebsd/kern/
H A Dposix4_mib.c47 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()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_log.c49 rte_eal_log_init(const char *id, int facility) in rte_eal_log_init() argument
57 openlog(id, LOG_NDELAY | LOG_PID, facility); in rte_eal_log_init()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_syslog.c44 peer->facility = NGX_CONF_UNSET_UINT; in ngx_syslog_process_conf()
57 if (peer->facility == NGX_CONF_UNSET_UINT) { in ngx_syslog_process_conf()
58 peer->facility = 23; /* local7 */ in ngx_syslog_process_conf()
140 if (peer->facility != NGX_CONF_UNSET_UINT) { in ngx_syslog_parse_args()
149 peer->facility = i; in ngx_syslog_parse_args()
238 pri = peer->facility * 8 + peer->severity; in ngx_syslog_add_header()
H A Dngx_syslog.h12 ngx_uint_t facility; member
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.h42 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 Dmsg.def109 facility - q2932
149 facility - q2932
483 facility
500 start facility 0x62 !pnni&&q2932
501 facility
H A Duni_ie.h13 struct uni_ie_facility facility; member
H A Duni_msg.c340 if(msg->facility.h.present & UNI_IE_PRESENT) in print_connect()
381 ret |= IE_ISPRESENT(m->facility); in check_connect()
445 if((p->facility.h.present & UNI_IE_PRESENT) && in encode_connect()
586 out->facility.h = *hdr; in decode_connect()
746 if(msg->facility.h.present & UNI_IE_PRESENT) in print_release()
772 ret |= IE_ISPRESENT(m->facility); in check_release()
807 if((p->facility.h.present & UNI_IE_PRESENT) && in encode_release()
877 out->facility.h = *hdr; in decode_release()
3772 if(msg->facility.h.present & UNI_IE_PRESENT) in print_cobisetup()
3842 out->facility.h = *hdr; in decode_cobisetup()
[all …]
H A Die.def37 element facility 0x1c itu UNI_FACILITY_MAXAPDU+1+4 q2932
H A Duni_ie.c1724 DEF_IE_PRINT(itu, facility) in DEF_IE_PRINT() argument
1745 DEF_IE_CHECK(itu, facility) in DEF_IE_CHECK() argument
1755 DEF_IE_ENCODE(itu, facility) in DEF_IE_ENCODE() argument
1757 START_IE(facility, UNI_IE_FACILITY, 1 + ie->len); in DEF_IE_ENCODE()
1766 DEF_IE_DECODE(itu, facility) in DEF_IE_DECODE() argument
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c74 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()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_log.c183 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 Dzed_log.h36 void zed_log_syslog_open(int facility);
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_log.c9 rte_eal_log_init(__rte_unused const char *id, __rte_unused int facility) in rte_eal_log_init() argument
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dlinux_eal_parameters.rst98 * ``--syslog <syslog facility>``
100 Set syslog facility. Valid syslog facilities are::
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_private.h154 int rte_eal_log_init(const char *id, int facility);
H A Deal_common_options.c1157 eal_parse_syslog(const char *facility, struct internal_config *conf) in eal_parse_syslog() argument
1187 if (!strcmp(facility, map[i].name)) { in eal_parse_syslog()
/f-stack/freebsd/contrib/device-tree/Bindings/fsi/
H A Dfsi.txt5 engines within those slaves. However, we have a facility to match devicetree
40 not be described; this binding only provides an optional facility for
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dcw2015_battery.yaml28 it is to mail two batteries to a test facility of CellWise and receive
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc103 # The syslog priority (e.g., specified as a "facility.level" pair).
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst74 …- The callout facility that provides timers with a mechanism to execute a function at a given time.
H A Doverview.rst121 The mbuf library provides the facility to create and destroy buffers
/f-stack/tools/libxo/doc/
H A Dapi.rst1305 syslog is the system logging facility used throughout the unix world.
1358 source facility, and some additional features. These values are OR'd
1383 The facility value indicates the source of message, in fairly generic
1432 it with a log priority and facility, a message name, a format
1433 string, and a set of arguments. The priority/facility argument are
1482 .. c:function:: void xo_open_log (const char *ident, int logopt, int facility)
1487 :param int facility:
1491 customization of the program name, the log facility number, and the
/f-stack/tools/libxo/libxo/
H A Dxo.h648 xo_open_log (const char *ident, int logopt, int facility);
/f-stack/dpdk/license/
H A Dlgpl-2.1.txt175 d) If a facility in the modified Library refers to a function or a
177 the facility, other than as an argument passed when the facility
180 table, the facility still operates, and performs whatever part of

12