Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 100) sorted by relevance

1234

/haiku/src/kits/mail/
H A Db_mail_message.cpp105 BSimpleMailAttachment *attach = new BSimpleMailAttachment; in AddEnclosure() local
106 attach->SetDecodedData(data,len); in AddEnclosure()
107 attach->SetHeaderField("Content-Type",MIME_type); in AddEnclosure()
109 ((BEmailMessage *)(fFields))->AddComponent(attach); in AddEnclosure()
/haiku/src/add-ons/kernel/bus_managers/random/
H A Dyarrow_rng.cpp71 attach(OCTET *y, const OCTET *x, const uint32 anyA, const uint32 anyB, in attach() function
125 attach(prandgen->seedptr, (OCTET *) &seed, 0x213D42F6U, 0x6552DAF9U, in chseed()
167 attach(&x, &y, 0x52437EFFU, 0x026A4CEBU, 0xD9E66AC9U, 0x56E5A975U); in reseed()
168 attach(&y, &x, 0xC70B8B41U, 0x9126B036U, 0x36CC6FDBU, 0x31D477F7U); in reseed()
193 attach(&prandgen->rndLeft, prandgen->rndptrX, prandgen->rndptrA->D[0], in chrand()
195 attach(&prandgen->rndRite, &prandgen->rndLeft, prandgen->rndptrB->D[0], in chrand()
/haiku/src/libs/stdc++/legacy/
H A Dfstream.cc94 void fstreambase::attach(int fd) in attach() function in fstreambase
96 if (!rdbuf()->attach(fd)) in attach()
/haiku/src/servers/app/drawing/Painter/
H A Dagg_clipped_alpha_mask.h37 void attach(rendering_buffer& rbuf) in attach() function
42 void attach(rendering_buffer& rbuf, int x, int y, int8u outside) in attach() function
H A Dagg_renderer_scanline_subpix.h61 void attach(base_ren_type& ren) in attach() function
/haiku/headers/libs/agg/
H A Dagg_rendering_buffer.h60 attach(buf, width, height, stride); in row_ptr_cache()
64 void attach(T* buf, unsigned width, unsigned height, int stride) in attach() function
H A Dagg_conv_unclose_polygon.h28 void attach(VertexSource& source) { m_source = &source; } in attach() function
H A Dagg_image_accessors.h41 void attach(const pixfmt_type& pixf) in attach() function
119 void attach(const pixfmt_type& pixf) in attach() function
164 void attach(const pixfmt_type& pixf) in attach() function
242 void attach(const pixfmt_type& pixf) in attach() function
H A Dagg_conv_transform.h34 void attach(VertexSource& source) { m_source = &source; } in attach() function
H A Dagg_span_pattern_gray.h53 void attach(source_type& v) { m_src = &v; } in attach() function
H A Dagg_span_pattern_rgba.h53 void attach(source_type& v) { m_src = &v; } in attach() function
H A Dagg_conv_close_polygon.h29 void attach(VertexSource& source) { m_source = &source; } in attach() function
H A Dagg_span_pattern_rgb.h54 void attach(source_type& v) { m_src = &v; } in attach() function
H A Dagg_renderer_scanline.h115 void attach(base_ren_type& ren) in attach() function
212 void attach(base_ren_type& ren, in attach() function
315 void attach(base_ren_type& ren) in attach() function
403 void attach(base_ren_type& ren, in attach() function
H A Dagg_rasterizer_outline.h32 void attach(Renderer& ren) { m_ren = &ren; } in attach() function
H A Dagg_conv_adaptor_vpgen.h29 void attach(VertexSource& source) { m_source = &source; } in attach() function
H A Dagg_conv_adaptor_vcgen.h52 void attach(VertexSource& source) { m_source = &source; } in attach() function
H A Dagg_renderer_mclip.h45 void attach(pixfmt_type& pixf) in attach() function
47 m_ren.attach(pixf); in attach()
/haiku/headers/os/drivers/pcmcia/
H A Ddriver_ops.h62 dev_node_t *(*attach) (dev_locator_t *loc); member
/haiku/3rdparty/kallisti5/
H A Dhowto-iommu.md6 from their host operating system and attach them to guest VM's resulting in
28 no host drivers attempt to attach to the PCI device in question.
62 Now that the requirements are met, we can attach the target GPU to the vfio driver using the inform…
114 Now, we simply attach the device to a VM:
H A Dhowto-iommu-old.md9 from their host operating system and attach them to guest VM's resulting in
50 no host drivers attempt to attach to the PCI device in question.
109 Now, we simply attach the device to a VM:
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Dif_ral_pci.c108 int (*attach)(device_t, int); member
247 error = (*psc->sc_opns->attach)(dev, pci_get_device(dev)); in ral_pci_attach()
/haiku/src/libs/compat/freebsd_network/
H A Dshared.h39 int (*attach)(device_t dev); member
/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp76 fMask.attach(fBuffer); in AlphaMask()
268 fBuffer.attach(fBits->Bits(), width, height, width); in _Generate()
278 fBuffer.attach(NULL, 0, 0, 0); in _SetNoClipping()
297 fMask.attach(fBuffer, offsetX, offsetY, fOutsideOpacity); in _AttachMaskToBuffer()
/haiku/src/servers/app/
H A DDelayedMessage.cpp467 Attachment* attach = new(std::nothrow) Attachment(data, size); in Attach() local
469 if (attach == NULL) in Attach()
472 if (fAttachments.AddItem(attach) == false) { in Attach()
473 delete attach; in Attach()

1234