Searched refs:head_size (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dntlmssp_parse.c50 int head_size=0, data_size=0; local
59 head_size += 8;
64 head_size += 8;
74 head_size += 8;
79 head_size += va_arg(ap, int);
83 head_size += 4;
87 head_size += str_charnum(s) + 1;
94 *blob = data_blob(NULL, head_size + data_size);
97 data_ofs = head_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca_drv.c199 u64 head_size = sizeof(sal_log_mod_error_info_t) * total_check_num local
205 (slpi->valid.cpuid_info ? ((char*)slpi + head_size) : NULL);
208 ((char*)slpi + head_size + mid_size) : NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dbmap.c367 unsigned int head_size = (height > 0) ? local
371 ptr = ((__be64 *)(bh->b_data + head_size)) + mp->mp_list[height];

Completed in 90 milliseconds