Searched refs:attach (Results 1 - 25 of 68) sorted by relevance

123

/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_gcore.sh63 attach $pid
H A Dinferior.h230 extern int attach (int);
386 /* It is also used after attach, due to attaching to a process. This
387 is a bit trickier. When doing an attach, the kernel stops the
393 If the gdb user does a 'continue' after the 'attach', gdb passes
395 attach, SIGSTOP) to the ptrace(PTRACE_CONT,...) call. This is
401 gdb to clear the value of stop_signal after the attach, so that it
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_unclose_polygon.h28 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_unclose_polygon
H A Dagg_conv_transform.h34 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_transform
H A Dagg_rendering_buffer.h60 attach(buf, width, height, stride);
64 void attach(T* buf, unsigned width, unsigned height, int stride) function in class:agg::row_ptr_cache
H A Dagg_conv_close_polygon.h29 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_close_polygon
H A Dagg_span_pattern_gray.h53 void attach(source_type& v) { m_src = &v; } function in class:agg::span_pattern_gray
H A Dagg_span_pattern_rgb.h54 void attach(source_type& v) { m_src = &v; } function in class:agg::span_pattern_rgb
H A Dagg_span_pattern_rgba.h53 void attach(source_type& v) { m_src = &v; } function in class:agg::span_pattern_rgba
H A Dagg_image_accessors.h41 void attach(const pixfmt_type& pixf) function in class:agg::image_accessor_clip
119 void attach(const pixfmt_type& pixf) function in class:agg::image_accessor_no_clip
164 void attach(const pixfmt_type& pixf) function in class:agg::image_accessor_clone
242 void attach(const pixfmt_type& pixf) function in class:agg::image_accessor_wrap
H A Dagg_rasterizer_outline.h32 void attach(Renderer& ren) { m_ren = &ren; } function in class:agg::rasterizer_outline
H A Dagg_conv_adaptor_vcgen.h52 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_adaptor_vcgen
H A Dagg_conv_adaptor_vpgen.h29 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_adaptor_vpgen
H A Dagg_conv_curve.h65 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_curve
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Ddriver_ops.h62 dev_node_t *(*attach) (dev_locator_t *loc); member in struct:driver_operations
/haiku-fatelf/src/kits/mail/
H A Db_mail_message.cpp104 BSimpleMailAttachment *attach = new BSimpleMailAttachment; local
105 attach->SetDecodedData(data,len);
106 attach->SetHeaderField("Content-Type",MIME_type);
108 ((BEmailMessage *)(fFields))->AddComponent(attach);
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dtarget.h61 PID is the process ID to attach to, specified by the user
64 int (*attach) (int pid); member in struct:target_ops
146 (*the_target->attach) (pid)
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dfstream.cc94 void fstreambase::attach(int fd) function in class:fstreambase
96 if (!rdbuf()->attach(fd))
/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Drun-testdither33 -g|--gdb-attach) valopts='--gdb-attach=yes' ;;
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dshared.h35 int (*attach)(device_t dev); member in struct:device::__anon296
/haiku-fatelf/src/libs/icon/transformer/
H A DPerspectiveTransformer.cpp76 Perspective::attach(source);
/haiku-fatelf/src/servers/app/drawing/Painter/
H A Dagg_renderer_scanline_subpix.h61 void attach(base_ren_type& ren) function in class:agg::renderer_scanline_subpix_solid
/haiku-fatelf/src/add-ons/kernel/drivers/random/
H A Ddriver.cpp109 /* attach by Yarrow Charnot. attaches x to y. can be seen as about 2-3 rounds of RC6 encryption
113 attach(OCTET *y, const OCTET *x, const uint32 anyA, const uint32 anyB, function
167 attach(prandgen->seedptr, (OCTET *) &seed, 0x213D42F6U, 0x6552DAF9U,
207 attach(&x, &y, 0x52437EFFU, 0x026A4CEBU, 0xD9E66AC9U, 0x56E5A975U);
208 attach(&y, &x, 0xC70B8B41U, 0x9126B036U, 0x36CC6FDBU, 0x31D477F7U);
233 attach(&prandgen->rndLeft, prandgen->rndptrX, prandgen->rndptrA->D[0],
235 attach(&prandgen->rndRite, &prandgen->rndLeft, prandgen->rndptrB->D[0],
280 attach ((OCTET *) &x, j, 0x0AEF7ED2U, 0x3F85C5C1U, 0xD3EFB373U,
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/lala/
H A Dlala.h51 drv_attach attach; member in struct:__anon1494
114 stream_attach attach; member in struct:__anon1499
/haiku-fatelf/headers/cpp/
H A Dfstream.h52 void attach(int fd);

Completed in 153 milliseconds

123