Home
last modified time | relevance | path

Searched refs:pointer (Results 176 – 200 of 1632) sorted by relevance

12345678910>>...66

/openbmc/u-boot/doc/
H A DREADME.standalone21 2. The pointer to the jump table is passed to the application in a
23 architectures use a dedicated register to hold the pointer to the
26 use such a register; instead, the pointer to the 'global_data'
27 structure is passed as 'argv[-1]' pointer.
115 passing the 'global_data' pointer (like x86 does), one should add
/openbmc/linux/Documentation/filesystems/
H A Dfiles.rst29 files_struct contains a pointer to struct fdtable through
55 The fdtable pointer must be read within the read-side
109 7. While updating, the fdtable pointer must be looked up while
112 fdtable and making the earlier fdtable pointer stale.
127 the fdtable pointer (fdt) must be loaded after locate_fd().
/openbmc/linux/Documentation/driver-api/
H A Dvme.rst11 A pointer to a structure of type :c:type:`struct vme_driver <vme_driver>` must
17 element is a pointer to a string holding the device driver's name.
35 The '.probe' element should contain a pointer to the probe routine. The
36 probe routine is passed a :c:type:`struct vme_dev <vme_dev>` pointer as an
55 driver is called. The probe routine is passed a pointer to the devices
56 device structure. This pointer should be saved, it will be required for
70 that meets the requirements, returning a pointer of type vme_resource that
76 the requirements can not be found a NULL pointer will be returned.
80 and :c:func:`vme_dma_free`) should be passed the pointer to the resource
222 pointer parameter is provided, the value of which is passed to the callback
[all …]
/openbmc/linux/Documentation/core-api/
H A Dassoc_array.rst85 The script appears as outside of the API as a pointer of the type::
186 significant bit of the pointer must be zero as it's used to type-mark
357 * A NULL pointer, indicating that the slot is empty.
358 * A pointer to an object (a leaf).
359 * A pointer to a node at the next level.
360 * A pointer to a shortcut.
440 metadata pointer. If the metadata pointer is there, any leaf whose key matches
508 matching leaf pointer with the pointer to the new leaf after a barrier.
518 the iteration as we won't have reached the pointer to it yet and the
542 pointer and the parent slot pointer on a node (say, for example, we
[all …]
/openbmc/openbmc/poky/meta/recipes-support/nss-myhostname/
H A Dnss-myhostname_0.3.bb5 HOMEPAGE = "http://0pointer.de/lennart/projects/nss-myhostname/"
9 SRC_URI = "http://0pointer.de/lennart/projects/nss-myhostname/nss-myhostname-${PV}.tar.gz \
/openbmc/linux/arch/m68k/kernel/
H A Dentry.S80 movel %sp,%a1 | switch_stack pointer
81 lea %sp@(SWITCH_STACK_SIZE),%a0 | pt_regs pointer
90 movel %sp,%a1 | switch_stack pointer
91 lea %sp@(SWITCH_STACK_SIZE),%a0 | pt_regs pointer
117 movel %sp,%sp@- | stack frame pointer argument
125 movel %sp,%sp@- | stack frame pointer argument
/openbmc/linux/Documentation/litmus-tests/rcu/
H A DRCU+sync+free.litmus11 * period assigns a pointer, and the writes following the grace period destroy
12 * the object that the pointer used to point to.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/
H A D0001-Fix-hash_key_put-signature.patch8pointer types passing 'void (void *, void *, xmlChar *)' (aka 'void (void *, void *, unsigned char…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/
H A D0001-Fix-Wincompatible-function-pointer-types.patch4 Subject: [PATCH] Fix -Wincompatible-function-pointer-types
7 testfile.c:576:31: error: incompatible function pointer types passing 'PRInt32 (void *)' (aka 'int …
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-wmi-ddv.c138 .pointer = &arg, in dell_wmi_ddv_query_type()
147 obj = out.pointer; in dell_wmi_ddv_query_type()
258 buffer = obj->package.elements[1].buffer.pointer; in dell_wmi_ddv_update_sensors()
302 entry = (struct fan_sensor_entry *)data->fans.obj->package.elements[1].buffer.pointer; in dell_wmi_ddv_fan_read_channel()
328 entry = (struct thermal_sensor_entry *)data->temps.obj->package.elements[1].buffer.pointer; in dell_wmi_ddv_temp_read_channel()
385 entry = (struct fan_sensor_entry *)data->fans.obj->package.elements[1].buffer.pointer; in dell_wmi_ddv_fan_read_string()
416 entry = (struct thermal_sensor_entry *)data->temps.obj->package.elements[1].buffer.pointer; in dell_wmi_ddv_temp_read_string()
691 ret = sysfs_emit(buf, "%s\n", obj->string.pointer); in eppid_show()
775 buf = obj->package.elements[1].buffer.pointer; in dell_wmi_ddv_buffer_read()
/openbmc/linux/Documentation/cpu-freq/
H A Dcpu-drivers.rst48 .init - A pointer to the per-policy initialization function.
50 .verify - A pointer to a "verification" function.
68 .exit - A pointer to a per-policy cleanup function called during
71 .suspend - A pointer to a per-policy suspend function which is called
75 .resume - A pointer to a per-policy resume function which is called
78 .ready - A pointer to a per-policy ready function which is called after
81 .attr - A pointer to a NULL-terminated list of "struct freq_attr" which
86 .set_boost - A pointer to a per-policy function to enable/disable boost
254 valid pointer in its policy->freq_table field.
/openbmc/linux/Documentation/driver-api/driver-model/
H A Ddevice.rst28 get_device() will return a pointer to the struct device passed to it
100 group pointer in struct device before device_register() is invoked::
105 The device_register() function will use the 'groups' pointer to create the
106 device attributes and the device_unregister() function will use this pointer
/openbmc/linux/scripts/
H A DMakefile.extrawarn44 KBUILD_CFLAGS += $(call cc-disable-warning, dangling-pointer)
50 KBUILD_CFLAGS += -Wno-pointer-sign
75 KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
142 KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast)
/openbmc/linux/Documentation/arch/arm64/
H A Dtagged-pointers.rst29 - pointer arguments to system calls, including pointers in structures
32 - the stack pointer (sp), e.g. when interpreting it to deliver a
35 - the frame pointer (x29) and frame records, e.g. when interpreting
48 Programs maintaining a frame pointer and frame records that use non-zero
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dpassobj-attributes.c165 po_obj[ATTR_NAME].string.pointer); in populate_po_data()
169 (uintptr_t)po_obj[MIN_PASS_LEN].string.pointer; in populate_po_data()
173 (uintptr_t) po_obj[MAX_PASS_LEN].string.pointer; in populate_po_data()
/openbmc/linux/drivers/acpi/acpica/
H A Dexserial.c224 pointer), function); in acpi_ex_read_serial_bus()
345 buffer = buffer_desc->buffer.pointer; in acpi_ex_write_serial_bus()
347 memcpy(buffer, source_desc->buffer.pointer, data_length); in acpi_ex_write_serial_bus()
H A Dnsdump.c296 pointer[i]); in acpi_ns_dump_one_object()
308 acpi_ut_print_string(obj_desc->string.pointer, 80); in acpi_ns_dump_one_object()
455 acpi_os_printf(" S:%p-%X\n", obj_desc->string.pointer, in acpi_ns_dump_one_object()
461 acpi_os_printf(" B:%p-%X\n", obj_desc->buffer.pointer, in acpi_ns_dump_one_object()
549 obj_desc = (void *)obj_desc->string.pointer; in acpi_ns_dump_one_object()
H A Ddsdebug.c66 (char *)buffer.pointer, node)); in acpi_ds_print_node_pathname()
67 ACPI_FREE(buffer.pointer); in acpi_ds_print_node_pathname()
/openbmc/linux/arch/ia64/kernel/
H A Dacpi-ext.c39 resource = buffer.pointer; in hp_ccsr_locate()
51 kfree(buffer.pointer); in hp_ccsr_locate()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-libgeis-Compare-the-first-character-of-string-to-nul.patch12 …bgeis/geis_v1.c:613:20: error: comparison between pointer and zero character constant [-Werror=poi…
/openbmc/linux/Documentation/sound/cards/
H A Dhdspm.rst70 * Hardware-pointer -- 2 Modi
73 The Card supports the readout of the actual Buffer-pointer,
79 precise-pointer.
83 (Hint: Experimenting I found that the pointer is maximum 64 to
85 safe pointer for writing, which is used on this mode inside
90 interrupt used for pointer-calculation
93 hardware pointer used.
357 Enable precise pointer, or disable.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-reserved.rst206 actual pointer array follows immediately the interleaved JPEG/UYVY
216 offset to the pointer array in the first plane. This offset is
217 followed by a 4-byte value indicating size of the pointer array.
220 in the second plane allows to easily find location of the pointer
222 pointer array is constant for given UYVY image height.
225 initially set a data pointer to the start of first plane and then
227 pointer indicates start of an UYVY image pixel line. Whole UYVY
229 repeated for each line, i.e. the number of entries in the pointer
/openbmc/linux/drivers/platform/x86/intel/wmi/
H A Dsbl-fw-update.c38 obj = (union acpi_object *)result.pointer; in get_fwu_request()
59 input.pointer = &value; in set_fwu_request()
/openbmc/linux/sound/soc/generic/
H A Dtest-component.c460 static int pointer; in test_component_pointer() local
465 pointer += 10; in test_component_pointer()
466 if (pointer > PREALLOC_BUFFER) in test_component_pointer()
467 pointer = 0; in test_component_pointer()
471 return bytes_to_frames(runtime, pointer); in test_component_pointer()
565 cdriv->pointer = test_component_pointer; in test_driver_probe()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch60 + int32_t *fptr; /* Front pointer. */
61 + int32_t *rptr; /* Rear pointer. */
84 + set up. The basic operation is to add the number at the rear pointer into
85 + the one at the front pointer. Then both pointers are advanced to the next
90 + pointer if the front one has wrapped. Returns a 31-bit random number. */
208 + value of the rear pointer; this is so successive calls to initstate won't
270 + from the old state information. This is done by multiplexing the pointer

12345678910>>...66