Searched refs:start_bytes (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_proc.c275 int start_bytes, left, copy, copied; local
285 start_bytes = (PRISM2_IO_DEBUG_SIZE - head) * 4;
288 if (off < start_bytes) {
289 copy = start_bytes - off;
297 memcpy(page, ((u8 *) local->io_debug) + (off - start_bytes),
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c444 long long start_bytes = bytes; local
488 header.xattr_table_start = start_bytes;
H A Dmksquashfs.c1041 long long start_bytes = bytes; local
1070 return start_bytes;
1079 long long start_bytes = bytes; local
1112 return start_bytes;
1897 long long list[meta_blocks], start_bytes; local
1925 start_bytes = bytes;
1940 return start_bytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dfix_node.c380 start_bytes, /* number of first bytes (entries for directory) of start_item-th item local
420 // skip its first 'start_bytes' units
421 start_bytes = ((from_bytes != -1) ? from_bytes : 0);
429 the end_item-th item. Do not count first 'start_bytes' units of
443 op_part_size(vi, 0 /*from start */ , start_bytes);
453 start_bytes = 0;
482 op_check_left(vi, free_space, start_bytes,
494 //snum012[needed_nodes - 1 + 3] = op_unit_num (vi) - start_bytes - units;
495 start_bytes += units;
504 /* continue from the same item with start_bytes !
[all...]

Completed in 70 milliseconds