| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | calls.h | 38 : type (NULL_TREE), mode (VOIDmode), named (false), in function_arg_info() 43 function_arg_info (machine_mode mode, bool named) in function_arg_info() argument 44 : type (NULL_TREE), mode (mode), named (named), pass_by_reference (false) in function_arg_info() 48 function_arg_info (tree type, bool named) in function_arg_info() argument 49 : type (type), mode (TYPE_MODE (type)), named (named), in function_arg_info() 54 function_arg_info (tree type, machine_mode mode, bool named) in function_arg_info() argument 55 : type (type), mode (mode), named (named), pass_by_reference (false) in function_arg_info() 106 unsigned int named : 1; variable
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | calls.h | 38 : type (NULL_TREE), mode (VOIDmode), named (false), in function_arg_info() 43 function_arg_info (machine_mode mode, bool named) in function_arg_info() argument 44 : type (NULL_TREE), mode (mode), named (named), pass_by_reference (false) in function_arg_info() 48 function_arg_info (tree type, bool named) in function_arg_info() argument 49 : type (type), mode (TYPE_MODE (type)), named (named), in function_arg_info() 54 function_arg_info (tree type, machine_mode mode, bool named) in function_arg_info() argument 55 : type (type), mode (mode), named (named), pass_by_reference (false) in function_arg_info() 106 unsigned int named : 1; variable
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/bind-9.18.11/ |
| H A D | conf.patch | 47 +; Instead, copy it, edit named.conf, and use that copy. 140 diff -urN bind-9.3.1.orig/conf/named.conf bind-9.3.1/conf/named.conf 141 --- bind-9.3.1.orig/conf/named.conf 1970-01-01 01:00:00.000000000 +0100 142 +++ bind-9.3.1/conf/named.conf 2005-07-10 22:33:46.000000000 +0200 144 +// This is the primary configuration file for the BIND DNS server named. 146 +// If you are just adding zones, please do that in /etc/bind/named.conf.local 148 +include "/etc/bind/named.conf.options"; 192 +include "/etc/bind/named.conf.local"; 193 diff -urN bind-9.3.1.orig/conf/named.conf.local bind-9.3.1/conf/named.conf.local 194 --- bind-9.3.1.orig/conf/named.conf.local 1970-01-01 01:00:00.000000000 +0100 [all …]
|
| H A D | make-etc-initd-bind-stop-work.patch | 6 the named daemon. 10 conf/named.conf | 5 +++++ 15 diff --git a/conf/named.conf b/conf/named.conf 17 --- a/conf/named.conf 18 +++ b/conf/named.conf 22 include "/etc/bind/named.conf.local";
|
| H A D | named.service | 10 PIDFile=/run/named/named.pid 13 ExecStart=@SBINDIR@/named $OPTIONS
|
| H A D | init.d-add-support-for-read-only-rootfs.patch | 57 + [ `is_on_read_only_partition /var/named` = "yes" ] && bind_mount /var/volatile/bind/named /var…
|
| /OK3568_Linux_fs/buildroot/package/bind/ |
| H A D | bind.mk | 24 BIND_TARGET_SERVER_SBIN += isc-hmac-fixup named-journalprint nsec3hash 25 BIND_TARGET_SERVER_SBIN += lwresd named named-checkconf named-checkzone 26 BIND_TARGET_SERVER_SBIN += named-compilezone rndc rndc-confgen dnssec-dsfromkey 119 $(INSTALL) -D -m 644 $(BIND_PKGDIR)/named.service \ 120 $(TARGET_DIR)/usr/lib/systemd/system/named.service 131 named -1 named -1 * /etc/bind - - BIND daemon
|
| H A D | named.service | 3 Documentation=man:named(8) 7 ExecStart=/usr/sbin/named -f -u named
|
| H A D | S81named | 3 CONFIG=/etc/bind/named.conf 4 DAEMON=/usr/sbin/named 17 start-stop-daemon -S -x $DAEMON -- -c $CONFIG -u named
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | dswload.c | 365 op->named.path = path; in acpi_ds_load1_begin_op() 374 op->named.name = node->name.integer; in acpi_ds_load1_begin_op() 465 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op() 466 op->named.length, in acpi_ds_load1_end_op() 476 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op() 477 op->named.length, in acpi_ds_load1_end_op() 530 acpi_dm_add_op_to_external_list(op, op->named.path, in acpi_ds_load1_end_op() 553 walk_state, op, op->named.node)); in acpi_ds_load1_end_op() 555 if (!acpi_ns_get_attached_object(op->named.node)) { in acpi_ds_load1_end_op() 557 ACPI_CAST_PTR(void, op->named.node); in acpi_ds_load1_end_op() [all …]
|
| H A D | dswload2.c | 89 buffer_ptr = ACPI_CAST_PTR(char, &op->named.name); in acpi_ds_load2_begin_op() 131 if (op && (op->named.node == acpi_gbl_root_node)) { in acpi_ds_load2_begin_op() 132 node = op->named.node; in acpi_ds_load2_begin_op() 343 op->named.name = node->name.integer; in acpi_ds_load2_begin_op() 602 status = acpi_ex_create_region(op->named.data, in acpi_ds_load2_end_op() 603 op->named.length, in acpi_ds_load2_end_op() 655 walk_state, op, op->named.node)); in acpi_ds_load2_end_op() 657 if (!acpi_ns_get_attached_object(op->named.node)) { in acpi_ds_load2_end_op() 659 ACPI_CAST_PTR(void, op->named.node); in acpi_ds_load2_end_op() 668 acpi_ex_create_method(op->named. in acpi_ds_load2_end_op() [all …]
|
| H A D | psloop.c | 144 op->named.data = walk_state->parser_state.aml; in acpi_ps_get_arguments() 145 op->named.length = (u32) in acpi_ps_get_arguments() 174 op->named.data = aml_op_start; in acpi_ps_get_arguments() 175 op->named.length = (u32) in acpi_ps_get_arguments() 494 op->named.length = in acpi_ps_parse_loop() 495 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop() 506 op->named.length = in acpi_ps_parse_loop() 507 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop() 516 op->named.length = in acpi_ps_parse_loop() 517 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
|
| H A D | dsobject.c | 187 byte_list = arg->named.next; in acpi_ds_build_internal_buffer_obj() 228 memcpy(obj_desc->buffer.pointer, byte_list->named.data, in acpi_ds_build_internal_buffer_obj() 349 obj_desc->buffer.aml_start = op->named.data; in acpi_ds_init_object_from_op() 350 obj_desc->buffer.aml_length = op->named.length; in acpi_ds_init_object_from_op() 365 if (!op->named.data) { in acpi_ds_init_object_from_op() 369 obj_desc->package.aml_start = op->named.data; in acpi_ds_init_object_from_op() 370 obj_desc->package.aml_length = op->named.length; in acpi_ds_init_object_from_op()
|
| H A D | dsfield.c | 225 second_desc->extra.aml_start = op->named.data; in acpi_ds_create_buffer_field() 226 second_desc->extra.aml_length = op->named.length; in acpi_ds_create_buffer_field() 351 info->resource_buffer = child->named.data; in acpi_ds_get_field_names() 353 (u16)child->named.value.integer; in acpi_ds_get_field_names() 380 (char *)&arg->named.name, in acpi_ds_get_field_names() 387 (char *)&arg->named.name, in acpi_ds_get_field_names() 633 (char *)&arg->named.name, type, in acpi_ds_init_field_objects() 638 (char *)&arg->named.name, in acpi_ds_init_field_objects()
|
| H A D | psutils.c | 39 scope_op->named.name = ACPI_ROOT_NAME; in acpi_ps_create_scope_op() 198 return (op->named.name); in acpi_ps_get_name() 213 op->named.name = name; in acpi_ps_set_name()
|
| H A D | psobject.c | 254 (*op)->named.aml = unnamed_op->common.aml; in acpi_ps_build_named_op() 276 (*op)->named.data = aml_op_start; in acpi_ps_build_named_op() 277 (*op)->named.length = 0; in acpi_ps_build_named_op() 366 op->named.data = aml_op_start; in acpi_ps_create_op() 367 op->named.length = 0; in acpi_ps_create_op() 375 op->named.data = aml_op_start; in acpi_ps_create_op() 376 op->named.length = 0; in acpi_ps_create_op()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/ |
| H A D | bind_9.18.11.bb | 13 file://named.service \ 19 file://0001-named-lwresd-V-and-start-log-hide-build-options.patch \ 59 SYSTEMD_SERVICE:${PN} = "named.service" 73 install -m 0644 ${WORKDIR}/named.service ${D}${systemd_system_unitdir} 76 ${D}${systemd_system_unitdir}/named.service 83 echo "d /run/named 0755 bind bind - -" > ${D}${sysconfdir}/tmpfiles.d/bind.conf 88 ${sysconfdir}/bind/named.conf \ 89 ${sysconfdir}/bind/named.conf.local \ 90 ${sysconfdir}/bind/named.conf.options \ 111 FILES:${PN}-libs = "${libdir}/named/*.so* ${libdir}/*-${PV}.so"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_reloc_enumval.c | 49 enum named_enum named = 0; in test_core_enumval() local 52 out->named_val1_exists = bpf_core_enum_value_exists(named, NAMED_ENUM_VAL1); in test_core_enumval() 60 out->named_val1 = bpf_core_enum_value(named, NAMED_ENUM_VAL1); in test_core_enumval() 61 out->named_val2 = bpf_core_enum_value(named, NAMED_ENUM_VAL2); in test_core_enumval()
|
| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A D | Kconfig | 41 If this driver is compiled as a module, it will be named ums-realtek. 54 If this driver is compiled as a module, it will be named ums-datafab. 62 If this driver is compiled as a module, it will be named ums-freecom. 79 If this driver is compiled as a module, it will be named ums-isd200. 101 If this driver is compiled as a module, it will be named ums-usbat. 110 If this driver is compiled as a module, it will be named ums-sddr09. 118 If this driver is compiled as a module, it will be named ums-sddr55. 126 If this driver is compiled as a module, it will be named ums-jumpshot. 137 If this driver is compiled as a module, it will be named ums-alauda. 151 If this driver is compiled as a module, it will be named ums-onetouch. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-led-trigger-netdev | 21 Signal the link state of the named network device. 26 of the named network device. 35 Signal transmission of data on the named network device. 47 Signal reception of data on the named network device.
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/ |
| H A D | style.rst | 8 strongly encouraged that they are named and written according to the guidelines 39 Test subsystems should be named after the code being tested, either after the 41 subsystems should be named to avoid ambiguity where necessary. 70 be named ``parport_pc``. 86 Test suites are named after the subsystem they are part of. If a subsystem 122 tests be added, then that suite could be named ``kasan_unittest`` or similar. 131 Tests should be named after what they're testing. This is often the name of the 133 As tests are C functions, they should be named and written in accordance with 162 * be named ``CONFIG_<name>_KUNIT_TEST``: where <name> is the name of the test 194 KUnit tests can often be compiled as a module. These modules should be named
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | 0004-Fix-build-with-gcc-11.patch | 8 …it/components/telemetry/other/ProcessedStack.cpp:120:41: error: no member named 'numeric_limits' i… 14 …it/components/telemetry/other/ProcessedStack.cpp:120:68: error: no member named 'max' in the globa… 17 …it/components/telemetry/other/ProcessedStack.cpp:134:37: error: no member named 'numeric_limits' i… 23 …it/components/telemetry/other/ProcessedStack.cpp:134:64: error: no member named 'max' in the globa…
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/regulator/ |
| H A D | regulator.txt | 24 Use case: a regulator named "regulator@1" to be bound to a driver named 25 "LDO_DRV" and a regulator named "regualator@11" to be bound to an other driver 26 named "BOOST_DRV". Using prefix "regualtor@1" for driver matching would load
|
| /OK3568_Linux_fs/buildroot/package/linux-fusion/ |
| H A D | 0004-Port-one-one_udp.c-to-Linux-4.1.patch | 10 one/one_udp.c:186:9: error: 'struct msghdr' has no member named 'msg_iov' 11 one/one_udp.c:187:9: error: 'struct msghdr' has no member named 'msg_iovlen' 14 one/one_udp.c:221:9: error: 'struct msghdr' has no member named 'msg_iov' 15 one/one_udp.c:222:9: error: 'struct msghdr' has no member named 'msg_iovlen'
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-st.txt | 10 - A pinctrl state named "default" must be defined to set pins in mode of 21 - A pinctrl state named "idle" could be defined to set pins in idle state 23 - A pinctrl state named "sleep" could be defined to set pins in sleep state
|