/haiku/src/add-ons/kernel/file_systems/packagefs/indices/ |
H A D | LastModifiedIndex.cpp | 27 LastModifiedIndexPrimaryKey(Node* node, time_t modified) in LastModifiedIndexPrimaryKey() argument 30 modified(modified) in LastModifiedIndexPrimaryKey() 37 modified(node->ModifiedTime().tv_sec) in LastModifiedIndexPrimaryKey() 41 LastModifiedIndexPrimaryKey(time_t modified) in LastModifiedIndexPrimaryKey() argument 44 modified(modified) in LastModifiedIndexPrimaryKey() 49 time_t modified; member in LastModifiedIndexPrimaryKey 80 if (a.modified < b.modified) in operator ()() 82 if (a.modified > b.modified) in operator ()()
|
/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | LastModifiedIndex.cpp | 20 LastModifiedIndexPrimaryKey(Node *node, time_t modified) in LastModifiedIndexPrimaryKey() argument 21 : node(node), modified(modified) {} in LastModifiedIndexPrimaryKey() 23 : node(node), modified(node->GetMTime()) {} in LastModifiedIndexPrimaryKey() 24 LastModifiedIndexPrimaryKey(time_t modified) in LastModifiedIndexPrimaryKey() argument 25 : node(NULL), modified(modified) {} in LastModifiedIndexPrimaryKey() 28 time_t modified; member in LastModifiedIndexPrimaryKey 54 if (a.modified < b.modified) in operator ()() 56 if (a.modified > b.modified) in operator ()() 90 bool SetTo(LastModifiedIndex *index, time_t modified, 314 LastModifiedIndex::Iterator::SetTo(LastModifiedIndex *index, time_t modified, in SetTo() argument [all …]
|
H A D | Node.h | 141 uint32 modified = fModified; in MarkUnmodified() local 142 if (modified) { in MarkUnmodified() 147 return modified; in MarkUnmodified()
|
/haiku/src/system/kernel/vm/ |
H A D | VMTranslationMap.cpp | 164 bool accessed, bool modified, bool updatePageQueue) in PageUnmapped() argument 174 ", accessed: %d, modified: %d", pageNumber, accessed, modified); in PageUnmapped() 178 page->modified |= modified; in PageUnmapped() 194 pageNumber, accessed, modified); in PageUnmapped() 206 else if (page->modified) in PageUnmapped()
|
/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | Index.cpp | 357 off_t modified = inode->LastModified(); in InsertLastModified() local 359 (uint8*)&modified, sizeof(int64), inode); in InsertLastModified() 369 off_t modified = inode->OldLastModified(); in RemoveLastModified() local 371 (uint8*)&modified, sizeof(int64), NULL, 0, inode); in RemoveLastModified() 377 bigtime_t modified) in UpdateLastModified() argument 382 if (modified == -1) in UpdateLastModified() 383 modified = bfs_inode::ToInode(real_time_clock_usecs()); in UpdateLastModified() 386 (uint8*)&oldModified, sizeof(int64), (uint8*)&modified, in UpdateLastModified() 389 inode->Node().last_modified_time = HOST_ENDIAN_TO_BFS_INT64(modified); in UpdateLastModified()
|
H A D | Index.h | 54 Inode* inode, bigtime_t modified = -1);
|
/haiku/src/apps/terminal/ |
H A D | AppearPrefView.cpp | 185 bool modified = false; in MessageReceived() local 214 modified = true; in MessageReceived() 227 modified = true; in MessageReceived() 231 modified = true; in MessageReceived() 242 modified = true; in MessageReceived() 251 modified = true; in MessageReceived() 260 modified = true; in MessageReceived() 269 modified = true; in MessageReceived() 279 modified = true; in MessageReceived() 291 modified = true; in MessageReceived() [all …]
|
H A D | ThemeView.cpp | 282 bool modified = false; in MessageReceived() local 291 modified = true; in MessageReceived() 306 modified = true; in MessageReceived() 319 modified = true; in MessageReceived() 329 modified = true; in MessageReceived() 356 if (modified) { in MessageReceived()
|
/haiku/data/system/data/licenses/ |
H A D | MAPM | 29 * the modified code is granted. Modifications are to be distributed by * 33 * To distribute modified source code, insert the file 'license.txt' * 34 * at the top of all modified source code files and edit accordingly. *
|
H A D | GNU LGPL v3 | 52 facility is invoked), then you may convey a copy of the modified 104 recombine or relink the Application with a modified version of 105 the Linked Version to produce a modified Combined Work, in the 112 system, and (b) will operate properly with a modified version 119 necessary to install and execute a modified version of the 121 Application with a modified version of the Linked Version. (If
|
H A D | Artistic | 23 modified, or has been modified in accordance with the wishes 49 modified in such a way shall still be considered the Standard Version. 62 b) use the modified Package only within your corporation or organization.
|
/haiku/src/kits/mail/ |
H A D | MailComponent.cpp | 697 BString modified = this->text; in RenderToRFC822() local 713 raw = modified.LockBuffer((alt.Length() * 3) + 1); in RenderToRFC822() 729 modified.UnlockBuffer(len); in RenderToRFC822() 732 modified.ReplaceAll("\n","\r\n"); in RenderToRFC822() 737 char* string = modified.LockBuffer(modified.Length()); in RenderToRFC822() 738 for (int32 i = modified.Length(); i-- > 0;) { in RenderToRFC822() 745 modified.UnlockBuffer(); in RenderToRFC822() 772 modified << "\r\n"; in RenderToRFC822() 774 render_to->Write(modified.String(), modified.Length()); in RenderToRFC822()
|
/haiku/docs/develop/kernel/vm/ |
H A D | vm_page | 39 Dumps counts of each state (active, inactive, busy, not used, modified, free, cleared, wired) 45 …o locking; SPECIAL - for page_modified_queue, if there is only one page modified (new one), releas… 54 …modified pages available" semaphore. Gets first page from modified list. Sets it to busy, updates … 90 Initializes the free, clear, modified and active queues. Sets up the vm structures.
|
/haiku/headers/private/kernel/arch/m68k/ |
H A D | arch_mmu.h | 93 uint32 modified : 1; 105 uint32 modified : 1;
|
/haiku/src/kits/storage/ |
H A D | ResourceItem.cpp | 176 ResourceItem::SetModified(bool modified) in SetModified() argument 178 fIsModified = modified; in SetModified()
|
H A D | ResourcesContainer.cpp | 188 ResourcesContainer::SetModified(bool modified) in SetModified() argument 190 fIsModified = modified; in SetModified() 192 if (!modified) { in SetModified()
|
/haiku/src/bin/ |
H A D | lsindex.cpp | 118 char modified[30]; in print_index_long_stat() local 119 strftime(modified, 30, "%m/%d/%Y %I:%M %p", in print_index_long_stat() 122 print_index_type(info, false), modified, info.size, name); in print_index_long_stat()
|
/haiku/src/system/kernel/arch/ppc/paging/classic/ |
H A D | PPCVMTranslationMapClassic.cpp | 672 bool modified = entry->changed; in UnmapPage() local 681 PageUnmapped(area, pageNumber, accessed, modified, updatePageQueue); in UnmapPage() 812 page->modified = true; in UnmapPages() 839 else if (page->modified) in UnmapPages() 943 page->modified = true; in UnmapArea() 950 else if (page->modified) in UnmapArea() 1176 bool modified = false; in ClearFlags() local 1181 modified = true; in ClearFlags() 1185 modified = true; in ClearFlags() 1189 if (modified) { in ClearFlags() [all …]
|
/haiku/src/system/kernel/arch/ppc/paging/460/ |
H A D | PPCVMTranslationMap460.cpp | 672 bool modified = entry->changed; in UnmapPage() local 681 PageUnmapped(area, pageNumber, accessed, modified, updatePageQueue); in UnmapPage() 812 page->modified = true; in UnmapPages() 839 else if (page->modified) in UnmapPages() 943 page->modified = true; in UnmapArea() 950 else if (page->modified) in UnmapArea() 1176 bool modified = false; in ClearFlags() local 1181 modified = true; in ClearFlags() 1185 modified = true; in ClearFlags() 1189 if (modified) { in ClearFlags() [all …]
|
/haiku/src/apps/poorman/libhttpd/ |
H A D | README | 2 This version of libhttpd is modified to fit into the multithreaded PoorMan application.
|
/haiku/src/apps/stylededit/ |
H A D | StatusView.cpp | 221 bool modified = false; in SetStatus() local 224 if (B_OK == message->FindBool("modified", &modified) && modified) { in SetStatus()
|
/haiku/headers/private/storage/ |
H A D | ResourcesContainer.h | 66 void SetModified(bool modified);
|
H A D | ResourceItem.h | 73 void SetModified(bool modified);
|
/haiku/src/apps/mail/ |
H A D | WIndex.cpp | 90 time_t modified; in SetTo() local 104 &modified, 4); in SetTo() 106 if (mtime == modified) { in SetTo()
|
/haiku/headers/private/kernel/vm/ |
H A D | vm_types.h | 151 bool modified : 1; member 211 accessed = modified = false; in Init()
|