Searched refs:data_space (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutcopy.c56 u8 * data_space, acpi_size * buffer_space_used);
97 * data_space - Where object data is returned (such as
99 * buffer_space_used - Length of data_space that was used
106 * The data_space buffer is assumed to have sufficient space for
114 u8 * data_space, acpi_size * buffer_space_used)
145 external_object->string.pointer = (char *)data_space;
152 ACPI_MEMCPY((void *)data_space,
159 external_object->buffer.pointer = data_space;
165 ACPI_MEMCPY((void *)data_space,
112 acpi_ut_copy_isimple_to_esimple(union acpi_operand_object *internal_object, union acpi_object *external_object, u8 * data_space, acpi_size * buffer_space_used) argument
H A Dacutils.h212 u8 * data_space, u32 * buffer_space_used);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c257 int data_space; local
288 data_space = cache_size - cache_bytes;
289 if(data_space < req_size) {
290 int realloc_size = req_size - data_space;
H A Dmksquashfs.c894 int data_space; local
921 data_space = (cache_size - cache_bytes);
922 if(data_space < req_size) {
926 data_space;
1599 int data_space = directory_cache_size - directory_cache_bytes; local
1603 if(data_space < dir_size) {
1606 ~(SQUASHFS_METADATA_SIZE - 1)) : dir_size - data_space;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c1397 uint32 data_space, data_len; local
1402 data_space = cli->max_xmit_frag - RPC_HEADER_LEN - RPC_HDR_REQ_LEN;
1403 data_len = MIN(data_space, data_left);
1425 data_space = cli->max_xmit_frag - RPC_HEADER_LEN - RPC_HDR_REQ_LEN -
1428 data_len = MIN(data_space, data_left);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_fsms.c1228 __u32 data_space; local
1281 data_space = grp->group_max_buflen - TH_HEADER_LENGTH;
1284 " data_space:%04x\n",
1285 __func__, data_space);
1304 data_space -= skb->len;
1310 if (peekskb->len > data_space)

Completed in 117 milliseconds