Home
last modified time | relevance | path

Searched full:facilities (Results 1 – 25 of 263) sorted by relevance

1234567891011

/openbmc/linux/net/x25/
H A Dx25_facilities.c13 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities
28 * x25_parse_facilities - Parse facilities from skb into the facilities structs
31 * @facilities: Regular facilities, updated as facilities are found
32 * @dte_facs: ITU DTE facilities, updated as DTE facilities are found
33 * @vc_fac_mask: mask is updated with all facilities found
37 * 0 - Parse OK, this skb has no facilities
38 * >0 - Parse OK, returns the length of the facilities header
41 int x25_parse_facilities(struct sk_buff *skb, struct x25_facilities *facilities, in x25_parse_facilities() argument
50 * The kernel knows which facilities were set on an incoming call but in x25_parse_facilities()
52 * give userspace who read incoming call facilities 0 length to indicate in x25_parse_facilities()
[all …]
H A Daf_x25.c17 * facilities negotiation and increased
568 x25->facilities.winsize_in = X25_DEFAULT_WINDOW_SIZE; in x25_create()
569 x25->facilities.winsize_out = X25_DEFAULT_WINDOW_SIZE; in x25_create()
570 x25->facilities.pacsize_in = X25_DEFAULT_PACKET_SIZE; in x25_create()
571 x25->facilities.pacsize_out = X25_DEFAULT_PACKET_SIZE; in x25_create()
572 x25->facilities.throughput = 0; /* by default don't negotiate in x25_create()
574 x25->facilities.reverse = X25_DEFAULT_REVERSE; in x25_create()
615 x25->facilities = ox25->facilities; in x25_make_new()
793 x25_limit_facilities(&x25->facilities, x25->neighbour); in x25_connect()
947 struct x25_facilities facilities; in x25_rx_call_request() local
[all …]
H A Dx25_subr.c14 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities
114 unsigned char facilities[X25_MAX_FAC_LEN]; in x25_write_internal() local
130 if (x25->facilities.reverse & 0x80) { in x25_write_internal()
187 len = x25_create_facilities(facilities, in x25_write_internal()
188 &x25->facilities, in x25_write_internal()
191 skb_put_data(skb, facilities, len); in x25_write_internal()
201 len = x25_create_facilities(facilities, in x25_write_internal()
202 &x25->facilities, in x25_write_internal()
205 skb_put_data(skb, facilities, len); in x25_write_internal()
210 if(x25->facilities.reverse & 0x80) { in x25_write_internal()
/openbmc/linux/net/rose/
H A Drose_subr.c158 *dptr++ = 0; /* Facilities length */ in rose_write_internal()
239 static int rose_parse_national(unsigned char *p, struct rose_facilities_struct *facilities, int len) in rose_parse_national() argument
259 facilities->rand = ((p[1] << 8) & 0xFF00) + ((p[2] << 0) & 0x00FF); in rose_parse_national()
283 memcpy(&facilities->source_digis[0], p + 2, AX25_ADDR_LEN); in rose_parse_national()
284 facilities->source_ndigis = 1; in rose_parse_national()
291 memcpy(&facilities->dest_digis[0], p + 2, AX25_ADDR_LEN); in rose_parse_national()
292 facilities->dest_ndigis = 1; in rose_parse_national()
298 memcpy(&facilities->fail_call, p + 2, AX25_ADDR_LEN); in rose_parse_national()
303 memcpy(&facilities->fail_addr, p + 3, ROSE_ADDR_LEN); in rose_parse_national()
309 facilities->source_ndigis = 0; in rose_parse_national()
[all …]
H A Daf_rose.c1022 struct rose_facilities_struct facilities; in rose_rx_call_request() local
1030 memset(&facilities, 0x00, sizeof(struct rose_facilities_struct)); in rose_rx_call_request()
1034 &facilities)) { in rose_rx_call_request()
1039 sk = rose_find_listener(&facilities.source_addr, &facilities.source_call); in rose_rx_call_request()
1055 make_rose->dest_addr = facilities.dest_addr; in rose_rx_call_request()
1056 make_rose->dest_call = facilities.dest_call; in rose_rx_call_request()
1057 make_rose->dest_ndigis = facilities.dest_ndigis; in rose_rx_call_request()
1058 for (n = 0 ; n < facilities.dest_ndigis ; n++) in rose_rx_call_request()
1059 make_rose->dest_digis[n] = facilities.dest_digis[n]; in rose_rx_call_request()
1060 make_rose->source_addr = facilities.source_addr; in rose_rx_call_request()
[all …]
H A Drose_route.c861 struct rose_facilities_struct facilities; in rose_route_frame() local
1023 memset(&facilities, 0x00, sizeof(struct rose_facilities_struct)); in rose_route_frame()
1027 &facilities)) { in rose_route_frame()
1037 if (rose_route->rand == facilities.rand && in rose_route_frame()
1039 ax25cmp(&facilities.dest_call, &rose_route->src_call) == 0 && in rose_route_frame()
1040 ax25cmp(&facilities.source_call, &rose_route->dest_call) == 0) { in rose_route_frame()
1065 rose_route->src_call = facilities.dest_call; in rose_route_frame()
1066 rose_route->dest_call = facilities.source_call; in rose_route_frame()
1067 rose_route->rand = facilities.rand; in rose_route_frame()
/openbmc/linux/arch/s390/include/asm/
H A Dfacility.h25 static inline void __set_facility(unsigned long nr, void *facilities) in __set_facility() argument
27 unsigned char *ptr = (unsigned char *) facilities; in __set_facility()
34 static inline void __clear_facility(unsigned long nr, void *facilities) in __clear_facility() argument
36 unsigned char *ptr = (unsigned char *) facilities; in __clear_facility()
43 static inline int __test_facility(unsigned long nr, void *facilities) in __test_facility() argument
49 ptr = (unsigned char *) facilities + (nr >> 3); in __test_facility()
/openbmc/linux/arch/s390/tools/
H A Dgen_facilities.c24 * FACILITIES_ALS contains the list of facilities that are
61 * FACILITIES_KVM contains the list of facilities that are part
65 * guest facilities supported by KVM.
99 * FACILITIES_KVM_CPUMODEL contains the list of facilities
101 * it. These facilities are not passed to the guest without
108 15, /* AP Facilities Test */
/openbmc/linux/drivers/s390/char/
H A Dsclp.h171 u64 facilities; /* 48-55 */ member
223 #define SCLP_HAS_CHP_INFO (sclp.facilities & 0x8000000000000000ULL)
224 #define SCLP_HAS_CHP_RECONFIG (sclp.facilities & 0x2000000000000000ULL)
225 #define SCLP_HAS_CPU_INFO (sclp.facilities & 0x0800000000000000ULL)
226 #define SCLP_HAS_CPU_RECONFIG (sclp.facilities & 0x0400000000000000ULL)
227 #define SCLP_HAS_PCI_RECONFIG (sclp.facilities & 0x0000000040000000ULL)
228 #define SCLP_HAS_AP_RECONFIG (sclp.facilities & 0x0000000100000000ULL)
/openbmc/linux/include/uapi/linux/
H A Dx25.h6 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities
101 * Facilities structure.
111 * ITU DTE facilities
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A DKconfig51 provide various facilities for allowing a host OS to provide an
59 these facilities. If this option is not enabled, then the host OS
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/
H A Ddmalloc_5.5.2.bb9 powerful debugging facilities configurable at runtime. These facilities \
/openbmc/linux/lib/
H A Ddebug_locks.c5 * Generic place for common debugging facilities for various locks:
19 * We want to turn all lock-debugging facilities on/off at once,
/openbmc/qemu/docs/system/s390x/
H A Dvfio-ap.rst511 facilities:
513 1. AP facilities feature
515 The AP facilities feature indicates that AP facilities are installed on the
516 guest. This feature will be exposed for use only if the AP facilities
529 indicates whether AP facilities are installed (on) or not
531 is ``ap=on``. AP facilities must be installed on the guest if a
538 configuration of the AP facilities. This facility will be available
555 If QCI is installed (``apqci=on``) but AP facilities are not
558 installed if the AP facilities are not; this is considered
568 AP facilities available for a given AP queue. This facility will be available
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DFacilityCollection_v1.xml42facilities can be added through a `POST` to the facility collection. In other implementations, th…
57 <String>/redfish/v1/Facilities</String>
/openbmc/linux/include/net/
H A Dx25.h7 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities
91 * X.25 Facilities constants.
166 struct x25_facilities facilities; member
169 unsigned long vc_facil_mask; /* inc_call facilities mask */
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-3.0-only54 …ay place library facilities that are a work based on the Library side by side in a single library …
56 … the same work based on the Library, uncombined with any other library facilities, conveyed under …
H A DLGPL-3.0-or-later131 You may place library facilities that are a work based on the Library side
132 by side in a single library together with other library facilities that are
137 Library, uncombined with any other library facilities, conveyed under the
H A DLGPL-3.0-with-zeromq-exception130 You may place library facilities that are a work based on the
132 facilities that are not Applications and are not covered by this
137 on the Library, uncombined with any other library facilities,
/openbmc/qemu/target/s390x/
H A Dcpu_features.c2 * CPU features/facilities for s390x
118 * Some facilities are not available for CPUs in protected mode: in s390_fill_feat_block()
119 * - All SIE facilities because SIE is not available in s390_fill_feat_block()
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.h54 /* Facilities required for proper operation; checked at startup. */
62 /* Facilities that are checked at runtime. */
/openbmc/linux/arch/powerpc/include/asm/
H A Dvio.h47 * Platform Facilities Option (PFO)-specific data
85 PFO, /* The OF node is a child of /ibm,platform-facilities */
/openbmc/qemu/scripts/qmp/
H A Dqmp8 facilities here is unwanted, and the divergence of syntax harmful.''',
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-py_1.11.0.bb1 SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities"
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/
H A Drexec.xinetd.inetutils4 # execution facilities with authentication based on user names and

1234567891011