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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrlist.c114 int entry_len, entry_offset, err; local
183 entry_offset = ((u8 *)ale - ni->attr_list);
185 ale = (ATTR_LIST_ENTRY *)(new_al + entry_offset);
216 memcpy(new_al, ni->attr_list, entry_offset);
217 memcpy(new_al + entry_offset + entry_len, ni->attr_list +
218 entry_offset, ni->attr_list_size - entry_offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/utils/
H A Dmkbugboot.c35 uint32_t entry_offset; /* Offset from top of header to code */ member in struct:bug_boot_header
97 bbh.entry_offset = htonl(HEADER_SIZE); /* Entry address */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsom.h19 unsigned int entry_offset; /* offset of entry point */ member in struct:som_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dposix_acls.c153 char *entry_offset = NULL; local
181 entry_offset = pai_buf + PAI_ENTRIES_BASE;
188 SCVAL(entry_offset,0,type_val);
189 SIVAL(entry_offset,1,entry_val);
190 entry_offset += PAI_ENTRY_LENGTH;
199 SCVAL(entry_offset,0,type_val);
200 SIVAL(entry_offset,1,entry_val);
201 entry_offset += PAI_ENTRY_LENGTH;
339 char *entry_offset; local
357 entry_offset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Ddebug.c527 size_t entry_offset; local
535 entry_offset = p_info->act_entry_offset;
543 formatted_line_residue = formatted_line_size - entry_offset;
548 + entry_offset, copy_size))
551 entry_offset += copy_size;
554 entry_offset = 0;
561 p_info->act_entry_offset = entry_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_tables.c1001 unsigned int entry_offset; local
1005 entry_offset = (void *)e - base;
1010 ret = compat_add_offset(entry_offset, off);
1488 unsigned int entry_offset; local
1510 entry_offset = (void *)e - (void *)base;
1532 ret = compat_add_offset(entry_offset, off);

Completed in 107 milliseconds