Searched refs:found (Results 226 - 250 of 822) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c360 bool found; local
371 found = radix_tree_iter_find(&xa->root, &iter, &ppslot);
372 if (likely(found)) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c397 * a mismatch found in any of them when being compared with the values
946 * wait for the write lock. In case no old content could be found, a
1463 /* No entry found (actually, none left to find). */
1477 /* None found. Are we looking for a free entry?
1627 * Return TRUE if enough room could be found or made. A FALSE result
1772 * Return TRUE if enough room could be found or made. A FALSE result
2122 svn_boolean_t *found)
2124 *found = find_entry(cache, group_index, to_find, FALSE) != NULL;
2135 svn_boolean_t *found)
2141 found));
2119 entry_exists_internal(svn_membuffer_t *cache, apr_uint32_t group_index, const full_key_t *to_find, svn_boolean_t *found) argument
2132 entry_exists(svn_membuffer_t *cache, apr_uint32_t group_index, const full_key_t *to_find, svn_boolean_t *found) argument
2481 membuffer_cache_has_key_internal(svn_membuffer_t *cache, apr_uint32_t group_index, const full_key_t *to_find, svn_boolean_t *found) argument
2511 membuffer_cache_has_key(svn_membuffer_t *cache, const full_key_t *key, svn_boolean_t *found) argument
2541 membuffer_cache_get_partial_internal(svn_membuffer_t *cache, apr_uint32_t group_index, const full_key_t *to_find, void **item, svn_boolean_t *found, svn_cache__partial_getter_func_t deserializer, void *baton, DEBUG_CACHE_MEMBUFFER_TAG_ARG apr_pool_t *result_pool) argument
2593 membuffer_cache_get_partial(svn_membuffer_t *cache, const full_key_t *key, void **item, svn_boolean_t *found, svn_cache__partial_getter_func_t deserializer, void *baton, DEBUG_CACHE_MEMBUFFER_TAG_ARG apr_pool_t *result_pool) argument
2923 svn_membuffer_cache_get(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *result_pool) argument
2964 svn_membuffer_cache_has_key(svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *scratch_pool) argument
3042 svn_membuffer_cache_get_partial(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, svn_cache__partial_getter_func_t func, void *baton, apr_pool_t *result_pool) argument
3195 svn_membuffer_cache_get_synced(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *result_pool) argument
3215 svn_membuffer_cache_has_key_synced(svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *result_pool) argument
3251 svn_membuffer_cache_get_partial_synced(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, svn_cache__partial_getter_func_t func, void *baton, apr_pool_t *result_pool) argument
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c362 unsigned found; local
478 * If we did not see a '|', then we found a name with no
664 found = 0;
666 numbuf[found++] = (char) ch;
667 if (found >= sizeof(numbuf) - 1)
670 numbuf[found] = '\0';
953 _nc_warning("Very long string found. Missing separator?");
992 * Panic mode error recovery - skip everything until a "ch" is found.
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacrotab.c640 struct macro_key *found = (struct macro_key *) pred->key;
642 if (strcmp (found->name, name) == 0)
649 struct macro_key *found = (struct macro_key *) n->key;
654 if (compare_locations (file, line, found->end_file, found->end_line) < 0)
635 struct macro_key *found = (struct macro_key *) pred->key; local
644 struct macro_key *found = (struct macro_key *) n->key; local
/freebsd-11-stable/usr.sbin/keyserv/
H A Dsetkey.c531 struct cachekey_list *found; local
544 found = *l;
546 found->next = g_cachedkeys;
547 g_cachedkeys = found;
548 *deskey = found->deskey;
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmain.c468 int k, found = -1; local
472 if (found != -1) {
476 found = k;
479 if (found == -1) {
483 return (cmds[found]);
/freebsd-11-stable/contrib/less/
H A Dtags.c417 * parentheses (which are almost always found in a tag).
426 int found; local
431 for (found = 0; !found;)
454 error("Tag not found", NULL_PARG);
469 found = 1;
478 found = 1;
617 /* Check to see if we found anything. */
732 char **tag; /* name of the tag we actually found */
734 char **line; /* line number of file where this tag is found */
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_pkey_mgr.c388 boolean_t found; local
428 found = FALSE;
434 found = TRUE;
457 found = TRUE;
460 if (!found) {
496 found = osm_pkey_find_next_free_entry(p_pkey_tbl, &last_free_block_index, &last_free_pkey_index);
498 found = FALSE;
499 if (!found)
506 found = FALSE;
531 found
[all...]
/freebsd-11-stable/sys/cam/ata/
H A Data_pmp.c100 int found; member in struct:pmp_softc
165 * receive async callbacks like "new device found".
312 pmpfreeze(periph, softc->found);
314 softc->found = 0; /* We have to reset everything. */
324 pmprelease(periph, softc->found);
525 ((softc->found & (1 << softc->pm_step)) ? 0 : 1));
704 softc->reset |= ~softc->found;
770 softc->found |= (1 << softc->pm_step);
787 softc->found &= ~(1 << softc->pm_step);
798 if (softc->reset & softc->found) {
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c11 * apply to all code found in this distribution, be it the RC4, RSA,
198 * found
235 * "COMPLEMENTOFDEFAULT" (does *not* include ciphersuites not found in
1160 int j, multi, found, rule, retval, ok, buflen; local
1223 retval = found = 0;
1229 found = 0; /* unused -- avoid compiler warning */
1245 * So additionally check whether the cipher name found
1251 j = found = 0;
1256 found = 1;
1262 if (!found)
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c617 * Returns NULL if no matching spa_t is found.
1080 spa_aux_t search, *found; local
1083 found = avl_find(avl, &search, NULL);
1086 if (found)
1087 *pool = found->aux_pool;
1093 if (found)
1094 *refcnt = found->aux_count;
1099 return (found != NULL);
1105 spa_aux_t search, *found; local
1109 found
1167 boolean_t found; local
1220 boolean_t found; local
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmain.c486 einfo (_("%P: link errors found, deleting executable `%s'\n"),
715 bfd_boolean found;
720 found = check_for_scripts_dir (dir);
722 if (found)
729 found = check_for_scripts_dir (dir);
731 if (found)
1031 when a common symbol is found for a symbol that is already defined,
1032 or when two common symbols are found. We only do something if
1188 bfd_boolean found;
1246 info.found
714 bfd_boolean found; local
1186 bfd_boolean found; member in struct:warning_callback_info
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c886 * If an exact match has been found, *FOUND will be set to TRUE. COUNT is
893 svn_boolean_t *found)
914 /* check whether we actually found a match */
915 *found = FALSE;
924 *found = TRUE;
939 svn_boolean_t found; local
953 &found);
955 /* de-serialize that entry or return NULL, if no match has been found.
961 if (found && !entry_baton->out_of_date)
1036 svn_boolean_t found; local
890 find_entry(svn_fs_dirent_t **entries, const char *name, apr_size_t count, svn_boolean_t *found) argument
[all...]
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c684 bool found = FALSE; local
688 found = TRUE;
692 if (!found) {
716 bool found = FALSE; local
720 found = TRUE;
724 if (!found) {
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh1.c769 register int c, d, not, found; local
773 found = not;
784 found = !not;
786 return(found? p+1: (char *)NULL);
850 goto found;
869 found:
871 * we found a FREE area big enough, pointed to by 'p', and up to 'q'
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_sufile.c86 int error, found; local
106 found = 0;
108 while (!found) {
146 found = 1;
163 if (!found) {
176 if (found) {
/freebsd-11-stable/crypto/openssh/
H A Dauth.c268 /* We found no reason not to let this user try to log on... */
443 const struct hostkey_entry *found; local
465 host_status = check_key_in_hostkeys(hostkeys, key, &found);
468 found->host);
470 debug("%s: key for %s found at %s:%ld", __func__,
471 found->host, found->file, found->line);
473 debug("%s: key for host %s not found", __func__, host);
839 /* Host name not found
[all...]
H A Dssh-pkcs11-helper.c173 Key *key, *found; local
181 if ((found = lookup_key(key)) != NULL) {
188 found->rsa, RSA_PKCS1_PADDING)) != -1) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp309 bool found = false; local
312 found = true;
317 if (found)
338 bool found = false; local
341 found = true;
346 if (found)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp262 slash == NULL) { // On Windows* OS, if slash not found,
488 char *found = NULL; local
490 found = strchr(str, search_for);
491 while (found) {
492 *found = replace_with;
493 found = strchr(found + 1, search_for);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c283 int found=0; local
305 ++found;
309 return found;
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.c1395 printf("terminal type %s not found\n", TERMINAL_TYPE);
1404 int found; local
1410 for (found = FALSE, offset = 0; (!found) && (offset < 26); offset++)
1414 found = TRUE;
1418 if (!found)
1420 for (found = FALSE, offset = 0; (!found) && (offset < lw__); offset++)
1424 found = TRUE;
1429 if (!found)
[all...]
/freebsd-11-stable/crypto/heimdal/kcm/
H A Devents.c270 int found = 0; local
278 found++;
283 if (!found) {
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_device.c352 int found = 0; local
389 found = 1;
396 if (found) {
399 * We found a callback with proper handler. In this
/freebsd-11-stable/sys/geom/part/
H A Dg_part_ldm.c443 int error, found, i; local
458 for (found = 0, i = is_gpt; i < nitems(ldm_ph_off); i++) {
508 if (found != 0 && memcmp(&db->ph, &hdr, sizeof(hdr)) != 0) {
525 found = 0;
527 if (found == 0)
529 found = 1;
531 if (found == 0) {
532 LDM_DEBUG(1, "%s: valid LDM private header not found",
581 int error, found, i; local
585 for (i = 0, found
[all...]

Completed in 422 milliseconds

1234567891011>>