Home
last modified time | relevance | path

Searched refs:data_space (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dutcopy.c22 u8 *data_space, acpi_size *buffer_space_used);
80 u8 *data_space, acpi_size *buffer_space_used) in acpi_ut_copy_isimple_to_esimple() argument
111 external_object->string.pointer = (char *)data_space; in acpi_ut_copy_isimple_to_esimple()
118 memcpy((void *)data_space, in acpi_ut_copy_isimple_to_esimple()
125 external_object->buffer.pointer = data_space; in acpi_ut_copy_isimple_to_esimple()
131 memcpy((void *)data_space, in acpi_ut_copy_isimple_to_esimple()
H A Dacutils.h262 u8 *data_space, u32 *buffer_space_used);
/openbmc/linux/drivers/s390/net/
H A Dctcm_fsms.c1219 __u32 data_space; in ctcmpc_chx_txdone() local
1270 data_space = grp->group_max_buflen - TH_HEADER_LENGTH; in ctcmpc_chx_txdone()
1274 __func__, data_space); in ctcmpc_chx_txdone()
1293 data_space -= skb->len; in ctcmpc_chx_txdone()
1299 if (peekskb->len > data_space) in ctcmpc_chx_txdone()
/openbmc/qemu/block/
H A Dvpc.c127 uint32_t data_space; member