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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/ext2ed/
H A Dblockbitmap_com.c78 long entry_offset=1; local
84 entry_offset=atol (buffer);
87 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num+entry_offset);
94 long entry_offset=1; local
100 entry_offset=atol (buffer);
103 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num-entry_offset);
H A Dgroup_com.c24 long entry_offset=1; local
30 entry_offset=atol (buffer);
33 sprintf (buffer,"entry %ld",group_info.group_num+entry_offset);
40 long entry_offset=1; local
46 entry_offset=atol (buffer);
49 sprintf (buffer,"entry %ld",group_info.group_num-entry_offset);
H A Dinodebitmap_com.c51 long entry_offset=1; local
57 entry_offset=atol (buffer);
60 sprintf (buffer,"entry %ld",inode_bitmap_info.entry_num+entry_offset);
67 long entry_offset=1; local
73 entry_offset=atol (buffer);
76 sprintf (buffer,"entry %ld",inode_bitmap_info.entry_num-entry_offset);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/transit/
H A Dcompile.awk52 printf( " %4d", entry_offset[ ii ] )
79 entry_offset[ ++fpeo ] = fpe # entry tbl offset list
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsom.h19 unsigned int entry_offset; /* offset of entry point */ member in struct:som_hdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsom.h19 unsigned int entry_offset; /* offset of entry point */ member in struct:som_hdr
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dposix_acls.c152 char *entry_offset = NULL; local
180 entry_offset = pai_buf + PAI_ENTRIES_BASE;
187 SCVAL(entry_offset,0,type_val);
188 SIVAL(entry_offset,1,entry_val);
189 entry_offset += PAI_ENTRY_LENGTH;
198 SCVAL(entry_offset,0,type_val);
199 SIVAL(entry_offset,1,entry_val);
200 entry_offset += PAI_ENTRY_LENGTH;
338 char *entry_offset; local
356 entry_offset
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Ddebug.c445 size_t entry_offset, size = 0; local
455 entry_offset = p_info->act_entry_offset;
459 size = MIN((len - count), (size - entry_offset));
463 p_info->temp_buf + entry_offset, size)))
467 entry_offset = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Ddebug.c445 size_t entry_offset, size = 0; local
455 entry_offset = p_info->act_entry_offset;
459 size = MIN((len - count), (size - entry_offset));
463 p_info->temp_buf + entry_offset, size)))
467 entry_offset = 0;

Completed in 72 milliseconds