HomeSort by relevance Sort by last modified time
    Searched full:entry_num (Results 1 - 18 of 18) sorted by null

  /external/e2fsprogs/ext2ed/
inodebitmap_com.c 29 unsigned long entry_num; local
38 entry_num=atol (buffer);
40 if (entry_num >= file_system_info.super_block.s_inodes_per_group) {
44 inode_bitmap_info.entry_num=entry_num;
60 sprintf (buffer,"entry %ld",inode_bitmap_info.entry_num+entry_offset);
76 sprintf (buffer,"entry %ld",inode_bitmap_info.entry_num-entry_offset);
83 long entry_num,num=1; local
92 entry_num=inode_bitmap_info.entry_num;
109 long entry_num,num=1; local
164 unsigned long inode_num,entry_num; local
    [all...]
blockbitmap_com.c 36 This function changes the current entry in the bitmap. It just changes the entry_num variable in block_bitmap_info
42 unsigned long entry_num; local
54 entry_num=atol (buffer);
57 if (entry_num >= file_system_info.super_block.s_blocks_per_group) { /* Check if it is a valid entry number */
65 block_bitmap_info.entry_num=entry_num; /* If it is, just change entry_num and */
87 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num+entry_offset);
103 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num-entry_offset);
118 long entry_num,num=1 local
147 long entry_num,num=1; local
214 unsigned long block_num,entry_num; local
    [all...]
inode_com.c 28 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
46 entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inode);
51 if (entry_num-mult+1>0) {
53 entry_num-=mult;
63 if (entry_num==0) {
75 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
94 entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inode);
99 if (entry_num+mult-1<last_entry) {
101 entry_num+=mult;
111 if (entry_num==last_entry)
126 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
287 long group_num,group_offset,entry_num,block_num,wanted_entry; local
402 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
    [all...]
general_com.c 774 long entry_num; local
791 entry_num=remember_lifo.entries_count++;
792 if (entry_num>REMEMBER_COUNT-1) {
793 entry_num=0;
797 remember_lifo.offset [entry_num]=device_offset;
798 remember_lifo.type [entry_num]=current_type;
799 strcpy (remember_lifo.name [entry_num],buffer);
813 long entry_num; local
830 for (entry_num=remember_lifo.entries_count-1;entry_num>=0;entry_num--)
    [all...]
ext2ed.h 162 unsigned long entry_num; member in struct:struct_block_bitmap_info
167 unsigned long entry_num; member in struct:struct_inode_bitmap_info
412 void allocate_block (long entry_num);
413 void deallocate_block (long entry_num);
423 void allocate_inode (long entry_num);
424 void deallocate_inode (long entry_num);
group_com.c 151 block_bitmap_info.entry_num=0;
165 inode_bitmap_info.entry_num=0;
file_com.c 400 long entry_num; local
413 entry_num=remember_lifo.entries_count++;
414 if (entry_num>REMEMBER_COUNT-1) {
415 entry_num=0;
428 remember_lifo.offset [entry_num]=device_offset;
429 remember_lifo.type [entry_num]=descriptor_ptr;
430 strcpy (remember_lifo.name [entry_num],buffer);
dir_com.c 548 long entry_num; local
561 entry_num=remember_lifo.entries_count++;
562 if (entry_num>REMEMBER_COUNT-1) {
563 entry_num=0;
576 remember_lifo.offset [entry_num]=device_offset;
577 remember_lifo.type [entry_num]=descriptor_ptr;
578 strcpy (remember_lifo.name [entry_num],buffer);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
muxtbl.cpp 40 uint16 entry_num; local
41 for (entry_num = 0; entry_num < MAX_MUX_ENTRIES; entry_num ++)
43 iMuxDescriptorR[entry_num] = NULL;
55 for (int32 entry_num = 0; entry_num < MAX_MUX_ENTRIES; entry_num ++)
57 if (iMuxDescriptorR[entry_num])
59 Delete_MultiplexEntryDescriptor(iMuxDescriptorR[entry_num]);
114 uint8 entry_num = 0; local
142 uint8 entry_num = descriptors[n]->GetH245descriptor()->multiplexTableEntryNumber; local
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_mt.cpp 168 CPVMultiplexEntryDescriptor* TSC_mt::GenerateCombinedDescriptor(uint8 entry_num,
175 h245_desc->multiplexTableEntryNumber = entry_num;
213 int entry_num = iAvailableMuxEntryNumbers[0]; local
216 iTSCcomponent->GenerateSingleDescriptor((uint8)entry_num, lcn);
240 lcn, iOutMtSn, entry_num));
241 return entry_num;
332 int entry_num = iAvailableMuxEntryNumbers[0]; local
338 (0, "TSC_mt::MtTrfReq Descriptor for lcn(%d)=%d", channel_id, entry_num));
339 desc = iTSCcomponent->GenerateSingleDescriptor((uint8)entry_num, channel_id);
343 olc_list[lcn]->SetMtNum(entry_num);
    [all...]
tschandling.cpp 341 for (unsigned entry_num = 0; entry_num < (unsigned)pMux->size_of_multiplexEntryDescriptors; entry_num++)
343 if (pMux->multiplexEntryDescriptors[entry_num].multiplexTableEntryNumber ==
    [all...]
tsc_component.cpp 166 CPVMultiplexEntryDescriptor* TSC_component::GenerateSingleDescriptor(uint8 entry_num,
171 h245_desc->multiplexTableEntryNumber = entry_num;
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
h324utils.cpp 1303 unsigned entry_num = 1, codec_num = 0; local
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
h324utils.h 116 void FillCapabilityTableEntry(PS_CapabilityTableEntry, CodecCapabilityInfo& codec_info, uint32 entry_num);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_mt.h 84 CPVMultiplexEntryDescriptor* GenerateCombinedDescriptor(uint8 entry_num,
tsc_component.h 118 CPVMultiplexEntryDescriptor* GenerateSingleDescriptor(uint8 entry_num, TPVChannelId lcn1);
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml     [all...]
ext2ed-design.sgml     [all...]

Completed in 1479 milliseconds