Home
last modified time | relevance | path

Searched refs:facilities (Results 1 – 25 of 222) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/net/x25/
H A Dx25_facilities.c41 int x25_parse_facilities(struct sk_buff *skb, struct x25_facilities *facilities, in x25_parse_facilities() argument
78 facilities->reverse = p[1] & 0x81; in x25_parse_facilities()
84 facilities->reverse = p[1] & 0x01; in x25_parse_facilities()
90 facilities->reverse = p[1] & 0x80; in x25_parse_facilities()
96 facilities->reverse in x25_parse_facilities()
103 facilities->throughput = p[1]; in x25_parse_facilities()
122 facilities->pacsize_in = p[1]; in x25_parse_facilities()
123 facilities->pacsize_out = p[2]; in x25_parse_facilities()
127 facilities->winsize_in = p[1]; in x25_parse_facilities()
128 facilities->winsize_out = p[2]; in x25_parse_facilities()
[all …]
H A Daf_x25.c572 x25->facilities.winsize_in = X25_DEFAULT_WINDOW_SIZE; in x25_create()
573 x25->facilities.winsize_out = X25_DEFAULT_WINDOW_SIZE; in x25_create()
574 x25->facilities.pacsize_in = X25_DEFAULT_PACKET_SIZE; in x25_create()
575 x25->facilities.pacsize_out = X25_DEFAULT_PACKET_SIZE; in x25_create()
576 x25->facilities.throughput = 0; /* by default don't negotiate in x25_create()
578 x25->facilities.reverse = X25_DEFAULT_REVERSE; in x25_create()
619 x25->facilities = ox25->facilities; in x25_make_new()
792 x25_limit_facilities(&x25->facilities, x25->neighbour); in x25_connect()
946 struct x25_facilities facilities; in x25_rx_call_request() local
1025 len = x25_negotiate_facilities(skb, sk, &facilities, &dte_facilities); in x25_rx_call_request()
[all …]
H A Dx25_subr.c114 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()
H A Dx25_out.c56 int max_len = x25_pacsize_to_bytes(x25->facilities.pacsize_out); in x25_output()
165 end = (x25->va + x25->facilities.winsize_out) % modulus; in x25_kick()
/OK3568_Linux_fs/kernel/net/rose/
H A Drose_subr.c239 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()
310 facilities->dest_ndigis = 0; in rose_parse_national()
[all …]
H A Daf_rose.c981 struct rose_facilities_struct facilities; in rose_rx_call_request() local
989 memset(&facilities, 0x00, sizeof(struct rose_facilities_struct)); in rose_rx_call_request()
993 &facilities)) { in rose_rx_call_request()
998 sk = rose_find_listener(&facilities.source_addr, &facilities.source_call); in rose_rx_call_request()
1014 make_rose->dest_addr = facilities.dest_addr; in rose_rx_call_request()
1015 make_rose->dest_call = facilities.dest_call; in rose_rx_call_request()
1016 make_rose->dest_ndigis = facilities.dest_ndigis; in rose_rx_call_request()
1017 for (n = 0 ; n < facilities.dest_ndigis ; n++) in rose_rx_call_request()
1018 make_rose->dest_digis[n] = facilities.dest_digis[n]; in rose_rx_call_request()
1019 make_rose->source_addr = facilities.source_addr; in rose_rx_call_request()
[all …]
H A Drose_route.c857 struct rose_facilities_struct facilities; in rose_route_frame() local
1019 memset(&facilities, 0x00, sizeof(struct rose_facilities_struct)); in rose_route_frame()
1023 &facilities)) { in rose_route_frame()
1033 if (rose_route->rand == facilities.rand && in rose_route_frame()
1035 ax25cmp(&facilities.dest_call, &rose_route->src_call) == 0 && in rose_route_frame()
1036 ax25cmp(&facilities.source_call, &rose_route->dest_call) == 0) { in rose_route_frame()
1061 rose_route->src_call = facilities.dest_call; in rose_route_frame()
1062 rose_route->dest_call = facilities.source_call; in rose_route_frame()
1063 rose_route->rand = facilities.rand; in rose_route_frame()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dfacility.h18 static inline void __set_facility(unsigned long nr, void *facilities) in __set_facility() argument
20 unsigned char *ptr = (unsigned char *) facilities; in __set_facility()
27 static inline void __clear_facility(unsigned long nr, void *facilities) in __clear_facility() argument
29 unsigned char *ptr = (unsigned char *) facilities; in __clear_facility()
36 static inline int __test_facility(unsigned long nr, void *facilities) in __test_facility() argument
42 ptr = (unsigned char *) facilities + (nr >> 3); in __test_facility()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp.h175 u64 facilities; /* 48-55 */ member
227 #define SCLP_HAS_CHP_INFO (sclp.facilities & 0x8000000000000000ULL)
228 #define SCLP_HAS_CHP_RECONFIG (sclp.facilities & 0x2000000000000000ULL)
229 #define SCLP_HAS_CPU_INFO (sclp.facilities & 0x0800000000000000ULL)
230 #define SCLP_HAS_CPU_RECONFIG (sclp.facilities & 0x0400000000000000ULL)
231 #define SCLP_HAS_PCI_RECONFIG (sclp.facilities & 0x0000000040000000ULL)
232 #define SCLP_HAS_AP_RECONFIG (sclp.facilities & 0x0000000100000000ULL)
H A Dsclp_early.c31 sclp.facilities = sccb->facilities; in sclp_early_facilities_detect()
/OK3568_Linux_fs/external/xserver/doc/
H A Dc-extensions38 Use of library facilities throughout the X server tree
41 Non-OS-dependent code can assume facilities at least as good as
50 POSIX facilities, so some non-OS-dependent code is stubbed out or
55 Required OS facilities
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dprocessor.c106 long *facilities; in show_facilities() local
108 facilities = (long *)&S390_lowcore.stfle_fac_list; in show_facilities()
110 for_each_set_bit_inv(bit, facilities, MAX_FACILITY_BIT) in show_facilities()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/
H A Ddmalloc_5.5.2.bb9 powerful debugging facilities configurable at runtime. These facilities \
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A DKconfig47 provide various facilities for allowing a host OS to provide an
55 these facilities. If this option is not enabled, then the host OS
/OK3568_Linux_fs/buildroot/package/python-py/
H A DConfig.in5 facilities.
/OK3568_Linux_fs/buildroot/package/python-systemd/
H A DConfig.in5 Python module for native access to the systemd facilities.
/OK3568_Linux_fs/buildroot/package/dmalloc/
H A DConfig.in7 debugging facilities configurable at runtime.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-py_1.11.0.bb1 SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities"
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/
H A Drexec.xinetd.inetutils4 # execution facilities with authentication based on user names and
H A Drsh.xinetd.inetutils5 # remote execution facilities with authentication based on
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/
H A Drexec.xinetd.netkit4 # execution facilities with authentication based on user names and
H A Drsh.xinetd.netkit5 # remote execution facilities with authentication based on
/OK3568_Linux_fs/buildroot/package/xapian/
H A DConfig.in9 to easily add advanced indexing and search facilities to
/OK3568_Linux_fs/buildroot/package/optee-benchmark/
H A DConfig.in10 Enable the OP-TEE benchmark package that brings facilities
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libdaemon/
H A Dlibdaemon_0.14.bb3 facilities for logging and a signal handler to enable graceful shutdown, \

123456789