Searched refs:out (Results 276 - 288 of 288) sorted by relevance

<<1112

/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp293 goto out;
333 out:
550 // until we find out where that offset is stored, we must search for
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp632 goto out;
638 out:
/haiku/src/system/runtime_loader/
H A Delf.cpp775 // atexit() aren't associated with the image. We could find out
846 goto out;
851 out:
896 // jump out if we have an exact match
/haiku/src/system/kernel/vm/
H A Dvm.cpp304 virtual void AddDump(TraceOutput& out) argument
306 out.Print("page fault %#lx %s %s, pc: %#lx", fAddress,
340 virtual void AddDump(TraceOutput& out) argument
344 out.Print("page fault error: no area");
347 out.Print("page fault error: area: %ld, kernel only", fArea);
350 out.Print("page fault error: area: %ld, write protected",
354 out.Print("page fault error: area: %ld, read protected", fArea);
357 out.Print("page fault error: area: %ld, execute protected",
361 out.Print("page fault error: kernel touching bad user memory");
364 out
392 AddDump(TraceOutput& out) argument
[all...]
/haiku/src/apps/mail/
H A DContent.cpp102 void Unicode2UTF8(int32 c, char **out);
113 Unicode2UTF8(int32 c, char **out) argument
115 char *s = *out;
134 *out = s;
149 // filter out and convert decimal values
314 // filter out some punctuation marks if they are the last character
1252 // Tracker has responded to a BMessage that was dragged out of
1272 // Enclosure. Decode the data and write it out.
1314 // person file. Strip out the 'mailto:' if
2521 // strip out HTM
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c46 * - The code filters out AFs that are not supported by the kernel,
1258 * filter out AFs that are not supported by the kernel
2087 goto out;
2090 goto out;
2107 out:
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf.c1045 goto out;
1075 out: if (((m = m0)->m_flags & M_PKTHDR) && (m->m_pkthdr.len < totlen))
1731 /* work out max space needed and add a bit of spare space too */
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1916 bool out = startRect.Width() <= small; local
1918 int32 inset = out ? -insetValue : insetValue;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c856 uint8_t *out = data; local
878 *out++= val >> 16;
880 *out ++= val >> 24;
1455 * Read the eeprom to find out what channels are valid for the given
3663 "out-of-range temperature reported: %d\n", temp);
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c424 /* Check for out-of-range. */
464 goto out;
495 out:
786 /* If MATCH_FIRST is out of the valid range, reconstruct the
798 /* If MATCH_FIRST is out of the buffer, leave it as '\0'.
1663 (with the epsilon nodes pre-filtered out). */
3112 - out of the sub expression whose number is EX_SUBEXP, if !FL_OPEN.
4069 /* Extend the buffers, if the buffers have run out. */
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex571 \item{The resource info table may contain entries for indices that are out
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c1084 /* Copy the permanent MAC address out of the EEPROM */
2815 * the case so we don't go out of bounds
3418 /* Write out the settings */
3558 * A soft reset zero's out the VFTA, so
4002 goto out;
4008 out:
4620 * This routine provides a way to dump out the adapter eeprom,
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c1687 uint8_t *out = data; local
1721 *out++ = val >> 16;
1723 *out++ = val >> 24;
2232 /* Check if HT support is bonded out. */
3402 * If it's normal - just copy it and bump out.
4499 * Figure out if we're using 11n or not here.
6417 * XXX go figure out what to do about rollover
6418 * XXX go figure out what to do if ticks rolls over to -ve instead!
7191 * sending out probes -- setting this to a huge value will

Completed in 314 milliseconds

<<1112