Searched refs:setup (Results 1 - 18 of 18) sorted by relevance

/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DHPJetDirectTransport.cpp34 SetupWindow *setup = new SetupWindow(printer); local
35 if (setup->Go() == B_ERROR)
/haiku/headers/os/interface/
H A DPrintJob.h80 void _HandlePageSetup(BMessage* setup);
81 bool _HandlePrintSetup(BMessage* setup);
/haiku/src/libs/compat/freebsd_network/
H A Dusb.cpp284 for (const struct usb_config* setup = setup_start;
285 setup < (setup_start + n_setup); setup++) {
287 if (setup->callback == NULL)
294 xfer->callback = setup->callback;
295 xfer->flags = setup->flags;
296 xfer->max_data_length = setup->bufsize;
299 xfer->type = setup->type;
302 uint8_t endpoint = setup->endpoint;
303 uint8_t iface_index = ifaces[setup
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dengine.cpp364 xy_setup_mono_pattern_command setup; local
365 setup.background_color = color;
366 setup.pattern = 0;
367 queue.Put(setup, sizeof(setup));
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DDevice.cpp36 acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *data)
39 setup, data);
35 acpi_install_address_space_handler(acpi_device device, uint32 spaceId, acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *data) argument
H A DACPIPrivate.h90 acpi_adr_space_setup setup, void *data);
200 acpi_adr_space_handler handler, acpi_adr_space_setup setup, void* data);
H A DBusManager.cpp403 acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *data)
406 (ACPI_ADR_SPACE_HANDLER)handler, (ACPI_ADR_SPACE_SETUP)setup, data)
402 install_address_space_handler(acpi_handle handle, uint32 spaceId, acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *data) argument
/haiku/src/system/libroot/posix/stdlib/
H A Dmerge.c63 static void setup(u_char *, u_char *, size_t, size_t, cmp_t);
123 setup(list1, list2, nmemb, size, cmp);
256 setup(u_char *list1, u_char *list2, size_t n, size_t size, cmp_t cmp) function
/haiku/headers/private/graphics/common/
H A Dedid.h32 bool setup; // true if voltage configurable member in struct:__anon84
H A Dedid_raw.h70 setup : 1, // true if voltage configurable
/haiku/src/kits/interface/
H A DPrintJob.cpp230 // TODO show alert, setup message is required
586 BPrintJob::_HandlePageSetup(BMessage* setup) argument
588 setup->FindRect(PSRV_FIELD_PRINTABLE_RECT, &fUsableSize);
589 setup->FindRect(PSRV_FIELD_PAPER_RECT, &fPaperSize);
593 if (setup->FindInt64(PSRV_FIELD_XRES, &valueInt64) == B_OK)
596 if (setup->FindInt64(PSRV_FIELD_YRES, &valueInt64) == B_OK)
/haiku/headers/libs/agg/
H A Dagg_scanline_storage_bin.h96 setup(0);
106 void setup(unsigned scanline_idx) function in class:agg::scanline_storage_bin::embedded_scanline
232 sl.setup(m_cur_scanline);
/haiku/headers/os/drivers/
H A DACPI.h221 acpi_adr_space_setup setup, void *data);
342 acpi_adr_space_setup setup, void *data);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.cpp307 // setup analog-digital converter
392 // setup horizontal sync PLL
460 // setup vertical sync and field detector
512 // setup timing generator
555 // setup input comb filter.
973 // setup luma processor
1015 // setup brightness and contrast
1018 double ref0, setup, gain; local
1026 setup = 7.5 * ref0 / 40.0;
1031 setup
[all...]
/haiku/src/add-ons/accelerants/common/
H A Ddecode_edid.c68 display->analog_params.setup = raw->analog_params.setup;
/haiku/src/system/libnetwork/netresolv/net/
H A Dgethnamaddr.c125 #define setup(arr, siz) do { \ macro
253 setup(aliases, maxaliases);
758 setup(aliases, maxaliases);
1138 setup(aliases, maxaliases);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c119 uint8_t setup; /* f/w cmd sent */ member in struct:mwl_hal_bastream
268 /* setup constant portion of vap state */
1444 sp->setup = 0;
1514 sp->setup = 1;
1533 if (sp->setup) {
1546 sp->setup = 0;
2585 * Do 2-stage load. The 1st stage loader is setup
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dc.c956 * 21143-style RX filter setup routine. Filter programming is done by
957 * downloading a special setup frame into the TX engine. 21143, Macronix,
1030 * setup frame; wait 10ms after posting the setup frame
1880 * setup frame.
1888 "failed to create DMA tag for setup frame\n");
1895 "failed to allocate DMA'able memory for setup frame\n");
1902 "cannot load DMA'able memory for setup frame\n");
2002 /* multicast setup frame. */
2015 * setup an
2984 int idx, setup; local
[all...]

Completed in 254 milliseconds