Searched refs:ready (Results 1 - 22 of 22) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_vcgen_bspline.h33 ready, enumerator in enum:agg::vcgen_bspline::status_e
H A Dagg_trans_single_path.h34 ready enumerator in enum:agg::trans_single_path::status_e
H A Dagg_vcgen_dash.h42 ready, enumerator in enum:agg::vcgen_dash::status_e
H A Dagg_vcgen_smooth_poly1.h37 ready, enumerator in enum:agg::vcgen_smooth_poly1::status_e
H A Dagg_vcgen_contour.h33 ready, enumerator in enum:agg::vcgen_contour::status_e
H A Dagg_trans_double_path.h34 ready enumerator in enum:agg::trans_double_path::status_e
H A Dagg_vcgen_stroke.h36 ready, enumerator in enum:agg::vcgen_stroke::status_e
/haiku/src/libs/agg/src/
H A Dagg_vcgen_contour.cpp97 m_status = ready;
112 case ready:
H A Dagg_trans_double_path.cpp142 m_status1 = ready;
143 m_status2 = ready;
152 return (m_status1 == ready) ?
162 return (m_status2 == ready) ?
249 if(m_status1 == ready && m_status2 == ready)
H A Dagg_trans_single_path.cpp99 m_status = ready;
109 return (m_status == ready) ?
118 if(m_status == ready)
H A Dagg_vcgen_dash.cpp136 m_status = ready;
152 case ready:
H A Dagg_vcgen_bspline.cpp117 m_status = ready;
136 case ready:
H A Dagg_vcgen_smooth_poly1.cpp74 m_status = ready;
112 case ready:
H A Dagg_vcgen_stroke.cpp78 m_status = ready;
95 case ready:
/haiku/src/kits/game/
H A DPushGameSound.cpp191 size_t ready = fPlayPos; local
198 while (ready < *bytes) {
199 ready += fPageSize;
200 page = int32(ready / fPageSize);
204 *bytes = ready - start - (ready - page * fPageSize);
209 // all of the bytes are ready
/haiku/src/servers/net/
H A DAutoconfigLooper.cpp39 BMessage ready(kMsgReadyToRun);
40 PostMessage(&ready);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_phy.c313 /* Poll the ready bit to see if the MDI read completed
379 /* Poll the ready bit to see if the MDI read completed
439 /* Poll the ready bit to see if the I2C read completed */
498 /* Poll the ready bit to see if the I2C read completed */
552 /* Poll the ready bit to see if the I2C read completed */
612 /* Poll the ready bit to see if lastly
4126 bool ready; local
4130 /* Check if mPHY is ready to read/write operations */
4131 ready = e1000_is_mphy_ready(hw);
4132 if (!ready)
4188 bool ready; local
4249 bool ready = false; local
[all...]
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp1184 status_t ready = usb_disk_test_unit_ready(lun, &action); local
1185 if (ready == B_OK || ready == B_DEV_NO_MEDIA
1186 || ready == B_DEV_MEDIA_CHANGED) {
1194 TRACE("usb lun %" B_PRIu8 " ready. write protected = %c%s\n", i,
1196 ready == B_DEV_NO_MEDIA ? " (no media inserted)" : "");
1593 status_t ready; local
1595 ready = usb_disk_test_unit_ready(lun, &action);
1596 if (ready == B_OK || ready
[all...]
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c312 if ((entry->timing.wait != 0) || (entry->timing.ready != 0) ||
319 if (entry->timing.ready != 0) {
320 printf(" ready ");
321 print_time(entry->timing.ready, entry->timing.rdyscale);
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h425 u_int ready, rdyscale; member in struct:cistpl_timing_t
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c2325 int ready; local
2330 ready = iwx_poll_bit(sc, IWX_CSR_HW_IF_CONFIG_REG,
2334 if (ready)
2338 return ready;
2356 /* If HW is not ready, prepare the conditions to check again */
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c1691 int ready; local
1696 ready = iwm_poll_bit(sc, IWM_CSR_HW_IF_CONFIG_REG,
1700 if (ready)
1704 return ready;
1722 /* If HW is not ready, prepare the conditions to check again */
4295 /* configure the ucode to be ready to get the secured image */

Completed in 184 milliseconds