Searched refs:attributes (Results 51 - 75 of 181) sorted by relevance

12345678

/haiku-fatelf/src/system/libroot/os/
H A Dthread.c83 struct thread_creation_attributes attributes; local
95 thread, name, &attributes);
97 attributes.priority = priority;
99 id = _kern_spawn_thread(&attributes);
/haiku-fatelf/src/kits/game/
H A DGameSoundBuffer.h55 virtual status_t GetAttributes(gs_attribute * attributes,
57 virtual status_t SetAttributes(gs_attribute * attributes,
H A DGameSoundDevice.cpp266 BGameSoundDevice::GetAttributes(gs_id sound, gs_attribute* attributes, argument
272 return fSounds[sound - 1]->GetAttributes(attributes, attributeCount);
277 BGameSoundDevice::SetAttributes(gs_id sound, gs_attribute* attributes, argument
283 return fSounds[sound - 1]->SetAttributes(attributes, attributeCount);
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DXmlOutputter.cpp99 string attributes; local
104 attributes += attribute.first;
105 attributes += "=\"";
106 attributes += escape( attribute.second );
107 attributes += "\"";
109 return attributes;
/haiku-fatelf/src/bin/coreutils/lib/glthread/
H A Dlock.c290 pthread_mutexattr_t attributes; local
293 err = pthread_mutexattr_init (&attributes);
296 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
299 pthread_mutexattr_destroy (&attributes);
302 err = pthread_mutex_init (lock, &attributes);
305 pthread_mutexattr_destroy (&attributes);
308 err = pthread_mutexattr_destroy (&attributes);
319 pthread_mutexattr_t attributes; local
322 err = pthread_mutexattr_init (&attributes);
325 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIV
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dada-lex.l872 attributes[] = {
899 for (i = 0; attributes[i].code != -1; i += 1)
900 if (strcasecmp (str, attributes[i].name) == 0)
901 return attributes[i].code;
903 for (i = 0, k = -1; attributes[i].code != -1; i += 1)
904 if (subseqMatch (str, attributes[i].name))
914 return attributes[k].code;
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DNumberLinesEmitter.java83 * @param namePool The name pool to use for constructing elements and attributes.
243 org.xml.sax.Attributes attributes,
249 StartElementInfo sei = new StartElementInfo(nameCode, attributes,
256 rtfEmitter.startElement(nameCode, attributes, namespaces, nscount);
313 org.xml.sax.Attributes attributes,
317 _attributes = attributes;
242 startElement(int nameCode, org.xml.sax.Attributes attributes, int[] namespaces, int nscount) argument
312 StartElementInfo(int nameCode, org.xml.sax.Attributes attributes, int[] namespaces, int nscount) argument
H A DCopyEmitter.java62 * @param namePool The name pool to use for constructing elements and attributes.
144 org.xml.sax.Attributes attributes,
148 rtfEmitter.startElement(nameCode, attributes, namespaces, nscount);
143 startElement(int nameCode, org.xml.sax.Attributes attributes, int[] namespaces, int nscount) argument
/haiku-fatelf/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.h33 uint8 attributes,
57 uint32 attributes);
61 uint32 attributes, uint32 memoryType,
H A DX86PagingMethod32Bit.cpp369 phys_addr_t physicalAddress, uint8 attributes,
394 PutPageTableInPageDir(e, pgtable, attributes);
410 physicalAddress, attributes, 0, IS_KERNEL_ADDRESS(virtualAddress));
480 phys_addr_t pgtablePhysical, uint32 attributes)
486 // TODO: we ignore the attributes of the page table - for compatibility
498 phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType,
508 if ((attributes & B_USER_PROTECTION) != 0) {
510 if ((attributes & B_WRITE_AREA) != 0)
512 } else if ((attributes & B_KERNEL_WRITE_AREA) != 0)
368 MapEarly(kernel_args* args, addr_t virtualAddress, phys_addr_t physicalAddress, uint8 attributes, page_num_t (*get_free_page)(kernel_args*)) argument
479 PutPageTableInPageDir(page_directory_entry* entry, phys_addr_t pgtablePhysical, uint32 attributes) argument
497 PutPageTableEntryInTable(page_table_entry* entry, phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType, bool globalPage) argument
/haiku-fatelf/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.h41 uint8 attributes,
71 uint32 attributes);
75 uint32 attributes, uint32 memoryType,
/haiku-fatelf/headers/os/drivers/
H A DUSB_spec.h93 uint8 attributes; member in struct:usb_configuration_descriptor
113 uint8 attributes; member in struct:usb_endpoint_descriptor
/haiku-fatelf/headers/os/game/
H A DWindowScreen.h31 uint32 attributes, status_t* _error);
80 status_t _InitData(uint32 space, uint32 attributes);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DProlific.cpp39 if (endpoint->descr->attributes == USB_ENDPOINT_ATTR_INTERRUPT) {
53 if (endpoint->descr->attributes == USB_ENDPOINT_ATTR_BULK) {
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_vm_translation_map.cpp124 uint8 attributes, phys_addr_t (*get_free_page)(kernel_args *))
128 return gARMPagingMethod->MapEarly(args, va, pa, attributes, get_free_page);
123 arch_vm_translation_map_early_map(kernel_args *args, addr_t va, phys_addr_t pa, uint8 attributes, phys_addr_t (*get_free_page)(kernel_args *)) argument
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map.cpp142 * It currently ignores the "attributes" parameter and sets all pages
147 uint8 attributes, phys_addr_t (*get_free_page)(kernel_args *))
151 return gM68KPagingMethod->MapEarly(args, va, pa, attributes, get_free_page);
146 arch_vm_translation_map_early_map(kernel_args *args, addr_t va, phys_addr_t pa, uint8 attributes, phys_addr_t (*get_free_page)(kernel_args *)) argument
H A Darch_vm_translation_map_impl.cpp397 addr_t pgdir_phys, uint32 attributes)
404 // ToDo: we ignore the attributes of the page table - for compatibility
420 addr_t pgtable_phys, uint32 attributes)
427 // ToDo: we ignore the attributes of the page table - for compatibility
443 addr_t physicalAddress, uint32 attributes, bool globalPage)
453 page.supervisor = (attributes & B_USER_PROTECTION) == 0;
455 page.write_protect = (attributes & B_KERNEL_WRITE_AREA) == 0;
457 page.write_protect = (attributes & B_WRITE_AREA) == 0;
472 addr_t physicalAddress, uint32 attributes, bool globalPage)
517 map_tmap(vm_translation_map *map, addr_t va, addr_t pa, uint32 attributes) argument
396 put_pgdir_in_pgroot(page_root_entry *entry, addr_t pgdir_phys, uint32 attributes) argument
419 put_pgtable_in_pgdir(page_directory_entry *entry, addr_t pgtable_phys, uint32 attributes) argument
442 put_page_table_entry_in_pgtable(page_table_entry *entry, addr_t physicalAddress, uint32 attributes, bool globalPage) argument
471 put_page_indirect_entry_in_pgtable(page_indirect_entry *entry, addr_t physicalAddress, uint32 attributes, bool globalPage) argument
868 protect_tmap(vm_translation_map *map, addr_t start, addr_t end, uint32 attributes) argument
1445 m68k_vm_translation_map_early_map(kernel_args *args, addr_t va, addr_t pa, uint8 attributes, addr_t (*get_free_page)(kernel_args *)) argument
[all...]
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_vm_translation_map.cpp133 uint8 attributes, phys_addr_t (*get_free_page)(kernel_args *))
137 return gX86PagingMethod->MapEarly(args, va, pa, attributes, get_free_page);
132 arch_vm_translation_map_early_map(kernel_args *args, addr_t va, phys_addr_t pa, uint8 attributes, phys_addr_t (*get_free_page)(kernel_args *)) argument
/haiku-fatelf/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp351 phys_addr_t physicalAddress, uint8 attributes,
369 PutPageTableInPageDir(e, pgtable, attributes);
387 physicalAddress, attributes, 0, IS_KERNEL_ADDRESS(virtualAddress));
462 phys_addr_t pgtablePhysical, uint32 attributes)
465 // TODO: we ignore the attributes of the page table - for compatibility
477 phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType,
489 if ((attributes & B_USER_PROTECTION) != 0) {
491 if ((attributes & B_WRITE_AREA) != 0)
493 } else if ((attributes & B_KERNEL_WRITE_AREA) != 0)
350 MapEarly(kernel_args* args, addr_t virtualAddress, phys_addr_t physicalAddress, uint8 attributes, phys_addr_t (*get_free_page)(kernel_args*)) argument
461 PutPageTableInPageDir(page_directory_entry* entry, phys_addr_t pgtablePhysical, uint32 attributes) argument
476 PutPageTableEntryInTable(page_table_entry* entry, phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType, bool globalPage) argument
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp470 phys_addr_t physicalAddress, uint8 attributes,
505 PutPageDirInPageRoot(&pr[aindex + i], tbl, attributes);
529 PutPageTableInPageDir(&pd[aindex + i], tbl, attributes);
543 physicalAddress, attributes, 0, IS_KERNEL_ADDRESS(virtualAddress));
567 PutPageTableInPageDir(e, pgtable, attributes);
612 phys_addr_t pgdirPhysical, uint32 attributes)
617 // ToDo: we ignore the attributes of the page table - for compatibility
631 phys_addr_t pgtablePhysical, uint32 attributes)
641 phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType,
654 if ((attributes
469 MapEarly(kernel_args* args, addr_t virtualAddress, phys_addr_t physicalAddress, uint8 attributes, phys_addr_t (*get_free_page)(kernel_args*)) argument
611 PutPageDirInPageRoot(page_root_entry* entry, phys_addr_t pgdirPhysical, uint32 attributes) argument
630 PutPageTableInPageDir(page_directory_entry* entry, phys_addr_t pgtablePhysical, uint32 attributes) argument
640 PutPageTableEntryInTable(page_table_entry* entry, phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType, bool globalPage) argument
[all...]
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Dvesa.h29 uint16 attributes; member in struct:VBEModeInfoBlock
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.h69 Attribute**& attributes, int32& count);
/haiku-fatelf/src/apps/cortex/Persistence/
H A DImporter.h124 const char** attributes);
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_stack_int.h116 cma__t_int_attr *attributes; /* Backpointer to attr obj */
115 cma__t_int_attr *attributes; /* Backpointer to attr obj */ member in struct:CMA__T_INT_STACK
/haiku-fatelf/src/kits/device/
H A DUSBEndpoint.cpp68 return (fDescriptor.attributes & USB_ENDPOINT_ATTR_MASK)
76 return (fDescriptor.attributes & USB_ENDPOINT_ATTR_MASK)
84 return (fDescriptor.attributes & USB_ENDPOINT_ATTR_MASK)
92 return (fDescriptor.attributes & USB_ENDPOINT_ATTR_MASK)

Completed in 120 milliseconds

12345678