Searched refs:stop (Results 51 - 72 of 72) sorted by relevance

123

/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.h74 // - stop the transport; break the connection at the insert
83 // (pad is the estimated amount of time taken to stop, break
331 status_t stop();
334 // Queues a start and stop atomically (via BMediaRoster::RollNode()).
452 // stop(). Fails if the run mode is B_OFFLINE; use _roll() instead
H A DNodeRef.cpp488 // stop thread if necessary
1942 // stop the given node (which may or may not still be
1972 m_stopQueued = false; // asked for immediate stop [e.moon 11oct99]
1981 bigtime_t stop,
1987 name(), start, stop, position));
2009 node(), start, stop);
2012 node(), start, stop, position);
2019 name(), start, stop, position, id(), strerror(err)));
2025 m_stopQueued = true; // remember that node will stop on its own [e.moon 11oct99]
1979 _roll( bigtime_t start, bigtime_t stop, bigtime_t position) argument
H A DNodeRef.h518 // stop the given node (which may or may not still be
531 bigtime_t stop,
679 // has a stop event been queued? [e.moon 11oct99]
H A DNodeGroup.cpp301 // // +++++ stop & set to invalid state?
307 // stop the node if necessary
324 // was that the last node? stop/disable the transport if so
568 status_t NodeGroup::stop() { function in class:NodeGroup
570 "NodeGroup::stop()\n"));
577 // Queues a start and stop atomically (via BMediaRoster::RollNode()).
799 stop();
1243 // stop().
1262 // * stop the cycle thread if need be
1265 // * stop al
[all...]
/haiku/src/system/boot/platform/next_m68k/
H A Dstart.cpp87 #warning M68K: stop ints
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c178 pstr->stop = pstr->len;
179 pstr->raw_stop = pstr->stop;
420 pstr->stop += mbcdlen - mbclen;
575 pstr->stop = pstr->raw_stop;
632 pstr->stop = pstr->raw_stop - idx + offset;
685 pstr->stop = pstr->raw_stop - idx + offset;
791 pstr->stop -= offset;
H A Dregex_internal.h355 int stop; member in struct:re_string_t
413 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx)
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp620 uint16 stop, curr; local
622 stop = fLastUsedEphemeral;
625 stop = kLast;
629 TRACE_DOMAIN("_GetNextEphemeral(), last %hu, curr %hu, stop %hu",
630 fLastUsedEphemeral, curr, stop);
634 for (; curr != stop; curr = (curr < kLast) ? (curr + 1) : kFirst) {
/haiku/src/build/libgnuregex/
H A Dregex.c970 {start,stop}_memory, the maximum number of groups we can report
2849 doesn't let you say where to stop matching. */
2885 re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
2892 int stop;
2976 startpos, regs, stop);
3159 and SIZE2, respectively). We start matching at POS, and stop
3171 re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
3177 int stop;
3346 /* Compute where to stop matching, within the two strings. */
3347 if (stop <
[all...]
/haiku/src/kits/mail/
H A Dmail_util.cpp1109 const char *stop = start + strlen (start); local
1128 for (p2 = p1; p2 < stop; ++p2)
1153 p2 = stop;
/haiku/headers/libs/agg/
H A Dagg_renderer_outline_image.h514 int stop = m_width + line_subpixel_scale * 2; local
518 if(m_dist_pos[i] >= stop) break;
H A Dagg_renderer_outline_aa.h502 int stop = m_width + line_subpixel_scale * 2; local
506 if(m_dist[i] >= stop) break;
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c511 static char *stop[] = { "1", "1.5", "2" }; variable
555 printf("%s%s", stop[i], (n >= (2<<i)) ? "/" : "]");
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp217 BHttpRequest::SetStopOnError(bool stop) argument
219 fOptStopOnError = stop;
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp536 // if requested, stop the given thread
1683 // stop it for debugging, then that request will interrupt
1988 bool stop = true; local
1995 stop = nameList.HasString(rawImageName);
1998 if (stop && handler != NULL) {
2009 // in the case of an exec(), we can't stop in main() until
/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp.cpp656 smp_scan_spots[i].start, smp_scan_spots[i].stop);
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1215 BPoint stop = rect.LeftBottom(); local
1217 while (dot.y <= stop.y) {
1258 BPoint stop = rect.RightTop(); local
1260 while (dot.x <= stop.x) {
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h1773 } else if (strcmp(name, "stop-color") == 0) {
1775 } else if (strcmp(name, "stop-opacity") == 0) {
2625 NSVGgradientStop* stop; local
2636 // Add stop to the last gradient.
2657 stop = &grad->stops[idx];
2658 stop->color = curAttr->stopColor;
2659 stop->color |= (unsigned int)(curAttr->stopOpacity*255) << 24;
2660 stop->offset = curAttr->stopOffset;
2673 } else if (strcmp(el, "stop") == 0) {
2716 } else if (strcmp(el, "stop")
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp1857 BPoint stop = rect.LeftBottom(); local
1859 while (dot.y <= stop.y) {
1900 BPoint stop = rect.RightTop(); local
1902 while (dot.x <= stop.x) {
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1958 BPoint stop = rect.LeftBottom(); local
1960 while (dot.y <= stop.y) {
2001 BPoint stop = rect.RightTop(); local
2003 while (dot.x <= stop.x) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h1574 uint32_t stop; member in struct:iwn_spectrum_notif
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c1405 * o stop the chip so no more interrupts will fire
1803 ath_stoprecv(sc, 1); /* stop recv side */
1805 ath_draintxq(sc, ATH_RESET_DEFAULT); /* stop hw xmit side */
2744 sc->sc_tx99->stop(sc->sc_tx99);
2758 /* XXX we should stop RX regardless of whether it's valid */
2917 /* Try to (stop any further TX/RX from occurring */
2953 * not, stop the PCU and handle what's in the RX queue.
2964 ath_draintxq(sc, reset_type); /* stop xmit side */
3268 DPRINTF(sc, ATH_DEBUG_XMIT, "%s: stop queue\n", __func__);
5087 /* stop th
[all...]

Completed in 504 milliseconds

123