Home
last modified time | relevance | path

Searched refs:named (Results 1 – 25 of 796) sorted by relevance

12345678910>>...32

/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch47 +; 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 Dmake-etc-initd-bind-stop-work.patch6 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 Dnamed.service10 PIDFile=/run/named/named.pid
13 ExecStart=@SBINDIR@/named $OPTIONS
H A Dinit.d-add-support-for-read-only-rootfs.patch57 + [ `is_on_read_only_partition /var/named` = "yes" ] && bind_mount /var/volatile/bind/named /var…
H A D0001-avoid-start-failure-with-bind-user.patch24 if [ -f /var/run/named/named.pid ]; then
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-netdev26 Signal the link state of the named network device.
31 of the named network device.
40 Signal transmission of data on the named network device.
55 Signal reception of data on the named network device.
83 Signal the link speed state of 10Mbps of the named network device.
88 speed of 10MBps of the named network device.
96 Signal the link speed state of 100Mbps of the named network device.
101 speed of 100Mbps of the named network device.
109 Signal the link speed state of 1000Mbps of the named network device.
114 speed of 1000Mbps of the named network device.
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Ddswload.c365 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 Ddswload2.c89 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 Dpsloop.c144 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()
493 op->named.length = in acpi_ps_parse_loop()
494 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
505 op->named.length = in acpi_ps_parse_loop()
506 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
515 op->named.length = in acpi_ps_parse_loop()
516 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
H A Ddsobject.c187 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 Dpsutils.c39 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 Ddsfield.c225 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 Dpsobject.c254 (*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()
H A Dpswalk.c59 if (op->named.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ps_delete_parse_tree()
63 if (op->named.aml_opcode == AML_STRING_OP) { in acpi_ps_delete_parse_tree()
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/
H A Dbind_9.20.4.bb13 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 ${UNPACKDIR}/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"
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_enumval.c49 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()
/openbmc/linux/drivers/usb/storage/
H A DKconfig41 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 …]
/openbmc/openbmc/meta-arm/documentation/
H A Dreleases.md3named" branch consistent with the code name of that release. For example, the “dunfell” release of…
5named branches are “stable”, and only take bug fixes or security-critical upgrades. Active develop…
8 …ardware enablement (and relevant software features) to be included in LTS named branches (not just…
12 For patches intended on being included in an LTS named branch, the preferred process is to upstream…
20 …eased as close as possible to the release of the YP LTS release. Meta-arm named branches will be c…
22 …e: master and the most recent Long Term Stable (LTS) as the named branch. All previous named LTS b…
30 …o outstanding critical bugs, a new named branch is created based on the current meta-arm master br…
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dstyle.rst8 strongly encouraged that they are named and written according to the guidelines
38 Test subsystems should be named after the code being tested, either after the
40 subsystems should be named to avoid ambiguity where necessary.
68 be named ``parport_pc``.
84 Test suites are named after the subsystem they are part of. If a subsystem
118 unit tests are added, then that suite could be named as ``kasan_unittest`` or
128 Tests should be named after what they are testing. This is often the name of the
130 As tests are C functions, they should be named and written in accordance with
159 * be named ``CONFIG_<name>_KUNIT_TEST``: where <name> is the name of the test
191 KUnit tests can often be compiled as a module. These modules should be named
/openbmc/qemu/docs/devel/
H A Ddecodetree.rst43 A format can include fields that refer to named fields that are
46 named fields that are defined in the format it uses. However you
48 a field A that refers to a named field B that is defined in P, and P
49 has a field C that refers to a named field D that is defined in F).
55 named function, taking and returning an integral value.
58 a *parameter*, and the named function is only passed the ``DisasContext``
106 pattern and the ``OR`` pattern put their operands into the same named
148 same argument set be used with disjoint named fields.
175 A pattern that does not specify a named format will have one inferred
/openbmc/u-boot/doc/device-tree-bindings/regulator/
H A Dregulator.txt24 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
/openbmc/qemu/tests/decode/
H A Dsucc_named_field.decode9 # references a named field defined in the insn pattern:
16 # Here the named field is defined in the format and referenced
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dsirf-audio-port.txt11 named "tx") and one for reception (should be named "rx").
H A Dbrcm,bcm2835-i2s.txt12 named "tx") and one for reception (should be named "rx").
/openbmc/linux/Documentation/admin-guide/gpio/
H A Dgpio-mockup.rst34 GPIO lines exposed by it should be named.
43 The directory is named after the chip's label. A symlink is also created, named

12345678910>>...32