Searched refs:found (Results 151 - 170 of 170) sorted by relevance

1234567

/haiku/src/apps/showimage/
H A DShowImageView.cpp897 bool found = false; local
916 found = true;
923 return found;
/haiku/src/apps/terminal/
H A DTermWindow.cpp835 B_TRANSLATE("Text not found."),
858 B_TRANSLATE("Not found."), B_TRANSLATE("OK"),
1816 bool found = false; local
1827 found = true;
1831 if (!found) {
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp2280 bool found = false; local
2286 found = true;
2290 if (!found)
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dbwirf.c1567 int found, loop_count, adjust_state; local
1579 found = 0;
1617 found = 1;
1628 } while (loop_count-- && found);
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l2/dev/ae/
H A Dif_ae.c978 int found; local
997 for (i = 0, found = 0; i < AE_VPD_NREGS; i++) {
1020 found++;
1023 if (found < 2)
/haiku/src/kits/tracker/
H A DFindPanel.cpp1756 bool found = false; local
1761 if (submenu != NULL && !found) {
1767 found = true;
1778 return found ? B_OK : B_ENTRY_NOT_FOUND;
H A DPoseView.cpp3744 // found one and it is different from the current
5984 bool found = false; local
5990 found = true;
5995 if (!found)
10472 bool found[stringCount]; local
10473 memset(found, 0, sizeof(found));
10487 if (found[j])
10494 found[j] = true;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.c871 int found = 0; local
876 found = 1;
881 if (!found) {
1107 ("found mesh gate that is also marked porxy"));
2572 int found = 0; local
2604 /* corresponding mesh gate found & GANN accepted */
2605 found = 1;
2608 if (found == 0) {
H A Dieee80211_scan_sta.c262 goto found;
274 found:
415 * been found check here.
1285 * if found join the network.
1297 * If nothing suitable was found decrement
1648 * if found join the network.
1691 * If nothing suitable was found decrement
1926 * if found join the network.
1961 * If nothing suitable was found decrement
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c413 * Returns NULL if not found
457 * Returns 0 (root) if not found
501 * Returns 0 (root) if not found
514 * No explicit mapping found, try implicit mapping
524 * Returns 0 (root) if not found
537 * No explicit mapping found, try implicit mapping
3581 BOOL found; local
3583 found = FALSE;
3596 found = TRUE;
3598 } while (!found
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp827 TRACE(("PCI: found PCI-PCI bridge: domain %u, bus %u, dev %u, func %u\n",
1824 PCIDev *found = _FindDevice(child->child, domain, bus, device, local
1826 if (found != NULL)
1827 return found;
2328 dprintf("found an ht msi mapping at %#" B_PRIx64 "\n",
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c345 int found; local
347 found = 0;
352 found = 1;
359 return (found);
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c707 device_printf(sc->bge_dev, "APE signature found "
4243 "firmware handshake timed out, found 0x%08x\n",
5073 int found; local
5083 for (n = m, found = 0; n != NULL; n = n->m_next) {
5085 found++;
5086 if (found > 1)
5090 found = 0;
5093 if (found > 1) {
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp988 goto found;
995 found:
1122 printf("fw_tl2xfer: found tl=%d\n", tlabel);
1127 printf("fw_tl2xfer: not found tl=%d\n", tlabel);
1797 " found myself node(%d) fc->nodeid(%d)"
1804 "node(%d) fc->max_node(%d) found\n",
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c2366 goto found;
2370 found:
2771 * If name isn't found in this domain,
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c305 match was found and -2 indicates an internal error. */
472 /* I hope we needn't fill ther regs with -1's when no match was found. */
859 break; /* We found a match. */
1160 already found a valid (even if not the longest) match. */
1186 /* We found an appropriate halt state. */
1190 /* We found a match, do not modify match_first below. */
1263 /* Pick up a valid destination, or return -1 if none is found. */
3984 int mbs_cnt, found = 0;
3996 found = 1;
4006 /* If we found th
3980 int mbs_cnt, found = 0; local
[all...]
/haiku/src/system/kernel/
H A Dteam.cpp1179 bool found = false; local
1203 found = true;
1208 if (!found)
2218 panic("user data area not found, parent area is %" B_PRId32,
2583 // ... unless we shall ignore found entries
2967 for the team was found.
2978 // remove the entry only, if the caller is the parent of the found team
/haiku/src/servers/app/
H A DDesktop.cpp2506 bool found = false; local
2509 found = true;
2513 if (found)
3657 // we've found our target
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex603 the segment alignments to be found in the program header table,
/haiku/src/system/kernel/vm/
H A Dvm.cpp1266 one is found that contains a wired range intersecting with the given
3671 bool found = false; local
3722 found = true;
3726 if (!found)
4188 // we hadn't found one between allocation ranges. this is ok.
4710 Returns an error code other than \c B_OK, if the page couldn't be found or
4717 found. It is returned in \c context.page. The address space will still be
5041 // must have found it and therefore it cannot be busy either.
5575 // Page not found in this cache -- if it is paged out, we must not try
6168 // in which address space is the address to be found
[all...]

Completed in 269 milliseconds

1234567