Searched refs:attributes (Results 151 - 173 of 173) sorted by relevance

1234567

/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h204 inode_addr attributes; member in struct:BFS::bfs_inode
H A DInode.h105 block_run& Attributes() { return fNode.attributes; }
H A DDebug.cpp132 dump_block_run( " attributes = ", inode->attributes);
/haiku/headers/private/kernel/vm/
H A Dvm.h67 size_t physicalSize, uint32 attributes, addr_t alignment);
/haiku/src/bin/bfs_tools/lib/
H A Ddump.cpp148 dump_block_run( " attributes = ",inode->attributes);
H A DInode.cpp131 // attributes, too?
132 || fInode->attributes.allocation_group > fDisk->SuperBlock()->num_ags
133 || fInode->attributes.allocation_group < 0
134 || fInode->attributes.start > (1L << fDisk->SuperBlock()->ag_shift))
363 // read attributes out of the small data section
387 // read attributes out of the attribute directory
501 // copy attributes
550 // attributes (of a file)
1028 // files and directories already copy all attributes
1031 // attributes o
[all...]
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c243 TRACE("try endpoint:%d %x %x %x\n", ep, (int32)ed->attributes, (int32)ed->endpoint_address, uii->endpoint[ep].handle);
244 if((ed->attributes & USB_EP_ATTR_MASK) == USB_EP_ATTR_BULK){
251 if((ed->attributes & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTERRUPT)
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp565 if ((epd->attributes & USB_ENDPOINT_ATTR_MASK)
572 if ((epd->attributes & USB_ENDPOINT_ATTR_MASK)
576 epd->attributes);
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.c275 DPRINTF_INFO("try endpoint:%ld %x %x %lx\n", ep, ed->attributes,
277 if ((ed->attributes & USB_ENDPOINT_ATTR_MASK) == USB_ENDPOINT_ATTR_BULK) {
283 } else if ((ed->attributes & USB_ENDPOINT_ATTR_MASK)
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp105 TRACE("\tattributes:..........0x%02x\n", configDescriptor.attributes);
229 endpointDescriptor->attributes);
564 switch (endpoint->descr->attributes & 0x03) {
848 // determine how many attributes we will need
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2053 void set_record_display_attributes(uint8 attributes) { _record_display_attributes = attributes; } argument
2191 void set_record_display_attributes(uint8 attributes) { _record_display_attributes = attributes; } argument
/haiku/headers/os/drivers/usb/
H A DUSB_audio.h264 uint8 attributes; member in struct:__anon84
/haiku/src/apps/terminal/
H A DTermViewStates.cpp807 TermView::HyperLinkState::AdjustTextAttributes(uint32 attributes) argument
809 return attributes | UNDERLINE;
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp489 modeInfo.width, modeInfo.height, modeInfo.bits_per_pixel, modeInfo.attributes,
507 && (modeInfo.attributes & requiredAttributes)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c914 FILE_ATTR_FLAGS attributes)
922 if (attributes & FILE_ATTR_REPARSE_POINT)
926 if ((attributes & FILE_ATTR_SYSTEM)
927 && !(attributes & FILE_ATTR_I30_INDEX_PRESENT))
930 dt_type = (attributes
2053 * non-resident attributes and mark all MFT record as not in use.
2309 /* find the name in the attributes */
2348 /* find the name in the attributes */
2400 /* find the name in the attributes */
2897 * Non-directory : search for FILE_NAME attributes,
913 ntfs_dir_entry_type(ntfs_inode *dir_ni, MFT_REF mref, FILE_ATTR_FLAGS attributes) argument
[all...]
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp1080 && endpoint->descr->attributes == USB_ENDPOINT_ATTR_BULK) {
1085 && endpoint->descr->attributes == USB_ENDPOINT_ATTR_BULK) {
1090 && endpoint->descr->attributes
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp323 switch (ep->descr->attributes & USB_ENDPOINT_ATTR_MASK) {
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_spec.h322 /* Admin queue attributes */
573 uint32_t attributes; member in struct:nvme_dsm_range
1049 * Controller attributes.
1059 * Bytes 256-511: admin command set attributes.
1122 * Log page attributes.
1162 * Autonomous power state transition attributes.
1225 * Bytes 512-703: nvm command set attributes.
1270 * Format nvm attributes.
1353 * Controller attributes: model.
/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp489 || endpoint->descr->attributes != USB_ENDPOINT_ATTR_BULK)
/haiku/headers/private/system/
H A Dsyscalls.h164 struct thread_creation_attributes* attributes);
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp909 dsmRanges[i].attributes = 0;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex41 attributes resources are part of the file contents and thus do not require a
/haiku/src/system/kernel/vm/
H A Dvm.cpp4288 uint32 attributes, addr_t alignment)
4310 physicalAddress * B_PAGE_SIZE, attributes,
4287 vm_allocate_early(kernel_args* args, size_t virtualSize, size_t physicalSize, uint32 attributes, addr_t alignment) argument

Completed in 298 milliseconds

1234567